Ultimaker / Cura

3D printer / slicing GUI built on top of the Uranium framework
GNU Lesser General Public License v3.0
6.07k stars 2.06k forks source link

Unexpected Slicing Error (5.0.0) #12563

Closed GreetingsGQ closed 2 years ago

GreetingsGQ commented 2 years ago

Application Version

5.0.0

Platform

Windows 11

Printer

Prusa i3 Mk3/Mk3s

Reproduction steps

Press slice

Actual results

Error message: Slicing failed with an unexpected error. Please consider reporting a bug on our issue tracker.

Expected results

gcode created

Checklist of files to include

Additional information & file uploads

cura slicing error cura.log PI3MK3M_FDG_Giant_Rack_Nolock_Fixed.zip

Asterchades commented 2 years ago

The project file name suggests that it has been "fixed' but a quick check suggests there's more than a few issues remaining - PrusaSlicer reports over one million issues, or one per vertex, the Solid Inspector² plugin SketchUp shows thousands (plural) of disconnected surfaces and stray edges, and I've given up waiting for MeshMixer's report as it's been scanning for over 30 minutes on my 3900x without finishing. In other words, the model is, at least for 3D printing purposes, a right mess.

Repairing the model with 3D Builder (a free tool under Windows 10 or 11) allows it to slice without issue (though it doesn't stop the pillars from being separate pieces at the top). It also cuts out a few tens of thousands of superfluous triangles, reduces the vertex count by over 80% (making it under half the triangle count, which is more expected), and knocks about a quarter off the file size (which is nice).

PI3MK3M_FDG_Giant_Rack_Nolock_Fixed-Repaired.zip

Cura is a slicer, not a modelling program. It has some ability with regards to correcting models but this was simply beyond what it is capable of addressing. None of the in-built Mesh Fixes, nor the Mesh Tools plugin could salvage this one - an external modelling tool was required to fix it.