Wiki

Clone wiki

GCode Editor / gen / GCodeRunSimulator

Documentation

public float getEPerXYRatio(MovementCommand c)

Calculates how much the extruder moves per mm traveled in the x/y plane.

  • Parameters: c — the command to calculate the ratio for
  • Returns: the ratio e/|xyvector| or zero if the command is does not move in the xy plane or if it is not an extruding command.;

Updated