Made this as an option in the GUI

This commit is contained in:
igiannakas 2023-09-12 11:13:33 +01:00
parent 8a7c6a297a
commit 7d14ac9e03
8 changed files with 84 additions and 33 deletions

View file

@ -775,6 +775,7 @@ bool PrintObject::invalidate_state_by_config_options(
|| opt_key == "raft_contact_distance"
|| opt_key == "slice_closing_radius"
|| opt_key == "slicing_mode"
|| opt_key == "slowdown_for_curled_perimeters"
|| opt_key == "make_overhang_printable"
|| opt_key == "make_overhang_printable_angle"
|| opt_key == "make_overhang_printable_hole_size") {