Module gcode

Source
Expand description

gcode module provides a simple post-processor for line-based art to be converted into GCode Module which provides Line->GCode post-processing

Enums§

AoerPostMachines
List of all available machines as an Enum
PostGeometrySource
PostTemplateError

Functions§

post
Given a set of lines, gcode-process and generate GCode Returns either a list of gcode lines, or a box’d dyn error for what went wrong.