mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-10 16:27:54 -06:00
FIX: [STUDIO-3439] show/hide calibration page
Change-Id: I3b083b47609c40e084cf3058eda2a84c03447760
This commit is contained in:
parent
ecfffca12d
commit
29b61a1da0
2 changed files with 17 additions and 6 deletions
|
@ -223,9 +223,9 @@ public:
|
|||
tpPreview = 2,
|
||||
tpMonitor = 3,
|
||||
tpProject = 4,
|
||||
tpAuxiliary = 5,
|
||||
tpCalibration = 6,
|
||||
toDebugTool = 7,
|
||||
tpCalibration = 5,
|
||||
toAuxiliary = 6,
|
||||
toDebugTool = 7,
|
||||
};
|
||||
|
||||
//BBS: add slice&&print status update logic
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue