Printing internal structure - HELP
I am trying to print a simple sphere with an internal structure. This internal structure (actually its more of a void) will hold a magnet. My plan is to pause the print as it nears the final layer of the void and drop the magnet in place, then continue the print.
My problem is that PrusaSlicer is not recognizing this internal structure/void and simply fills the sphere with the assigned infill - basically creating a solid part.
Am I missing a default or setting of some sort?
Please help!
Thanks in advance!
RE: Printing internal structure - HELP
Sounds like badly defined normals in the model.
RE: Printing internal structure - HELP
@lichtjaeger
"Badly defined normals" can you please explain?
RE: Printing internal structure - HELP
Normals define, what side of a face is outside and what is inside. If we imagine a cube inside a cube, we get a cavity or a solid, depending on the orientation of the normals of the inner cube.
RE: Printing internal structure - HELP
Excellent! Got it fixed. Thank you!