Expand description
Generate G-Code with funcational operation describing motion of the machine that the created gcode should produce
Structs§
- Point2d
- Defines a 2 dimentional point in the XY catersian coordanant system
- Point3d
- Defines a 3 dimentional point in the XYZ catersian coordanant system
Functions§
- absolute_
extrution - absolute_
positioning - Returns a G90 command as a String
- auto_
home - fan_off
- move_xy
- Returns a G1 or G0 command as a String
- move_
xy_ arc_ ij - Returns a G2 or G3 command as a String
- move_
xyz - move_z
- relative_
extrution - relative_
positioning - Returns a G91 command as a String
- reset_
extruder - reset_
pos - Returns a G92.1 command to reset to machine’s native possitioning offsets as a String
- set_
bed_ temp - set_
chamber_ temp - set_
fan_ speed - set_
hotend_ temp - set_
pos_ 2d - Returns a G92 command to set the current nozzle/tool possition in the XY plane as a String
- set_
pos_ 3d - Returns a G92 command to set the current nozzle/tool possition in 3 dimentions (XYZ) as a String
- use_
inches - Returns a G20 command as a String
- use_
millimeters - Returns a G21 command as a String
- wait_
bed_ temp - wait_
chamber_ temp - wait_
hotend_ temp