discuss@lists.openscad.org

OpenSCAD general discussion Mailing-list

View all threads

Close the "bottom hole" of a 3D-scanned bust

WH
William Ha
Thu, May 19, 2016 1:18 PM

I'm just a starter.
I scanned my wife and obtained a bust.  The resulting STL after repairing has a hole viewed from the bottom.  Thick of it as a inverted bucket. I would like to close the bottom to facilitate printingg.  Please suggest how I can accomplish this in OpenSCAD?
Thanks

I'm just a starter. I scanned my wife and obtained a bust.  The resulting STL after repairing has a hole viewed from the bottom.  Thick of it as a inverted bucket. I would like to close the bottom to facilitate printingg.  Please suggest how I can accomplish this in OpenSCAD? Thanks
PF
Peter Falke
Fri, May 20, 2016 10:23 PM

Share a picture.

2016-05-19 15:18 GMT+02:00 William Ha whareg12@yahoo.com:

I'm just a starter.

I scanned my wife and obtained a bust.  The resulting STL after repairing
has a hole viewed from the bottom.  Thick of it as a inverted bucket. I
would like to close the bottom to facilitate printingg.  Please suggest how
I can accomplish this in OpenSCAD?

Thanks


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

Share a picture. 2016-05-19 15:18 GMT+02:00 William Ha <whareg12@yahoo.com>: > I'm just a starter. > > I scanned my wife and obtained a bust. The resulting STL after repairing > has a hole viewed from the bottom. Thick of it as a inverted bucket. I > would like to close the bottom to facilitate printingg. Please suggest how > I can accomplish this in OpenSCAD? > > Thanks > > _______________________________________________ > OpenSCAD mailing list > Discuss@lists.openscad.org > http://lists.openscad.org/mailman/listinfo/discuss_lists.openscad.org > >
PF
Peter Falke
Fri, May 20, 2016 10:29 PM

Try :

x=0;
y=0;
z=0;
a=10;

import("myfile1.stl", convexity=5);
translate([x,y,z])cube(a);

Move the cube around to fill the hole. Then export as stl.

see:https://en.wikibooks.org/wiki/OpenSCAD_User_Manual

2016-05-21 0:23 GMT+02:00 Peter Falke stempeldergeschichte@googlemail.com:

Share a picture.

2016-05-19 15:18 GMT+02:00 William Ha whareg12@yahoo.com:

I'm just a starter.

I scanned my wife and obtained a bust.  The resulting STL after repairing
has a hole viewed from the bottom.  Thick of it as a inverted bucket. I
would like to close the bottom to facilitate printingg.  Please suggest how
I can accomplish this in OpenSCAD?

Thanks


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

Try : x=0; y=0; z=0; a=10; import("myfile1.stl", convexity=5); translate([x,y,z])cube(a); Move the cube around to fill the hole. Then export as stl. see:https://en.wikibooks.org/wiki/OpenSCAD_User_Manual 2016-05-21 0:23 GMT+02:00 Peter Falke <stempeldergeschichte@googlemail.com>: > Share a picture. > > > 2016-05-19 15:18 GMT+02:00 William Ha <whareg12@yahoo.com>: > >> I'm just a starter. >> >> I scanned my wife and obtained a bust. The resulting STL after repairing >> has a hole viewed from the bottom. Thick of it as a inverted bucket. I >> would like to close the bottom to facilitate printingg. Please suggest how >> I can accomplish this in OpenSCAD? >> >> Thanks >> >> _______________________________________________ >> OpenSCAD mailing list >> Discuss@lists.openscad.org >> http://lists.openscad.org/mailman/listinfo/discuss_lists.openscad.org >> >> >
NH
nop head
Fri, May 20, 2016 10:35 PM

I don't think you can do any CSG operations on a non-manifold STL in
OpenScad.

On 20 May 2016 at 23:29, Peter Falke stempeldergeschichte@googlemail.com
wrote:

Try :

x=0;
y=0;
z=0;
a=10;

import("myfile1.stl", convexity=5);
translate([x,y,z])cube(a);

Move the cube around to fill the hole. Then export as stl.

see:https://en.wikibooks.org/wiki/OpenSCAD_User_Manual

2016-05-21 0:23 GMT+02:00 Peter Falke <stempeldergeschichte@googlemail.com

:

Share a picture.

2016-05-19 15:18 GMT+02:00 William Ha whareg12@yahoo.com:

I'm just a starter.

I scanned my wife and obtained a bust.  The resulting STL after
repairing has a hole viewed from the bottom.  Thick of it as a inverted
bucket. I would like to close the bottom to facilitate printingg.  Please
suggest how I can accomplish this in OpenSCAD?

Thanks


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

