mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-09 07:56:24 -06:00
FIX: fix some issue of calibration
1.p1p flow rate calibration cannot return to first page 2.flow rate skip calibration problem 3.fix calibration print progress isn't consistent with device progress 4.other issue Change-Id: I64c39d00588c9938b0e9d91b62b91436a7e62d08
This commit is contained in:
parent
d385384907
commit
24a0c1e976
2 changed files with 197 additions and 113 deletions
|
@ -223,8 +223,9 @@ public:
|
|||
tpPreview = 2,
|
||||
tpMonitor = 3,
|
||||
tpProject = 4,
|
||||
tpCalibration = 5,
|
||||
toDebugTool = 6,
|
||||
tpAuxiliary = 5,
|
||||
tpCalibration = 6,
|
||||
toDebugTool = 7,
|
||||
};
|
||||
|
||||
//BBS: add slice&&print status update logic
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue