mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-21 05:37:52 -06:00
Added a threshold for purging on the wipe tower (before it goes into infill/sacrificial object)
This commit is contained in:
parent
6fe2f963b1
commit
cc24861042
5 changed files with 33 additions and 9 deletions
|
@ -1296,6 +1296,7 @@ void TabFilament::build()
|
|||
optgroup->append_single_option_line("filament_cooling_moves");
|
||||
optgroup->append_single_option_line("filament_cooling_initial_speed");
|
||||
optgroup->append_single_option_line("filament_cooling_final_speed");
|
||||
optgroup->append_single_option_line("filament_minimal_purge_on_wipe_tower");
|
||||
|
||||
line = { _(L("Ramming")), "" };
|
||||
line.widget = [this](wxWindow* parent){
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue