rename avoid_curled_filament_during_travels to avoid_crossing_curled_overhangs

mark avoid_crossing_curled_overhangs as Experimental
rename overhang_steepness_levels to overhang_overlap_levels
This commit is contained in:
Pavel Mikus 2023-01-02 14:28:27 +01:00 committed by Pavel Mikuš
parent dbaa0f72d1
commit cfb702be99
10 changed files with 37 additions and 32 deletions

View file

@ -222,7 +222,7 @@ bool Print::invalidate_state_by_config_options(const ConfigOptionResolver & /* n
osteps.emplace_back(posInfill);
osteps.emplace_back(posSupportMaterial);
steps.emplace_back(psSkirtBrim);
} else if (opt_key == "avoid_curled_filament_during_travels") {
} else if (opt_key == "avoid_crossing_curled_overhangs") {
osteps.emplace_back(posEstimateCurledExtrusions);
} else {
// for legacy, if we can't handle this option let's invalidate all steps