change parameter name, fix and improve intersection insertions
This commit is contained in:
parent
2159caf03b
commit
9bf7ce5e28
8 changed files with 54 additions and 39 deletions
src/libslic3r
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue