kopia lustrzana https://github.com/vilemduha/blendercam
-spindle delay wasn't written correctly still
rodzic
5d4d7be076
commit
d5b1b3242d
|
|
@ -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)
|
||||
|
|
|
|||
Ładowanie…
Reference in New Issue