🐛 Fix various configs, prevent oversized binary (#1012)

This commit is contained in:
Keith Bennett 2024-02-01 17:14:42 -08:00 committed by GitHub
parent 91557020ec
commit 66a95ec8a4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
36 changed files with 47 additions and 68 deletions

View file

@ -2430,12 +2430,6 @@
#define PREHEAT_1_TEMP_CHAMBER 35
#define PREHEAT_1_FAN_SPEED 0 // Value from 0 to 255
#define PREHEAT_2_LABEL "ABS"
#define PREHEAT_2_TEMP_HOTEND 240
#define PREHEAT_2_TEMP_BED 110
#define PREHEAT_2_TEMP_CHAMBER 35
#define PREHEAT_2_FAN_SPEED 0 // Value from 0 to 255
// @section motion
/**