Skip to content

Commit 91e5a08

Browse files
committed
bugfix
1 parent f05939a commit 91e5a08

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gcodeplot.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -345,7 +345,7 @@ def emitGcode(data, pens = {}, plotter=Plotter(), scalingMode=SCALE_NONE, align
345345

346346
def park():
347347
if not simulation:
348-
gcode.append('G0 F%.1f Z%.3f; pen park !!Zpark' % (plotter.zSpeed*60., plotter.safeDeltaZ))
348+
gcode.append('G0 F%.1f Z%.3f; pen park !!Zpark' % (plotter.zSpeed*60., plotter.safeUpZ))
349349

350350
park()
351351
if not simulation:

0 commit comments

Comments
 (0)