Fix: The fix of the adaptive layer height logic for supports (#10697)

Fix: Fixing the logic of the adaptive layer height for supports

Removing `tree_support_adaptive_layer_height` because its logic duplicates `independent_support_layer_height`
This commit is contained in:
Valerii Bokhan 2025-10-28 10:31:49 +01:00 committed by GitHub
parent 21cfc7edeb
commit 790bb39783
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 3 additions and 15 deletions

View file

@ -1138,7 +1138,7 @@ bool PrintObject::invalidate_state_by_config_options(
|| opt_key == "support_object_first_layer_gap"
|| opt_key == "support_base_pattern_spacing"
|| opt_key == "support_expansion"
//|| opt_key == "independent_support_layer_height" // BBS
|| opt_key == "independent_support_layer_height" // Orca
|| opt_key == "support_threshold_angle"
|| opt_key == "support_threshold_overlap"
|| opt_key == "support_ironing"
@ -1151,7 +1151,6 @@ bool PrintObject::invalidate_state_by_config_options(
|| opt_key == "bridge_no_support"
|| opt_key == "max_bridge_length"
|| opt_key == "initial_layer_line_width"
|| opt_key == "tree_support_adaptive_layer_height"
|| opt_key == "tree_support_auto_brim"
|| opt_key == "tree_support_brim_width"
|| opt_key == "tree_support_top_rate"