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

@ -765,7 +765,7 @@ static std::vector<std::string> s_Preset_print_options {
"sparse_infill_acceleration", "internal_solid_infill_acceleration", "tree_support_adaptive_layer_height", "tree_support_auto_brim",
"tree_support_brim_width", "gcode_comments", "gcode_label_objects",
"initial_layer_travel_speed", "exclude_object", "slow_down_layers", "infill_anchor", "infill_anchor_max",
"make_overhang_printable", "make_overhang_printable_angle", "make_overhang_printable_hole_size" ,"notes"
"make_overhang_printable", "make_overhang_printable_angle", "make_overhang_printable_hole_size" ,"notes" ,"initial_layer_min_bead_width"
};