mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-17 10:32:20 +00:00
ENH: refine ams mapping for U0 firmware
display index of filament Change-Id: I8a97a71cd334a1536ae7bfd4a5673e9757b2e662 Signed-off-by: Stone Li <stone.li@bambulab.com>
This commit is contained in:
@@ -3615,7 +3615,7 @@ std::string DynamicPrintConfig::get_filament_type(int id)
|
||||
return "Support G";
|
||||
}
|
||||
else {
|
||||
return filament_type->get_at(id) + "-Support";
|
||||
return filament_type->get_at(id);
|
||||
}
|
||||
}
|
||||
else {
|
||||
@@ -3624,7 +3624,7 @@ std::string DynamicPrintConfig::get_filament_type(int id)
|
||||
else if (filament_type->get_at(id) == "PA")
|
||||
return "Support G";
|
||||
else
|
||||
return filament_type->get_at(id) + "-Support";
|
||||
return filament_type->get_at(id);
|
||||
}
|
||||
}
|
||||
else {
|
||||
|
||||
Reference in New Issue
Block a user