diff --git a/src/Mod/OpenSCAD/OpenSCADUtils.py b/src/Mod/OpenSCAD/OpenSCADUtils.py index 238e0d9d22..2f301f3e86 100644 --- a/src/Mod/OpenSCAD/OpenSCADUtils.py +++ b/src/Mod/OpenSCAD/OpenSCADUtils.py @@ -572,4 +572,4 @@ def applyPlacement(shape): elif shape.ShapeType == 'Shell': return Part.Shell(shape.childShapes()) else: - raise ValueError('Unsupported shape type') + return Part.Compound([shape])