Add inkscape template. Add gcode header and footer. Add text file containing regex for modifying gcode.

This commit is contained in:
2022-03-24 17:27:55 -05:00
parent a12fb34d3d
commit e3f60306cc
4 changed files with 1798 additions and 0 deletions

5
Tools/header Normal file
View 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)