G4 Dwell code should be on the separate line for LinuxCNC v2.7

pull/35/head
Taras Koroliuk 2016-03-19 16:32:06 +02:00
rodzic ffaac3284e
commit ae8334e603
1 zmienionych plików z 3 dodań i 1 usunięć

Wyświetl plik

@ -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