-spindle delay wasn't written correctly still

pull/4/head
vilda.novak@gmail.com 2015-01-15 16:54:43 +00:00
rodzic 5d4d7be076
commit d5b1b3242d
1 zmienionych plików z 2 dodań i 0 usunięć

Wyświetl plik

@ -1234,6 +1234,7 @@ def exportGcodePath(filename,vertslist,operations):
c.file_close()
c=startNewFile()
c.spindle(o.spindle_rpm,spdir_clockwise)
c.tool_change(o.cutter_id)
c.feedrate(unitcorr*o.feedrate)
c.flush_nc()
if m.spindle_start_time>0:
@ -1242,6 +1243,7 @@ def exportGcodePath(filename,vertslist,operations):
c.rapid(x=last.x*unitcorr,y=last.y*unitcorr,z=o.free_movement_height*unitcorr)
c.rapid(x=last.x*unitcorr,y=last.y*unitcorr,z=last.z*unitcorr)
processedops=0
c.feedrate(unitcorr*o.feedrate)