Moves from one path to another without extruding. Optionally dodges
gaps (comb) and retracts (dimension)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
generateGcode(self,
lookaheadStartVector=None,
feedAndFlowRateMultiplier=1.0)
Transforms paths and points to gcode |
source code
|
|
|
|
| getRetractCommands(self,
extrusionDistance,
resumingSpeed) |
source code
|
|
|
|
| getRetractReverseCommands(self,
extrusionDistance) |
source code
|
|
|
Inherited from Path:
addPath,
getDistanceAndDuration,
getEndPoint,
getExtrusionDistance,
getFeedRateAndMultiplier,
getFeedRateMinute,
getResetExtruderDistanceCommand,
getStartPoint
|