Fixed invalidation when first_layer_height is changed

This commit is contained in:
Lukas Matena 2021-08-25 12:01:41 +02:00
parent 369f325f4e
commit 3fc4cc84a7
2 changed files with 2 additions and 2 deletions

View file

@ -535,7 +535,6 @@ bool PrintObject::invalidate_state_by_config_options(
steps.emplace_back(posPerimeters);
} else if (
opt_key == "layer_height"
|| opt_key == "first_layer_height"
|| opt_key == "mmu_segmented_region_max_width"
|| opt_key == "raft_layers"
|| opt_key == "raft_contact_distance"