mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-16 18:12:10 +00:00
NEW:support new ext slot mapping
jira:[support new mapping] Change-Id: Iaf88f7bd57177df772a926ad162bd3b5a141327a (cherry picked from commit 3b93bd2dd305026457e9f63ca3faeb153b59c9a5)
This commit is contained in:
@@ -61,7 +61,7 @@ static wxString get_default_name(wxString filament_name, CalibMode mode){
|
||||
static wxString get_tray_name_by_tray_id(int tray_id)
|
||||
{
|
||||
wxString tray_name;
|
||||
if (tray_id == VIRTUAL_TRAY_ID) {
|
||||
if (tray_id == VIRTUAL_TRAY_MAIN_ID) {
|
||||
tray_name = "Ext";
|
||||
}
|
||||
else {
|
||||
|
||||
Reference in New Issue
Block a user