Add inkscape template. Add gcode header and footer. Add text file containing regex for modifying gcode.
This commit is contained in:
+1783
File diff suppressed because it is too large
Load Diff
|
After Width: | Height: | Size: 42 KiB |
@@ -0,0 +1,3 @@
|
|||||||
|
|
||||||
|
M280 P0 S100
|
||||||
|
G0 X.000 Y.000
|
||||||
@@ -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)
|
||||||
@@ -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
|
||||||
Reference in New Issue
Block a user