SoftFever / OrcaSlicer

G-code generator for 3D printers (Bambu, Prusa, Voron, VzBot, RatRig, Creality, etc.)
https://discord.gg/P4VE9UY9gJ
GNU Affero General Public License v3.0
6.61k stars 773 forks source link

Alert the user if "Make overhangs printable" is active while slicing #4078

Closed RenanAz closed 6 months ago

RenanAz commented 7 months ago

Is your feature request related to a problem? Please describe. Printing something after unintentionally leaving "Make overhangs printable" left over from another print can create a lot of issues because ther are important changes to the geometry. Example is this week i lost a build plate full of gridfinity multi-bins because i changed to a profile that had that option active and it just printed solid without the grid valleys. They wont fit the grid now. If we had an alert after slicing (like we have with aggressive overhangs) it would allow us to choose and avoid wasting time and material.

Which printers will be beneficial to this feature Any / all printers

Describe the solution you'd like Add an alert shown while slicing (like we have when file has aggressive overhangs) telling the user that they are slicing with "Make overhangs printable" enabled.

Describe alternatives you've considered Make this option not persist when saving the profile, but i think this is not a great alternative.

Additional context Add some alert here mentioning "Make overhangs printable is enabled for this print - please be aware of the geometry changes applied" image

NeverUsedID commented 7 months ago

Would like customizeable alert popup's. Like

Are You sure you want to proceed?

SoftFever commented 6 months ago

Since this option will change model's geometry, I think a popup dialog is more preferable. The change is in main branch now. image