mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-07 23:17:35 -06:00
FIX: fix p1p pa cali bug and go back home after save
Change-Id: I842d38b5dcefe9493ef4685684c3cc57de489c0b
This commit is contained in:
parent
cc2536e719
commit
d3b9d5dcdc
3 changed files with 25 additions and 1 deletions
|
@ -347,7 +347,7 @@ public:
|
|||
CALI_RESULT_FAILED = 2,
|
||||
};
|
||||
int tray_id;
|
||||
int cali_idx;
|
||||
int cali_idx = -1;
|
||||
float nozzle_diameter;
|
||||
std::string filament_id;
|
||||
std::string setting_id;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue