Fix typo in EMC2 postprocessor

pull/60/head
Taras Koroliuk 2016-05-22 18:59:13 +03:00
rodzic d6f1ca8693
commit bdf7d2e2ad
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -25,7 +25,7 @@ class Creator(iso_modal.Creator):
if self.output_tool_change:
return( 'T0' + self.SPACE() + 'M06' + self.SPACE() + 'M02')
else:
return('MO2')
return('M02')
def dwell(self, t):
self.write('\n')