py3: Arch: print fixes

This commit is contained in:
looooo
2017-01-17 11:13:36 +01:00
parent 8ddae25de3
commit 9cedf0f2e4
4 changed files with 6 additions and 6 deletions

View File

@@ -97,7 +97,7 @@ def getCutShapes(objs,section,showHidden):
if o.Shape.isValid():
shapes.extend(o.Shape.Solids)
else:
print section.Label,": Skipping invalid object:",o.Label
print(section.Label,": Skipping invalid object:",o.Label)
else:
shapes.append(o.Shape)
cutface,cutvolume,invcutvolume = ArchCommands.getCutVolume(section.Shape.copy(),shapes)
@@ -188,7 +188,7 @@ def getSVG(section,allOn=False,renderMode="Wireframe",showHidden=False,showFill=
if showHidden:
svg += render.getHiddenSVG(linewidth="LWPlaceholder")
svg += '</g>\n'
# print render.info()
# print(render.info())
else:
# render using the Drawing module