misc. typos in Assembly and Path WB

[skip ci]
This commit is contained in:
luzpaz
2017-07-22 07:57:38 -04:00
committed by wmayer
parent ebbe1fa903
commit c243046c86
2 changed files with 3 additions and 2 deletions

View File

@@ -135,7 +135,8 @@ def export(objectslist,filename,argstring):
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.