discuss@lists.openscad.org

OpenSCAD general discussion Mailing-list

View all threads

Different CGAL error when trying to manipulate imported stl file

DP
Dan Perry
Sat, Jul 13, 2024 2:45 PM

I have a couple solutions that I use:

  • PrusaSlicer has built-in STL repair, and it has options to save the
    STL.
  • MeshLab is open source.  A google search such as "Meshlab repair
    holes" will have you on your way.

Dan

On Sat, Jul 13, 2024 at 1:39 PM Michael Möller via Discuss <
discuss@lists.openscad.org> wrote:

You get the ASCII version of the STL, identify the points and modify/add
the missing triangles :-)

Or get better (expensive) software. Or design the model from scratch in
OpenSCAD. Or hope it 3D prints even with the faults.

Why does "everyone" always expect there is an easy and free solution? ;-)

The model looks like this key model came from some 3D scanner, where the
topmost edge wasn't scanned sufficiently, or was something that moved (the
keyring?)

You can make your own model from scratch with OpenScad and then just
"overlay" the two (using the #-operator) to gradually get an accurate model
by trial-n-error.

On Fri, 12 Jul 2024 at 19:16, Richard Thomas via Discuss <
discuss@lists.openscad.org> wrote:

Hi,

Wow, that is very hidden!  Where do I start in order to complete the
repairs on this?

Thanks,

Richard.

On Fri, 12 Jul 2024 at 17:05, Jordan Brown openscad@jordan.maileater.net
wrote:

I'm not an expert at diagnosing STLs, but this one isn't hard to find
problems with, using View/Thrown Together.

The un-fixed version has great gaping holes in the top and bottom, and
smaller problems elsewhere.  (Purple is bad.)

The "fixed" version is much better, but still has some - and all it
takes is one.  Here's a wide shot to establish context, and then a zoom-in
on the central pillar.  Note the tiny purple slices on the right.


OpenSCAD mailing list
To unsubscribe send an email to discuss-leave@lists.openscad.org


OpenSCAD mailing list
To unsubscribe send an email to discuss-leave@lists.openscad.org

I have a couple solutions that I use: - PrusaSlicer has built-in STL repair, and it has options to save the STL. - MeshLab is open source. A google search such as "Meshlab repair holes" will have you on your way. Dan On Sat, Jul 13, 2024 at 1:39 PM Michael Möller via Discuss < discuss@lists.openscad.org> wrote: > You get the ASCII version of the STL, identify the points and modify/add > the missing triangles :-) > > Or get better (expensive) software. Or design the model from scratch in > OpenSCAD. Or hope it 3D prints even with the faults. > > Why does "everyone" always expect there is an easy and free solution? ;-) > > The model looks like this key model came from some 3D scanner, where the > topmost edge wasn't scanned sufficiently, or was something that moved (the > keyring?) > > You can make your own model from scratch with OpenScad and then just > "overlay" the two (using the #-operator) to gradually get an accurate model > by trial-n-error. > > On Fri, 12 Jul 2024 at 19:16, Richard Thomas via Discuss < > discuss@lists.openscad.org> wrote: > >> Hi, >> >> Wow, that is very hidden! Where do I start in order to complete the >> repairs on this? >> >> Thanks, >> >> Richard. >> >> On Fri, 12 Jul 2024 at 17:05, Jordan Brown <openscad@jordan.maileater.net> >> wrote: >> >>> I'm not an expert at diagnosing STLs, but this one isn't hard to find >>> problems with, using View/Thrown Together. >>> >>> The un-fixed version has great gaping holes in the top and bottom, and >>> smaller problems elsewhere. (Purple is bad.) >>> >>> >>> >>> >>> The "fixed" version is much better, but still has some - and all it >>> takes is one. Here's a wide shot to establish context, and then a zoom-in >>> on the central pillar. Note the tiny purple slices on the right. >>> >>> >>> >>> _______________________________________________ >> OpenSCAD mailing list >> To unsubscribe send an email to discuss-leave@lists.openscad.org >> > _______________________________________________ > OpenSCAD mailing list > To unsubscribe send an email to discuss-leave@lists.openscad.org >
RT
Richard Thomas
Wed, Jul 17, 2024 2:57 PM

Thanks,

What I did is used Meshmixer, which cut off the messy part of the model (in
terms of shape that I don't want to print and any holes that are present).

I then re-added the part of the handle that you hold with your fingers in
OpenSCAD and it all rendered well.

Thank you,

Richard.

On Sat, 13 Jul 2024 at 15:45, Dan Perry via Discuss <
discuss@lists.openscad.org> wrote:

I have a couple solutions that I use:

- PrusaSlicer has built-in STL repair, and it has options to save the
STL.
- MeshLab is open source.  A google search such as "Meshlab repair
holes" will have you on your way.

Dan

On Sat, Jul 13, 2024 at 1:39 PM Michael Möller via Discuss <
discuss@lists.openscad.org> wrote:

You get the ASCII version of the STL, identify the points and modify/add
the missing triangles :-)

