Fix for 2773 and two other minor fixes.

This commit is contained in:
ml
2016-11-15 22:19:57 -08:00
parent 6a2eed229d
commit b417ac153b
3 changed files with 3 additions and 2 deletions

View File

@@ -65,7 +65,7 @@ class ObjectArray:
# build copies
basepath = obj.Base.Path
output = basepath.toGCode()
output = ""
pl = FreeCAD.Placement()
if obj.Offset != FreeCAD.Vector():
for i in range(obj.Copies):