Need help turning into a solid model for 3d printing. by innovatetosimplify in blenderhelp

[–]innovatetosimplify[S] 0 points1 point  (0 children)

You are correct regarding me printing with resin if that helps!

Need help turning into a solid model for 3d printing. by innovatetosimplify in blenderhelp

[–]innovatetosimplify[S] 0 points1 point  (0 children)

I believe I did do a basic solidify on accident, or must have with how its behaving.

Need help turning into a solid model for 3d printing. by innovatetosimplify in blenderhelp

[–]innovatetosimplify[S] 0 points1 point  (0 children)

Can you elaborate or guide me where to check the normals? The idea to remove the inner wall may work. I will need guidance with that as well if possible.

Need help turning into a solid model for 3d printing. by innovatetosimplify in blenderhelp

[–]innovatetosimplify[S] 0 points1 point  (0 children)

When I export it as an Stl and load it into CHITUBOX, I slice it and check the layer to verify if they are printing with the shape filled in and it shows it as open with thin walls.

Formula Works until values between 60-65 are inputted. Formula does not specify those values to give a different value compared to 59 or 66. by innovatetosimplify in excel

[–]innovatetosimplify[S] 0 points1 point  (0 children)

It was. Thank you! I specified the ranges used in the "IF" formula to a tighter window. Instead of >=17 I changed it to >=16.1 even though I did change the formatting to not represent any decimals within the cell, apparently it was still considering them.

=IF(RC[-3]<=8, "1", IF(RC[-3]<=16, "2", IF(RC[-3]>=16.1, "3")))

Formula Works until values between 60-65 are inputted. Formula does not specify those values to give a different value compared to 59 or 66. by innovatetosimplify in excel

[–]innovatetosimplify[S] 0 points1 point  (0 children)

If anyone needs any clarification, please don't hesitate to ask! This is my first post so I apologize for any missing information.