I don't think you can do any CSG operations on a non-manifold STL in OpenScad. On 20 May 2016 at 23:29, Peter Falke <stempeldergeschichte@googlemail.com> wrote: > Try : > > > x=0; > y=0; > z=0; > a=10; > > import("myfile1.stl", convexity=5); > translate([x,y,z])cube(a); > > Move the cube around to fill the hole. Then export as stl. > > see:https://en.wikibooks.org/wiki/OpenSCAD_User_Manual > > 2016-05-21 0:23 GMT+02:00 Peter Falke <stempeldergeschichte@googlemail.com > >: > >> Share a picture. >> >> >> 2016-05-19 15:18 GMT+02:00 William Ha <whareg12@yahoo.com>: >> >>> I'm just a starter. >>> >>> I scanned my wife and obtained a bust. The resulting STL after >>> repairing has a hole viewed from the bottom. Thick of it as a inverted >>> bucket. I would like to close the bottom to facilitate printingg. Please >>> suggest how I can accomplish this in OpenSCAD? >>> >>> Thanks >>> >>> _______________________________________________ >>> OpenSCAD mailing list >>> Discuss@lists.openscad.org >>> http://lists.openscad.org/mailman/listinfo/discuss_lists.openscad.org >>> >>> >> > > _______________________________________________ > OpenSCAD mailing list > Discuss@lists.openscad.org > http://lists.openscad.org/mailman/listinfo/discuss_lists.openscad.org > >
F
fred_dot_u
Fri, May 20, 2016 11:09 PM

If you aren't going to restrict yourself to OpenSCAD, the free program
Meshmixer will allow you to "drop" a plane surface anywhere in the
workspace, then angle and slice it in the desired manner, closing off the
opening of the upside down bucket. Even if you are not especially
comfortable with a new program, there are more than a few video tutorials
presenting the above actions, bringing rapid understanding with a few
clicks.

--
View this message in context: http://forum.openscad.org/Close-the-bottom-hole-of-a-3D-scanned-bust-tp17371p17380.html
Sent from the OpenSCAD mailing list archive at Nabble.com.

If you aren't going to restrict yourself to OpenSCAD, the free program Meshmixer will allow you to "drop" a plane surface anywhere in the workspace, then angle and slice it in the desired manner, closing off the opening of the upside down bucket. Even if you are not especially comfortable with a new program, there are more than a few video tutorials presenting the above actions, bringing rapid understanding with a few clicks. -- View this message in context: http://forum.openscad.org/Close-the-bottom-hole-of-a-3D-scanned-bust-tp17371p17380.html Sent from the OpenSCAD mailing list archive at Nabble.com.
W
william
Sat, May 21, 2016 1:58 PM

I must say sorry about this.  It was my first question and I was confused
about the various subscription/registration processes.  It was thus sent as
an email to discuss@lists.openscad.org.  I realized I was stupid and now I
am using the forum.openscad.org user interface to compose the messages.

Here is a picture of the scan.

http://forum.openscad.org/file/n17393/20160521_21.jpg

(She's not my wife but a student I tutored at a charity organisation.  And I
am glad that the kids, though underprivileged, are still as awestruck as I
was when they saw their first printings.  They were mesmerized in front of
the printer for twenty or so minutes just to watch the print head dance!)

I hope you can see that there is a hole in the bottom of the bust.  I think
I may be able to print it out with the hole but if I can, I would like to
close it flat.

Thanks @nophead for the suggestion of adding a base.  I would see if I can
retain the bust base contour as is.

I will take a look at meshmixer.  It looks interesting.  But you must
understand this 3D printing thing is a really daunting task for a starting
guy like me.  Although my technical background (electronics) helps a bit, it
is still overwhelming with all the choices of software/hardware.

thanks all.

--
View this message in context: http://forum.openscad.org/Close-the-bottom-hole-of-a-3D-scanned-bust-tp17371p17393.html
Sent from the OpenSCAD mailing list archive at Nabble.com.

I must say sorry about this. It was my first question and I was confused about the various subscription/registration processes. It was thus sent as an email to discuss@lists.openscad.org. I realized I was stupid and now I am using the forum.openscad.org user interface to compose the messages. Here is a picture of the scan. <http://forum.openscad.org/file/n17393/20160521_21.jpg> (She's not my wife but a student I tutored at a charity organisation. And I am glad that the kids, though underprivileged, are still as awestruck as I was when they saw their first printings. They were mesmerized in front of the printer for twenty or so minutes just to watch the print head dance!) I hope you can see that there is a hole in the bottom of the bust. I think I may be able to print it out with the hole but if I can, I would like to close it flat. Thanks @nophead for the suggestion of adding a base. I would see if I can retain the bust base contour as is. I will take a look at meshmixer. It looks interesting. But you must understand this 3D printing thing is a really daunting task for a starting guy like me. Although my technical background (electronics) helps a bit, it is still overwhelming with all the choices of software/hardware. thanks all. -- View this message in context: http://forum.openscad.org/Close-the-bottom-hole-of-a-3D-scanned-bust-tp17371p17393.html Sent from the OpenSCAD mailing list archive at Nabble.com.