mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-15 10:47:50 -06:00
User definable retraction length for filament change #903
This commit is contained in:
parent
774c0bc1ad
commit
c60669b293
1 changed files with 2 additions and 1 deletions
|
@ -3650,7 +3650,8 @@ void TabPrinter::toggle_options()
|
||||||
is_BBL_printer = m_preset_bundle->printers.get_edited_preset().is_bbl_vendor_preset(m_preset_bundle);
|
is_BBL_printer = m_preset_bundle->printers.get_edited_preset().is_bbl_vendor_preset(m_preset_bundle);
|
||||||
}
|
}
|
||||||
|
|
||||||
bool have_multiple_extruders = m_extruders_count > 1;
|
bool have_multiple_extruders = true;
|
||||||
|
//m_extruders_count > 1;
|
||||||
//if (m_active_page->title() == "Custom G-code") {
|
//if (m_active_page->title() == "Custom G-code") {
|
||||||
// toggle_option("change_filament_gcode", have_multiple_extruders);
|
// toggle_option("change_filament_gcode", have_multiple_extruders);
|
||||||
//}
|
//}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue