mirror of
https://git.mirrors.martin98.com/https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-23 03:24:29 +08:00
User definable retraction length for filament change #903
This commit is contained in:
parent
774c0bc1ad
commit
c60669b293
@ -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…
x
Reference in New Issue
Block a user