- fixed the CNCJob geometry created with HPGL preprocessor

This commit is contained in:
Marius Stanciu
2019-12-16 20:32:00 +02:00
committed by Marius
parent 435648171e
commit 0574f7a039
3 changed files with 5 additions and 3 deletions

View File

@@ -16,7 +16,8 @@ class hpgl(FlatCAMPostProc):
coordinate_format = "%.*f"
def start_code(self, p):
gcode = 'IN;'
gcode = 'IN;\n'
gcode += 'PU;'
return gcode
def startz_code(self, p):