change parameter name, fix and improve intersection insertions

This commit is contained in:
PavelMikus 2022-12-14 14:26:21 +01:00 committed by Pavel Mikuš
parent 2159caf03b
commit 9bf7ce5e28
8 changed files with 54 additions and 39 deletions
src/libslic3r

View file

@ -749,7 +749,7 @@ bool PrintObject::invalidate_state_by_config_options(
|| opt_key == "support_material_interface_speed"
|| opt_key == "bridge_speed"
|| opt_key == "enable_dynamic_overhang_speeds"
|| opt_key == "overhang_overlaps"
|| opt_key == "overhang_steepness_levels"
|| opt_key == "dynamic_overhang_speeds"
|| opt_key == "external_perimeter_speed"
|| opt_key == "infill_speed"