Bed Overheats from SD Card, Works perfectly from Repetier Host
hey,
Firstly thanks for the advice previously, using the configuration Tool i was able to fix the mirroring problem for the Y Axis.
But I was hoping to ask for some advice, hence the post here.
I am using the Repetier 0.92.8 Firmware.
Printing from Repetier Host every works perfectly.
Printing from SD Card the Bed overheats.
When Printing from the SD Card, the temp rises to about 95 deg, instead of the GCODE 60
The interesting thing is that the Display shows the temp as being 95deg, and how it should be 60 deg.
As this does not occur when i print using Repetier host, this makes me think that it is a Firmware setting, rather than a mechanical/electrical problem.
As i am using a relay to run the heatbed, so i have been using the setting;
Sample below of the firmware settings, as far as i know this is all stock standard....
#define HAVE_HEATED_BED 1
#define HEATED_BED_MAX_TEMP 110
#define SKIP_M190_IF_WITHIN 3
#define HEATED_BED_SENSOR_TYPE 1
#define HEATED_BED_SENSOR_PIN TEMP_1_PIN
#define HEATED_BED_HEATER_PIN HEATER_1_PIN
#define HEATED_BED_HEAT_MANAGER 2
#define HEATED_BED_SET_INTERVAL 5000
#define HEATED_BED_PID_INTEGRAL_DRIVE_MAX 255
#define HEATED_BED_PID_INTEGRAL_DRIVE_MIN 80
#define HEATED_BED_PID_PGAIN_OR_DEAD_TIME 196
#define HEATED_BED_PID_IGAIN 33
#define HEATED_BED_PID_DGAIN 290
#define HEATED_BED_PID_MAX 255
#define HEATED_BED_DECOUPLE_TEST_PERIOD 300000
#define MIN_EXTRUDER_TEMP 150
#define MAXTEMP 275
#define MIN_DEFECT_TEMPERATURE -10
#define MAX_DEFECT_TEMPERATURE 290
thanks in advance.
Comments
Repetier, in the first post he said:
I think that means that the target is set to 95C?