mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2026-02-22 04:22:20 -07:00
FIX: flush_volume use correct extra_flush_volume
and fix extruder_offset bug jira: none Change-Id: I84644ad5b54994ae65269531311386cacd972bf3 (cherry picked from commit 71987627efe4fcdcc7940a48d043a7cecc485c02)
This commit is contained in:
parent
1a03d33795
commit
42f8070fc9
4 changed files with 15 additions and 14 deletions
|
|
@ -3443,7 +3443,6 @@ void SelectMachineDialog::reset_and_sync_ams_list()
|
|||
m_filaments.clear();
|
||||
|
||||
const auto& full_config = wxGetApp().preset_bundle->full_config();
|
||||
const auto& extra_flush_volumes = get_min_flush_volumes(full_config, 0); // todo multi_extruder: always display nozzle 1
|
||||
size_t nozzle_nums = full_config.option<ConfigOptionFloats>("nozzle_diameter")->values.size();
|
||||
|
||||
bool use_double_extruder = nozzle_nums > 1 ? true : false;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue