Skip to content

Commit

Permalink
OpenSCAD: Add missing geometry check
Browse files Browse the repository at this point in the history
  • Loading branch information
chennes committed Feb 11, 2022
1 parent ba42231 commit 71130d3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Mod/OpenSCAD/importCSG.py
Expand Up @@ -828,6 +828,7 @@ def p_linear_extrude_with_transform(p):
obj = fuse(p[6],"Linear Extrude Union")
else :
obj = p[6][0]
checkObjShape(obj)
if t != 0.0 or s[0] != 1.0 or s[1] != 1.0:
newobj = process_linear_extrude_with_transform(obj,h,t,s)
else:
Expand Down

0 comments on commit 71130d3

Please sign in to comment.