This commit is contained in:
2019-06-04 12:52:01 -07:00
parent 4689010db7
commit 95ddee8f1d
2 changed files with 12 additions and 5 deletions

View File

@@ -45,6 +45,8 @@ class Svg2GcodeConverter:
G1 Z1 ; Lift head by 1
G0 F{1} ; Set the feed rate
G1 Z{0} ; Move the pen to just above the paper
G90
G92 X337.87 Y372.36
'''.format(1, self.settings.speed)
self.gcode_end = '''