mirror of
https://git.mirrors.martin98.com/https://github.com/slic3r/Slic3r.git
synced 2025-07-16 06:01:49 +08:00
#302 can remove "extra peri on ood layers" even with 0 peri
This commit is contained in:
parent
72d6cdc3ab
commit
1b91979567
@ -294,7 +294,7 @@ void ConfigManipulation::update_print_fff_config(DynamicPrintConfig* config, con
|
||||
void ConfigManipulation::toggle_print_fff_options(DynamicPrintConfig* config)
|
||||
{
|
||||
bool have_perimeters = config->opt_int("perimeters") > 0;
|
||||
for (auto el : { "extra_perimeters", "extra_perimeters_overhangs", "extra_perimeters_odd_layers",
|
||||
for (auto el : { "extra_perimeters", "extra_perimeters_overhangs",
|
||||
"only_one_perimeter_top", "ensure_vertical_shell_thickness", "thin_walls",
|
||||
"overhangs", "overhangs_reverse",
|
||||
"seam_position", "external_perimeters_first", "external_perimeters_vase", "external_perimeter_extrusion_width",
|
||||
|
Loading…
x
Reference in New Issue
Block a user