add top area threshold

This commit is contained in:
Wang YB
2024-01-18 10:16:47 +08:00
parent 12da7dac6a
commit 2eecb1ce8a
6 changed files with 29 additions and 4 deletions

View File

@@ -865,8 +865,10 @@ bool PrintObject::invalidate_state_by_config_options(
|| opt_key == "wall_distribution_count"
|| opt_key == "min_feature_size"
|| opt_key == "min_bead_width"
//w15
|| opt_key == "top_one_wall_type"){
//w16
|| opt_key == "top_one_wall_type"
//w17
|| opt_key == "top_area_threshold") {
steps.emplace_back(posSlice);
} else if (
opt_key == "seam_position"