Or get better (expensive) software. Or design the model from scratch in
OpenSCAD. Or hope it 3D prints even with the faults.

Why does "everyone" always expect there is an easy and free solution? ;-)

The model looks like this key model came from some 3D scanner, where the
topmost edge wasn't scanned sufficiently, or was something that moved (the
keyring?)

You can make your own model from scratch with OpenScad and then just
"overlay" the two (using the #-operator) to gradually get an accurate model
by trial-n-error.

On Fri, 12 Jul 2024 at 19:16, Richard Thomas via Discuss <
discuss@lists.openscad.org> wrote:

Hi,

Wow, that is very hidden!  Where do I start in order to complete the
repairs on this?

Thanks,

Richard.

On Fri, 12 Jul 2024 at 17:05, Jordan Brown <
openscad@jordan.maileater.net> wrote:

I'm not an expert at diagnosing STLs, but this one isn't hard to find
problems with, using View/Thrown Together.

The un-fixed version has great gaping holes in the top and bottom, and
smaller problems elsewhere.  (Purple is bad.)

The "fixed" version is much better, but still has some - and all it
takes is one.  Here's a wide shot to establish context, and then a zoom-in
on the central pillar.  Note the tiny purple slices on the right.


OpenSCAD mailing list
To unsubscribe send an email to discuss-leave@lists.openscad.org


OpenSCAD mailing list
To unsubscribe send an email to discuss-leave@lists.openscad.org


OpenSCAD mailing list
To unsubscribe send an email to discuss-leave@lists.openscad.org

Thanks, What I did is used Meshmixer, which cut off the messy part of the model (in terms of shape that I don't want to print and any holes that are present). I then re-added the part of the handle that you hold with your fingers in OpenSCAD and it all rendered well. Thank you, Richard. On Sat, 13 Jul 2024 at 15:45, Dan Perry via Discuss < discuss@lists.openscad.org> wrote: > I have a couple solutions that I use: > > - PrusaSlicer has built-in STL repair, and it has options to save the > STL. > - MeshLab is open source. A google search such as "Meshlab repair > holes" will have you on your way. > > Dan > > > On Sat, Jul 13, 2024 at 1:39 PM Michael Möller via Discuss < > discuss@lists.openscad.org> wrote: > >> You get the ASCII version of the STL, identify the points and modify/add >> the missing triangles :-) >> >> Or get better (expensive) software. Or design the model from scratch in >> OpenSCAD. Or hope it 3D prints even with the faults. >> >> Why does "everyone" always expect there is an easy and free solution? ;-) >> >> The model looks like this key model came from some 3D scanner, where the >> topmost edge wasn't scanned sufficiently, or was something that moved (the >> keyring?) >> >> You can make your own model from scratch with OpenScad and then just >> "overlay" the two (using the #-operator) to gradually get an accurate model >> by trial-n-error. >> >> On Fri, 12 Jul 2024 at 19:16, Richard Thomas via Discuss < >> discuss@lists.openscad.org> wrote: >> >>> Hi, >>> >>> Wow, that is very hidden! Where do I start in order to complete the >>> repairs on this? >>> >>> Thanks, >>> >>> Richard. >>> >>> On Fri, 12 Jul 2024 at 17:05, Jordan Brown < >>> openscad@jordan.maileater.net> wrote: >>> >>>> I'm not an expert at diagnosing STLs, but this one isn't hard to find >>>> problems with, using View/Thrown Together. >>>> >>>> The un-fixed version has great gaping holes in the top and bottom, and >>>> smaller problems elsewhere. (Purple is bad.) >>>> >>>> >>>> >>>> >>>> The "fixed" version is much better, but still has some - and all it >>>> takes is one. Here's a wide shot to establish context, and then a zoom-in >>>> on the central pillar. Note the tiny purple slices on the right. >>>> >>>> >>>> >>>> _______________________________________________ >>> OpenSCAD mailing list >>> To unsubscribe send an email to discuss-leave@lists.openscad.org >>> >> _______________________________________________ >> OpenSCAD mailing list >> To unsubscribe send an email to discuss-leave@lists.openscad.org >> > _______________________________________________ > OpenSCAD mailing list > To unsubscribe send an email to discuss-leave@lists.openscad.org >