Open Toddi3D opened 2 years ago
Hello, i recompiled my own FW and whant to change this
// Preheat Constants
I whant preheat PLA to 195
And i whant change ABS to PETG
But all what i try it failes, every time the preheat for PLA is at 190. And ABS dont change to PETG.
What i can do ?
The main is to change the temp for preheat PLA
Many Thanks
Hello, i recompiled my own FW and whant to change this
// Preheat Constants
define PREHEAT_1_LABEL "PLA"
define PREHEAT_1_TEMP_HOTEND 180
define PREHEAT_1_TEMP_BED 70
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_FAN_SPEED 0 // Value from 0 to 255
I whant preheat PLA to 195
And i whant change ABS to PETG
But all what i try it failes, every time the preheat for PLA is at 190. And ABS dont change to PETG.
What i can do ?
The main is to change the temp for preheat PLA
Many Thanks