Fix: the width is not effective
after enabling the ribbed outer wall jira: STUDIO-10294 Change-Id: I08bd00c3c3ef643f4226ce0b882cd62ff680ae65
This commit is contained in:
parent
0a20f1fe6d
commit
cfeb574422
|
@ -684,7 +684,7 @@ void ConfigManipulation::toggle_print_fff_options(DynamicPrintConfig *config, in
|
|||
bool have_rib_wall = config->opt_bool("prime_tower_rib_wall")&&have_prime_tower;
|
||||
for (auto el : {"prime_tower_extra_rib_length", "prime_tower_rib_width", "prime_tower_fillet_wall"})
|
||||
toggle_line(el, have_rib_wall);
|
||||
|
||||
toggle_field("prime_tower_width", !have_rib_wall);
|
||||
for (auto el : {"flush_into_infill", "flush_into_support", "flush_into_objects"})
|
||||
toggle_field(el, have_prime_tower);
|
||||
|
||||
|
|
Loading…
Reference in New Issue