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
+1783
View File
File diff suppressed because it is too large Load Diff

After

Width:  |  Height:  |  Size: 42 KiB

+3
View File
@@ -0,0 +1,3 @@
M280 P0 S100
G0 X.000 Y.000
+5
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)
+7
View File
@@ -0,0 +1,7 @@
Find all Z coordinates and replace with nothing
([ ][Z]([^ |\n])*)
Delete blank G00 commands replace with \n
(\n[G][0][0]\n)
\n