mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-12-25 00:58:35 -07:00
FIX: error printable filament check for H2D
jira: STUDIO-12252 Change-Id: Iea8107d29b3ae46c49a04a30046573b1c8b6e97f (cherry picked from commit 6680fdffe4d25376c8f4c288ccf2b475d1b7e082)
This commit is contained in:
parent
6d5dca8961
commit
edf92dfffc
1 changed files with 1 additions and 0 deletions
|
|
@ -330,6 +330,7 @@ bool check_filaments_printable(const std::string &tag_vendor, const std::string
|
|||
for (int index = 0; index < physical_extruder_maps.size(); ++index) {
|
||||
if (physical_extruder_maps[index] == extruder_idx) {
|
||||
extruder_idx = index;
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue