-
-
Notifications
You must be signed in to change notification settings - Fork 19.5k
Description
Did you test the latest bugfix-2.1.x
code?
Yes, and the problem still exists.
Bug Description
In the LCD menus, when navigating to Configuration, then Advanced Settings, then Temperature, you can set the Min and Max temp as well as Autotemp and Fact. If I change Min or Max or set Autotemp to On, and then perform a Store Settings (with beep to confirm), the temp settings does not seem to be saved to the EEPROM. Although they will remain for the current session, if I perform a cold boot, the settings will revert back to their previous values.
I've tried this on two different machines and have also compiled and deployed a bugfix-2.1.x to confirm.
Max temp in my Configuration.h is set to 290, however, the menu in navigation always defaults back to 250. I can the set it to a max of 275 in the menu and save the settings, however, after a cold boot, the setting is back to 250 (same pattern for min temp and autotemp)
I've also performed an Initialize EEPROM as well as a Restore Defaults to make sure that there is no issues with the EEPROM and I am able to change and store other settings.
Bug Timeline
No response
Expected behavior
When performing a Store Settings in the configuration menu, I expect the Temperature settings to be stored and persisted after a cold boot.
Actual behavior
Temperature settings under Configuration->Advance Configuration->Temperature always resets back to a default set of values after a cold boot in stead of new values that the user have selected and saved
Steps to Reproduce
In LCD menus,
- Navigate to Configuration
- Navigate to Advanced Settings
- Navigate to Temperature
- change a value for Min Temp, Max temp or Autotemp
- Navigate to Configuration
- Select Store Settings
- Switch printer off
- Switch printer on
- Navigate back to the Temperature screen in advanced Settings
- Observe that the temperature settings previously made was not retained.
Version of Marlin Firmware
2.1.1 as well as bugfix-2.1.x
Printer model
Custom
Electronics
BTT SKR Mini E3 v2.0
Add-ons
No response
Bed Leveling
ABL Bilinear mesh
Your Slicer
Slic3r
Host Software
SD Card (headless)
Don't forget to include
- A ZIP file containing your
Configuration.h
andConfiguration_adv.h
.
Additional information & file uploads
Configuration.zip
The attached config files are for marlin-bugfix-2.1.x, however, marlin-2.1.1 exhibits the exact same behavior.