mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-16 10:02:12 +00:00
FIX: the extruder diameter check fault
jira: [none] Change-Id: Ib5719996b0b660bb68ab20c7c38cc6b2ce3a9286 (cherry picked from commit 0bbc185b712777abbd5b36376cae926d100780af)
This commit is contained in:
@@ -1994,7 +1994,7 @@ bool SelectMachineDialog::is_same_nozzle_diameters(float& tag_nozzle_diameter) c
|
||||
auto used_filament_idxs = cur_plate->get_used_filaments();/*the index is started from 1*/
|
||||
for (int used_filament_idx : used_filament_idxs)
|
||||
{
|
||||
int used_nozzle_idx = cur_plate->get_physical_extruder_by_filament_id(preset_bundle->project_config, used_filament_idx);
|
||||
int used_nozzle_idx = cur_plate->get_physical_extruder_by_filament_id(preset_bundle->full_config(), used_filament_idx);
|
||||
if (used_nozzle_idx == -1)
|
||||
{
|
||||
assert(0);
|
||||
|
||||
Reference in New Issue
Block a user