mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-09-27 02:41:17 +00:00
Cleanup comments and formatting
This commit is contained in:
@@ -107,7 +107,6 @@ protected:
|
||||
};
|
||||
|
||||
// Calibration wizard identity, shared by MainFrame::run_calibration and the Speed Dial command runners.
|
||||
// Kept in order with the wizard list below.
|
||||
enum class CalibKind : int
|
||||
{
|
||||
Temperature,
|
||||
@@ -364,10 +363,10 @@ public:
|
||||
|
||||
void technology_changed();
|
||||
|
||||
// Opens the calibration wizard for `kind`, reusing the cached member dialogs the Calibration
|
||||
// menu builds (m_*_calib_dlg). Single source of truth for the wizard lifecycle: the Calibration
|
||||
// menu handlers and the Speed Dial native commands both call this. Call while the Prepare (3D)
|
||||
// panel is shown (menu items are gated on is_view3D_shown; the speed dial ensures it first).
|
||||
// Opens the calibration wizard for `kind`. Single source of truth for the wizard lifecycle:
|
||||
// the Calibration menu handlers and the Speed Dial native commands both call this. Most wizards
|
||||
// are cached members; cornering/input-shaping are transient. Call while the Prepare (3D) panel
|
||||
// is shown (menu items are gated on is_view3D_shown; the speed dial ensures it first).
|
||||
void run_calibration(CalibKind calib_kind);
|
||||
|
||||
//BBS
|
||||
|
||||
Reference in New Issue
Block a user