wizard: Remove unused wizard stages
Remove PreheatPla/IsPla, as we currently always explicitly ask for the material type.
This commit is contained in:
parent
6285951eac
commit
8a43aa0024
@ -235,11 +235,9 @@ enum class WizState : uint8_t
|
|||||||
TempModel, //!< Temp model calibration
|
TempModel, //!< Temp model calibration
|
||||||
#endif //TEMP_MODEL
|
#endif //TEMP_MODEL
|
||||||
IsFil, //!< Is filament loaded? First step of 1st layer calibration
|
IsFil, //!< Is filament loaded? First step of 1st layer calibration
|
||||||
PreheatPla, //!< waiting for preheat nozzle for PLA
|
|
||||||
Preheat, //!< Preheat for any material
|
Preheat, //!< Preheat for any material
|
||||||
LoadFilCold, //!< Load filament for MMU
|
LoadFilCold, //!< Load filament for MMU
|
||||||
LoadFilHot, //!< Load filament without MMU
|
LoadFilHot, //!< Load filament without MMU
|
||||||
IsPla, //!< Is PLA filament?
|
|
||||||
Lay1CalCold, //!< First layer calibration, temperature not selected yet
|
Lay1CalCold, //!< First layer calibration, temperature not selected yet
|
||||||
Lay1CalHot, //!< First layer calibration, temperature already selected
|
Lay1CalHot, //!< First layer calibration, temperature already selected
|
||||||
RepeatLay1Cal, //!< Repeat first layer calibration?
|
RepeatLay1Cal, //!< Repeat first layer calibration?
|
||||||
|
Loading…
Reference in New Issue
Block a user