mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2026-03-16 16:25:33 -06:00
Fix: the width is not effective
after enabling the ribbed outer wall jira: STUDIO-10294 Change-Id: I08bd00c3c3ef643f4226ce0b882cd62ff680ae65 (cherry picked from commit cfeb574422741bbe48747aa7305fea2a13b6d834)
This commit is contained in:
parent
d463858fda
commit
13c3c32237
1 changed files with 1 additions and 0 deletions
|
|
@ -765,6 +765,7 @@ void ConfigManipulation::toggle_print_fff_options(DynamicPrintConfig *config, co
|
|||
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 : {"wall_filament", "sparse_infill_filament", "solid_infill_filament", "wipe_tower_filament"})
|
||||
toggle_line(el, !bSEMM);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue