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:
liz.li 2023-06-28 17:32:46 +08:00 committed by Lane.Wei
parent d385384907
commit 24a0c1e976
2 changed files with 197 additions and 113 deletions

View file

@ -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