wizard: Remove unused wizard stages

Remove PreheatPla/IsPla, as we currently always explicitly ask for the
material type.
This commit is contained in:
Yuri D'Elia 2022-12-23 20:33:26 +01:00 committed by DRracer
parent 6285951eac
commit 8a43aa0024

View File

@ -235,11 +235,9 @@ enum class WizState : uint8_t
TempModel, //!< Temp model calibration
#endif //TEMP_MODEL
IsFil, //!< Is filament loaded? First step of 1st layer calibration
PreheatPla, //!< waiting for preheat nozzle for PLA
Preheat, //!< Preheat for any material
LoadFilCold, //!< Load filament for MMU
LoadFilHot, //!< Load filament without MMU
IsPla, //!< Is PLA filament?
Lay1CalCold, //!< First layer calibration, temperature not selected yet
Lay1CalHot, //!< First layer calibration, temperature already selected
RepeatLay1Cal, //!< Repeat first layer calibration?