kopia lustrzana https://github.com/vilemduha/blendercam
Merge branch 'master' of https://github.com/vilemnovak/blendercam
commit
5914aa71f5
Plik binarny nie jest wyświetlany.
|
|
@ -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
|
||||
|
|
|
|||
Ładowanie…
Reference in New Issue