Page 1 of 1

how do i lower extruder min temp?

Posted: Thu Feb 26, 2015 5:50 pm
by DavidF
Hate to ask, but im away from my printer and computer and this is bugging me.
How do i lower the minimum extruder temperature from its current 150C to about 130C? Is this stored in configuration H, or can it be set from the lcd? I need to try lowering it for this new filament. Help!!

Re: how do i lower extruder min temp?

Posted: Thu Feb 26, 2015 6:56 pm
by Earthbound
The value is initially set in Configuration.h. Very near the end of the file, only a few lines from the bottom:

#define UI_SET_MIN_EXTRUDER_TEMP 150

I am away from my printer to verify, but based on the naming of the variable, I am guessing it can be adjusted via the LCD, but would revert to the Configuration.h value on reset or power cycling.