mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-16 18:12:10 +00:00
ENH: add print_outer_first for wipe tower
and modify the min_depth_per_height jira: none Change-Id: I4860df661b4dd1f66677112d14e60560bc4a73be (cherry picked from commit 00810d685d01a91b5373f3315413aaef1fe49cbc)
This commit is contained in:
@@ -758,7 +758,7 @@ void ConfigManipulation::toggle_print_fff_options(DynamicPrintConfig *config, co
|
||||
toggle_line("preheat_steps", have_ooze_prevention && (preheat_steps > 0));
|
||||
|
||||
bool have_prime_tower = config->opt_bool("enable_prime_tower");
|
||||
for (auto el : { "prime_tower_width", "prime_tower_brim_width"})
|
||||
for (auto el : {"prime_tower_width", "prime_tower_brim_width", "prime_tower_outer_first"})
|
||||
toggle_line(el, have_prime_tower);
|
||||
|
||||
for (auto el : {"wall_filament", "sparse_infill_filament", "solid_infill_filament", "wipe_tower_filament"})
|
||||
|
||||
Reference in New Issue
Block a user