Module gcode_writer :: Class GcodeWriter
[hide private]
[frames] | no frames]

Class GcodeWriter

source code

Writes the gcode for a sliced model.

Instance Methods [hide private]
 
__init__(self, gcode) source code
 
getSlicedModelAsGcode(self, verbose=False)
Final gcode representation.
source code
 
getLayerAsGcode(self, layer, output, parentLookaheadStartVector=None, verbose=False)
Final Gcode representation.
source code
 
getPathAsGcode(self, path, output, lookaheadStartVector=None, feedAndFlowRateMultiplier=1.0, verbose=False)
Final Gcode representation.
source code