Add option to enforce first layer min wall width (#1974)

Add option to set first layer min wall width
This commit is contained in:
xxxcq 2023-09-04 00:07:40 +08:00 committed by GitHub
parent 08cf38e5c9
commit 9e0dbd91ff
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 21 additions and 4 deletions

View file

@ -1881,6 +1881,7 @@ void TabPrint::build()
optgroup->append_single_option_line("wall_transition_filter_deviation");
optgroup->append_single_option_line("wall_transition_length");
optgroup->append_single_option_line("wall_distribution_count");
optgroup->append_single_option_line("initial_layer_min_bead_width");
optgroup->append_single_option_line("min_bead_width");
optgroup->append_single_option_line("min_feature_size");