Add inkscape template. Add gcode header and footer. Add text file containing regex for modifying gcode.
This commit is contained in:
5
Tools/header
Normal file
5
Tools/header
Normal file
@ -0,0 +1,5 @@
|
||||
G21 (programming in millimeters, mm)
|
||||
G90 (programming in absolute positioning)
|
||||
M280 P0 S100
|
||||
G28 X Y (auto homing)
|
||||
G1 F1500 (set speed)
|
Reference in New Issue
Block a user