Jeff Doyle (nfz) 2015-10-28 02:36:54 -03:00
commit 5914aa71f5
2 zmienionych plików z 2 dodań i 2 usunięć

Plik binarny nie jest wyświetlany.

Wyświetl plik

@ -1047,7 +1047,7 @@ def exportGcodePath(filename,vertslist,operations):
if s.unit_settings.system=='METRIC':
unitcorr=1000.0
elif s.unit_settings.system=='INCH':
elif s.unit_settings.system=='IMPERIAL':
unitcorr=1/0.0254;
else:
unitcorr=1;
@ -1067,7 +1067,7 @@ def exportGcodePath(filename,vertslist,operations):
###############
if s.unit_settings.system=='METRIC':
c.metric()
elif s.unit_settings.system=='INCH':
elif s.unit_settings.system=='IMPERIAL':
c.imperial()
#start program