discuss@lists.openscad.org

OpenSCAD general discussion Mailing-list

View all threads

Object won't print and is giving me WARNING: Object may not be a valid 2-manifold and may need repair! What's wrong?

RP
Ronaldo Persiano
Tue, May 22, 2018 9:42 AM

​I don't know how you want your hexagon cap but that is an alternative:

difference() {
hull() polyhedron (outsidenodes, outsideface);
translate([0,0,-0.0001])
scale ([1-(2t)/(2s),1-(2t)/(2s),1])
hull() polyhedron (outsidenodes, outsideface);
}​

2018-05-22 4:18 GMT+01:00 drewa1 k2drewa@gmail.com:

How do I fix this, no matter what orientation I put a face in, it says
misordered.  Also, is this not clockwise orientation? Will the print work
if
the face is ordered correctly?

--
Sent from: http://forum.openscad.org/


OpenSCAD mailing list
Discuss@lists.openscad.org
http://lists.openscad.org/mailman/listinfo/discuss_lists.openscad.org

​I don't know how you want your hexagon cap but that is an alternative: difference() { hull() polyhedron (outsidenodes, outsideface); translate([0,0,-0.0001]) scale ([1-(2*t)/(2*s),1-(2*t)/(2*s),1]) hull() polyhedron (outsidenodes, outsideface); }​ ‌ 2018-05-22 4:18 GMT+01:00 drewa1 <k2drewa@gmail.com>: > How do I fix this, no matter what orientation I put a face in, it says > misordered. Also, is this not clockwise orientation? Will the print work > if > the face is ordered correctly? > > > > -- > Sent from: http://forum.openscad.org/ > > _______________________________________________ > OpenSCAD mailing list > Discuss@lists.openscad.org > http://lists.openscad.org/mailman/listinfo/discuss_lists.openscad.org >