[OpenSCAD] Fix missing hide() on linear extrude

This commit is contained in:
Chris Hennes
2021-05-13 10:27:49 -05:00
parent bb434d3ff2
commit cdf50cb47b

View File

@@ -806,6 +806,8 @@ def p_linear_extrude_with_transform(p):
if p[3]['center']=='true' :
center(newobj,0,0,h)
p[0] = [newobj]
if gui:
obj.ViewObject.hide()
if printverbose: print("End Linear Extrude with Transform")
def p_import_file1(p):