add only_one_wall_first_layer

This commit is contained in:
Wang YB
2024-04-12 18:57:00 +08:00
parent 2466489049
commit 446c2c4e75
8 changed files with 54 additions and 15 deletions

View File

@@ -868,7 +868,9 @@ bool PrintObject::invalidate_state_by_config_options(
//w16
|| opt_key == "top_one_wall_type"
//w17
|| opt_key == "top_area_threshold") {
|| opt_key == "top_area_threshold"
//w23
|| opt_key == "only_one_wall_first_layer") {
steps.emplace_back(posSlice);
} else if (
opt_key == "seam_position"