Page 1 of 1
setting for limiting max temperature
Posted: Wed Feb 04, 2015 12:08 pm
by bvandiepenbos
installed a E3D v6 all metal hot end.
need to get to 285c but firmware limits it at about 250 c
I know there is a setting in firmware for this, but I can not find it.

Repetier 091 fw
where is that bugger???
Re: setting for limiting max temperature
Posted: Wed Feb 04, 2015 12:18 pm
by Mac The Knife
Configuration.h,,,,, around line 490,,,, and then all the way at the end there's something that limits the manual contorl at the lcd.
Re: setting for limiting max temperature
Posted: Wed Feb 04, 2015 12:28 pm
by Mac The Knife
Re: setting for limiting max temperature
Posted: Wed Feb 04, 2015 12:30 pm
by bvandiepenbos
Mac The Knife wrote:Configuration.h,,,,, around line 490,,,, and then all the way at the end there's something that limits the manual contorl at the lcd.
nope.
those values are at 300 already, besides the E3D uses type 8 tmist, those look to be for generic tmist tables.
lcd section is set at 285 already
machine setting in repetier host is set to 300 also.
highest it will go is 255

Re: setting for limiting max temperature
Posted: Wed Feb 04, 2015 1:07 pm
by bvandiepenbos
found it, around line 576 in config.h
MAXTEMP was limiting it to 247 ...
// When temperature exceeds max temp, your heater will be switched off.
// This feature exists to protect your hotend from overheating accidentally, but *NOT* from thermistor short/failure!
#define MAXTEMP 247
/** Extreme values to detect defect thermistors. */
#define MIN_DEFECT_TEMPERATURE -10
#define MAX_DEFECT_TEMPERATURE 290
sheeeeshhh!

Re: setting for limiting max temperature
Posted: Wed Feb 04, 2015 4:35 pm
by Nylocke
I think there might be an LCD max temp setting as well. I might be getting Repetier mixed up with Marlin though. If it works it works.
Re: setting for limiting max temperature
Posted: Wed Feb 04, 2015 6:17 pm
by Mac The Knife
Line 576 for now, until the firmware gets updated again.
Re: setting for limiting max temperature
Posted: Wed Feb 04, 2015 8:23 pm
by bot
Luckily version 0.91 will always be 0.91, so it won't change (unless we're talking about the 0.91 that SeeMeCNC distributes... but still, that's unlikely to change either.)
Re: setting for limiting max temperature
Posted: Wed Feb 04, 2015 10:48 pm
by Mac The Knife
until some one changes it.