From 8a43aa0024d342a468674568c45656035ae9afb8 Mon Sep 17 00:00:00 2001 From: Yuri D'Elia Date: Fri, 23 Dec 2022 20:33:26 +0100 Subject: [PATCH] wizard: Remove unused wizard stages Remove PreheatPla/IsPla, as we currently always explicitly ask for the material type. --- Firmware/ultralcd.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/Firmware/ultralcd.h b/Firmware/ultralcd.h index 32e59b32..67940e28 100755 --- a/Firmware/ultralcd.h +++ b/Firmware/ultralcd.h @@ -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?