mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-11 08:47:52 -06:00
Make the increase of extruder motor current during MM filament
exchange sequences configurable.
This commit is contained in:
parent
37806c020a
commit
6da83c7976
7 changed files with 34 additions and 14 deletions
|
@ -2041,6 +2041,7 @@ void TabPrinter::build_extruder_pages()
|
|||
optgroup->append_single_option_line("cooling_tube_length");
|
||||
optgroup->append_single_option_line("parking_pos_retraction");
|
||||
optgroup->append_single_option_line("extra_loading_move");
|
||||
optgroup->append_single_option_line("high_current_on_filament_swap");
|
||||
m_pages.insert(m_pages.end() - n_after_single_extruder_MM, page);
|
||||
m_has_single_extruder_MM_page = true;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue