add chamber type to preheat struct

This commit is contained in:
InsanityAutomation
2024-03-11 15:41:48 -04:00
parent fed71986c8
commit 17feb1640e
+3
View File
@@ -113,6 +113,9 @@ typedef bool (*statusResetFunc_t)();
#if HAS_HEATED_BED
celsius_t bed_temp;
#endif
#if HAS_HEATED_CHAMBER
celsius_t chamber_temp;
#endif
#if HAS_FAN
uint16_t fan_speed;
#endif