We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: