openscad/testdata/scad/features/2d-3d.scad

4 lines
81 B
OpenSCAD

// Test a mix of toplevel 2D and 3D objects
cube();
translate([2,0,0]) square();