mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-07-30 22:32:07 +00:00
FIX: default cal_idx is -1
jira: [STUDIO-11448] Change-Id: I6f37bc7d095a1d25f4f52db9d34954d2dccf1576 (cherry picked from commit b9cb321f733656e91936ced34930b1df10f477b0)
This commit is contained in:
@@ -135,7 +135,7 @@ struct PACalibIndexInfo
|
||||
int tray_id = 0;
|
||||
int ams_id = 0;
|
||||
int slot_id = 0;
|
||||
int cali_idx;
|
||||
int cali_idx = -1; // -1 means default
|
||||
float nozzle_diameter;
|
||||
std::string filament_id;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user