Added brim width setting for tree support

This commit is contained in:
SoftFever
2023-03-12 21:05:59 +08:00
parent 53a6b99c3a
commit 6cd2856b99
7 changed files with 29 additions and 5 deletions

View File

@@ -775,6 +775,8 @@ bool PrintObject::invalidate_state_by_config_options(
|| 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_branch_distance"
|| opt_key == "tree_support_branch_diameter"
|| opt_key == "tree_support_branch_angle"