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:
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
>