- fixed the CNCJob geometry created with HPGL preprocessor
This commit is contained in:
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user