diff options
author | Laura Klünder <[email protected]> | 2023-04-24 13:46:18 +0200 |
---|---|---|
committer | Laura Klünder <[email protected]> | 2023-04-25 11:56:52 +0200 |
commit | 366cfbd79442a4ae0316c8142cf54cb0859710cf (patch) | |
tree | d7990eb2200523849a2fc57445041fc1a89c3935 /source/Core/Src/settingsGUI.cpp | |
parent | d053c387403bdb810a7c6f4f119bd23d55bd349f (diff) | |
download | IronOS-366cfbd79442a4ae0316c8142cf54cb0859710cf.tar.gz IronOS-366cfbd79442a4ae0316c8142cf54cb0859710cf.zip |
add missing comment and exclude sleep code if sleep is disabled
Diffstat (limited to 'source/Core/Src/settingsGUI.cpp')
-rw-r--r-- | source/Core/Src/settingsGUI.cpp | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/source/Core/Src/settingsGUI.cpp b/source/Core/Src/settingsGUI.cpp index 0b022284..8f752bc5 100644 --- a/source/Core/Src/settingsGUI.cpp +++ b/source/Core/Src/settingsGUI.cpp @@ -240,6 +240,22 @@ const menuitem solderingMenu[] = { * Temp Change Short Step * Temp Change Long Step * Locking Mode + * Profile Phases + * Profile Preheat Temperature + * Profile Preheat Max Temperature Change Per Second + * Profile Phase 1 Temperature + * Profile Phase 1 Duration (s) + * Profile Phase 2 Temperature + * Profile Phase 2 Duration (s) + * Profile Phase 3 Temperature + * Profile Phase 3 Duration (s) + * Profile Phase 4 Temperature + * Profile Phase 4 Duration (s) + * Profile Phase 5 Temperature + * Profile Phase 5 Duration (s) + * Profile Phase 6 Temperature + * Profile Phase 6 Duration (s) + * Profile Cooldown Max Temperature Change Per Second */ {SETTINGS_DESC(SettingsItemIndex::BoostTemperature), setBoostTemp, displayBoostTemp, nullptr, SettingsOptions::SettingsOptionsLength, SettingsItemIndex::BoostTemperature, 5}, /*Boost Temp*/ {SETTINGS_DESC(SettingsItemIndex::AutoStart), nullptr, displayAutomaticStartMode, nullptr, SettingsOptions::AutoStartMode, SettingsItemIndex::AutoStart, 7}, /*Auto start*/ |