mirror of
https://git.mirrors.martin98.com/https://github.com/bambulab/BambuStudio.git
synced 2025-09-28 10:43:13 +08:00
FIX: error printable filament check for H2D
jira: STUDIO-12252 Change-Id: Iea8107d29b3ae46c49a04a30046573b1c8b6e97f
This commit is contained in:
parent
06fe63fdfd
commit
6680fdffe4
@ -328,6 +328,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…
x
Reference in New Issue
Block a user