Hello,
I´m running into a issue while cpmlining Marling Bugfix version.
I dont have a clue how to fix it.
Marlin\src\module\configuration_store.cpp: In static member function 'static bool MarlinSettings::save()':
Marlin\src\module\configuration_store.cpp:803:58: error: 'class MarlinUI' has no member named 'preheat_hotend_temp'
803 | const int16_t (&ui_preheat_hotend_temp)[2] = ui.preheat_hotend_temp,
| ^~~~~~~~~~~~~~~~~~~
Marlin\src\module\configuration_store.cpp:805:58: error: 'class MarlinUI' has no member named 'preheat_fan_speed'
805 | const uint8_t (&ui_preheat_fan_speed)[2] = ui.preheat_fan_speed;
| ^~~~~~~~~~~~~~~~~
Marlin\src\module\configuration_store.cpp:813:20: error: 'ui_preheat_bed_temp' was not declared in this scope; did you mean 'ui_preheat_hotend_temp'?
May somebody can help me unterstanding the problem? I attached the configs.
Best regards, Thorsten
I´m running into a issue while cpmlining Marling Bugfix version.
I dont have a clue how to fix it.
Marlin\src\module\configuration_store.cpp: In static member function 'static bool MarlinSettings::save()':
Marlin\src\module\configuration_store.cpp:803:58: error: 'class MarlinUI' has no member named 'preheat_hotend_temp'
803 | const int16_t (&ui_preheat_hotend_temp)[2] = ui.preheat_hotend_temp,
| ^~~~~~~~~~~~~~~~~~~
Marlin\src\module\configuration_store.cpp:805:58: error: 'class MarlinUI' has no member named 'preheat_fan_speed'
805 | const uint8_t (&ui_preheat_fan_speed)[2] = ui.preheat_fan_speed;
| ^~~~~~~~~~~~~~~~~
Marlin\src\module\configuration_store.cpp:813:20: error: 'ui_preheat_bed_temp' was not declared in this scope; did you mean 'ui_preheat_hotend_temp'?
May somebody can help me unterstanding the problem? I attached the configs.
Best regards, Thorsten