seam gap parameter

This commit is contained in:
SoftFever
2023-01-14 18:39:43 +08:00
parent 2df3c15c7a
commit c05b6a55e3
9 changed files with 34 additions and 12 deletions

View File

@@ -679,7 +679,8 @@ bool PrintObject::invalidate_state_by_config_options(
|| opt_key == "only_one_wall_first_layer"
|| opt_key == "initial_layer_line_width"
|| opt_key == "inner_wall_line_width"
|| opt_key == "infill_wall_overlap") {
|| opt_key == "infill_wall_overlap"
|| opt_key == "seam_gap") {
steps.emplace_back(posPerimeters);
} else if (opt_key == "gap_infill_speed"
|| opt_key == "filter_out_gap_fill" ) {