Page 1 of 1
Increasing Max Temperature.
Posted: Sun Jun 29, 2014 2:22 pm
by Mac The Knife
Is the extruder temperature limited by Repetier? or is it limited in the firmware? And how do I change it?
Re: Increasing Max Temperature.
Posted: Sun Jun 29, 2014 2:35 pm
by Eaglezsoar
Mac The Knife wrote:Is the extruder temperature limited by Repetier? or is it limited in the firmware? And how do I change it?
It is limited in firmware.
You need to edit your configuration.h looking for max_temp for the extruder (hotend)
See this link:
http://forum.seemecnc.com/viewtopic.php?f=60&t=5343
Re: Increasing Max Temperature.
Posted: Sun Jun 29, 2014 3:40 pm
by Mac The Knife
Now I see it. I had assumed it would be with the extruder settings, not below the bed settings. Line 575
Thanks.
Re: Increasing Max Temperature.
Posted: Sun Jun 29, 2014 4:42 pm
by Eaglezsoar
Mac The Knife wrote:Now I see it. I had assumed it would be with the extruder settings, not below the bed settings. Line 575
Thanks.
I am just glad that you found it. Navigating those config files can be a bear, nothing is where you expect it to be.
Happy Printing!
Re: Increasing Max Temperature.
Posted: Mon Jun 30, 2014 8:31 pm
by Mac The Knife
Here's the next problem,,,,,, If I try to adjust the temperature while the printer is running, It drops to 240, and will not go back up. Is that also in the config h file?
Re: Increasing Max Temperature.
Posted: Fri Aug 22, 2014 8:40 pm
by Mike B
Knife,
Did you ever figure out a way around not being able to adjust the temp from the LCD? I am having the same issue. I can hit 275 through Repetier Host, but trying to adjust with LCD max is still 240.
Thanks!
Mike
Re: Increasing Max Temperature.
Posted: Fri Aug 22, 2014 8:44 pm
by Mike B
Disregard! I found it in configuration.h under #define UI_SET_MAX_EXTRUDER_TEMP
Re: Increasing Max Temperature.
Posted: Sat Aug 23, 2014 9:30 am
by Mac The Knife
Sorry about that,, Yeah, that setting is down around line 900. They really make you hunt around for the settings.
Re: Increasing Max Temperature.
Posted: Thu Nov 19, 2015 7:07 pm
by dmo
On mine it's line 1240, took a while to dig down there.