kopia lustrzana https://github.com/vilemduha/blendercam
G4 Dwell code should be on the separate line for LinuxCNC v2.7
rodzic
ffaac3284e
commit
ae8334e603
|
|
@ -22,7 +22,9 @@ class Creator(iso_modal.Creator):
|
|||
|
||||
def PROGRAM(self): return None
|
||||
def PROGRAM_END(self): return( 'T0' + self.SPACE() + 'M06' + self.SPACE() + 'M02')
|
||||
|
||||
def dwell(self, t):
|
||||
self.write('\n')
|
||||
iso_modal.Creator.dwell(self, t)
|
||||
############################################################################
|
||||
## Begin Program
|
||||
|
||||
|
|
|
|||
Ładowanie…
Reference in New Issue