discuss@lists.openscad.org

OpenSCAD general discussion Mailing-list

View all threads

Re: [OpenSCAD] Attempting to fix my file manifold issue.

S
stonysmith
Mon, Jan 5, 2015 2:01 AM

Just a suggestion.... here's a much more concise version of the main body...

hull(){
translate([0,0,32])cube([16,16,.01]);
translate([4,4,24])cube([8,8,8]);
}
hull(){
translate([0,0,0])cube([16,16,4]);
translate([4,4,20])cube([8,8,8]);
}
translate([0,0,22])cube([16,16,4]);

--
View this message in context: http://forum.openscad.org/Attempting-to-fix-my-file-manifold-issue-tp10923p10930.html
Sent from the OpenSCAD mailing list archive at Nabble.com.

Just a suggestion.... here's a much more concise version of the main body... hull(){ translate([0,0,32])cube([16,16,.01]); translate([4,4,24])cube([8,8,8]); } hull(){ translate([0,0,0])cube([16,16,4]); translate([4,4,20])cube([8,8,8]); } translate([0,0,22])cube([16,16,4]); -- View this message in context: http://forum.openscad.org/Attempting-to-fix-my-file-manifold-issue-tp10923p10930.html Sent from the OpenSCAD mailing list archive at Nabble.com.