misc. typo fixes

in FEM and Path WBs
misc. typo fixes
This commit is contained in:
luzpaz
2017-07-21 06:41:32 -04:00
committed by Yorik van Havre
parent 82f338af15
commit 739b4155fb
3 changed files with 3 additions and 3 deletions

View File

@@ -91,7 +91,7 @@ def export(objectslist,filename,args):
gcode = ""
#Find the machine.
#The user my have overriden post processor defaults in the GUI. Make sure we're using the current values in the Machine Def.
#The user my have overridden post processor defaults in the GUI. Make sure we're using the current values in the Machine Def.
myMachine = None
for pathobj in objectslist:
if hasattr(pathobj,"Group"): #We have a compound or project.