Add overhang threshold for scarf joint seam (#4725)

add overhang threshold for scarf joint seam
This commit is contained in:
SoftFever
2024-03-27 22:02:20 +08:00
committed by GitHub
parent 116169ea03
commit dcb8d09af6
10 changed files with 41 additions and 12 deletions

View File

@@ -1145,6 +1145,7 @@ bool PrintObject::invalidate_state_by_config_options(
|| opt_key == "seam_slope_type"
|| opt_key == "seam_slope_conditional"
|| opt_key == "scarf_angle_threshold"
|| opt_key == "scarf_overhang_threshold"
|| opt_key == "scarf_joint_speed"
|| opt_key == "scarf_joint_flow_ratio"
|| opt_key == "seam_slope_start_height"