Merge pull request #4789 from chennes/fixOpenSCADMissingHide

[OpenSCAD] Fix missing hide() on linear extrude
This commit is contained in:
Yorik van Havre
2021-05-18 16:28:50 +02:00
committed by GitHub

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):