mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-20 03:43:52 +00:00
FIX: modify the default value of extruder_id for cali
jira: none Change-Id: I7aba99d5264d900c7a0795ff13442c62c34ae392 (cherry picked from commit a894ec9e551e608155da606f9635c8cd938cd71c)
This commit is contained in:
@@ -53,7 +53,7 @@ class X1CCalibInfos
|
|||||||
public:
|
public:
|
||||||
struct X1CCalibInfo
|
struct X1CCalibInfo
|
||||||
{
|
{
|
||||||
int extruder_id = -1;
|
int extruder_id = 0;
|
||||||
int tray_id;
|
int tray_id;
|
||||||
int ams_id = 0;
|
int ams_id = 0;
|
||||||
int slot_id = 0;
|
int slot_id = 0;
|
||||||
@@ -113,7 +113,7 @@ public:
|
|||||||
CALI_RESULT_PROBLEM = 1,
|
CALI_RESULT_PROBLEM = 1,
|
||||||
CALI_RESULT_FAILED = 2,
|
CALI_RESULT_FAILED = 2,
|
||||||
};
|
};
|
||||||
int extruder_id = -1;
|
int extruder_id = 0;
|
||||||
NozzleVolumeType nozzle_volume_type;
|
NozzleVolumeType nozzle_volume_type;
|
||||||
int tray_id = 0;
|
int tray_id = 0;
|
||||||
int ams_id = 0;
|
int ams_id = 0;
|
||||||
@@ -130,7 +130,7 @@ public:
|
|||||||
|
|
||||||
struct PACalibIndexInfo
|
struct PACalibIndexInfo
|
||||||
{
|
{
|
||||||
int extruder_id = -1;
|
int extruder_id = 0;
|
||||||
NozzleVolumeType nozzle_volume_type;
|
NozzleVolumeType nozzle_volume_type;
|
||||||
int tray_id = 0;
|
int tray_id = 0;
|
||||||
int ams_id = 0;
|
int ams_id = 0;
|
||||||
@@ -142,7 +142,7 @@ struct PACalibIndexInfo
|
|||||||
|
|
||||||
struct PACalibExtruderInfo
|
struct PACalibExtruderInfo
|
||||||
{
|
{
|
||||||
int extruder_id = -1;
|
int extruder_id = 0;
|
||||||
NozzleVolumeType nozzle_volume_type;
|
NozzleVolumeType nozzle_volume_type;
|
||||||
float nozzle_diameter;
|
float nozzle_diameter;
|
||||||
std::string filament_id = "";
|
std::string filament_id = "";
|
||||||
|
|||||||
Reference in New Issue
Block a user