Skip to content

change name of filament preheats #165

Answered by mriscoc
jxer asked this question in Q&A
May 21, 2022 · 1 comments · 2 replies
Discussion options

You must be logged in to vote

Yes, editing the labels in configuration.h file

#define PREHEAT_1_LABEL "PLA"
#define PREHEAT_1_TEMP_HOTEND 195
#define PREHEAT_1_TEMP_BED 60
#define PREHEAT_1_TEMP_CHAMBER 35
#define PREHEAT_1_FAN_SPEED 128 // Value from 0 to 255
#define PREHEAT_2_LABEL "ABS"
#define PREHEAT_2_TEMP_HOTEND 230
#define PREHEAT_2_TEMP_BED 80
#define PREHEAT_2_TEMP_CHAMBER 35
#define PREHEAT_2_FAN_SPEED 128 // Value from 0 to 255
#define PREHEAT_3_LABEL "CUSTOM"
#define PREHEAT_3_TEMP_HOTEND 240
#define PREHEAT_3_TEMP_BED 60
#define PREHEAT_3_FAN_SPEED 128

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@jxer
Comment options

@mriscoc
Comment options

Answer selected by mriscoc
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants