RMv2 + E3Dv6 Heating up slowly
Posted: Sat May 27, 2017 1:50 pm
Okay I'm stuck again. When I go to heat up my hot end, it heats about .1 per 10 seconds. After about a minute I get "Heater decoupled".
How I got here:
I replaced the effector platform with the new Tricklaser platform because I wanted to try PLA (needed fan room). ABS was a huge failure for me and I wanted at least a tiny win or to be sure that I just need to start over. I reinstalled the 1.6 Mattercontrol and got a new pull of the 92.2 Repetier firmware. That is all. No changes to wiring or the actual hardware.
Things I have checked:
Thermistor - Seems to function fine, though today it read 3 degrees over the bed, which isn't normal.
Heater Cartridge - I checked resistance of cartridge @ 5.3. I even ordered a new one and it read 5.3.
Touch the Hot end! - Does not seem to be gaining warmth, my probe tells me it's gaining at the speed thermistor reports.
Hypothesis:
My board isn't pushing the correct voltage...or firmware is set up improperly.
I'm not sure how to test that yet, just hoping someone has seen and solved this issue.
Thank you for taking the time to read this. I finally may have time in my life to try to fix the printer and get it working (1 year after initial purchase)
SAMPLE OF FIRMWARE
// ### Define your Printer Model here! ###
#define PRINTER 2
// SeeMeCNC Bowden w/PEEK barrel = 1
// HE240 on ERIS w/accel probe = 2
// HE280 w/accel probe = 3
#define HOTEND 1
// ### Define your motherboard here! ###
// 301 = RAMBo 302 = MINI RAMBo
#define MOTHERBOARD 301
// ##### Older Orions w/ATX had Y inverted and NEW PSU on orions needs opposite ###
// 1 = ATX on older machines 2 = Rail style PSU on newer machines ############################
#define POWER_SUPPLY 2
// ### Number of active extruders
// 1 is standard, 2 is with the Y coupler for dual filament input
#define NUM_EXTRUDER 1
-------------------------------------
if HOTEND == 1
#define MAXTEMP 260
#define UI_SET_MAX_EXTRUDER_TEMP 260
#define EXT0_PID_INTEGRAL_DRIVE_MAX 180
#define EXT0_PID_INTEGRAL_DRIVE_MIN 80
#define EXT0_PID_PGAIN_OR_DEAD_TIME 14.50
#define EXT0_PID_I 0.73
#define EXT0_PID_D 53.41
#define EXT0_PID_MAX 240
#define EXT1_PID_INTEGRAL_DRIVE_MAX 180
#define EXT1_PID_INTEGRAL_DRIVE_MIN 80
#define EXT1_PID_PGAIN_OR_DEAD_TIME 14.50
#define EXT1_PID_I 0.73
#define EXT1_PID_D 53.41
#define EXT1_PID_MAX 235
--------------------------------------
if HOTEND == 1
#define MAXTEMP 260
#define UI_SET_MAX_EXTRUDER_TEMP 260
#define EXT0_PID_INTEGRAL_DRIVE_MAX 180
#define EXT0_PID_INTEGRAL_DRIVE_MIN 80
#define EXT0_PID_PGAIN_OR_DEAD_TIME 14.50
#define EXT0_PID_I 0.73
#define EXT0_PID_D 53.41
#define EXT0_PID_MAX 240
#define EXT1_PID_INTEGRAL_DRIVE_MAX 180
#define EXT1_PID_INTEGRAL_DRIVE_MIN 80
#define EXT1_PID_PGAIN_OR_DEAD_TIME 14.50
#define EXT1_PID_I 0.73
#define EXT1_PID_D 53.41
#define EXT1_PID_MAX 235
How I got here:
I replaced the effector platform with the new Tricklaser platform because I wanted to try PLA (needed fan room). ABS was a huge failure for me and I wanted at least a tiny win or to be sure that I just need to start over. I reinstalled the 1.6 Mattercontrol and got a new pull of the 92.2 Repetier firmware. That is all. No changes to wiring or the actual hardware.
Things I have checked:
Thermistor - Seems to function fine, though today it read 3 degrees over the bed, which isn't normal.
Heater Cartridge - I checked resistance of cartridge @ 5.3. I even ordered a new one and it read 5.3.
Touch the Hot end! - Does not seem to be gaining warmth, my probe tells me it's gaining at the speed thermistor reports.
Hypothesis:
My board isn't pushing the correct voltage...or firmware is set up improperly.
I'm not sure how to test that yet, just hoping someone has seen and solved this issue.
Thank you for taking the time to read this. I finally may have time in my life to try to fix the printer and get it working (1 year after initial purchase)
SAMPLE OF FIRMWARE
// ### Define your Printer Model here! ###
#define PRINTER 2
// SeeMeCNC Bowden w/PEEK barrel = 1
// HE240 on ERIS w/accel probe = 2
// HE280 w/accel probe = 3
#define HOTEND 1
// ### Define your motherboard here! ###
// 301 = RAMBo 302 = MINI RAMBo
#define MOTHERBOARD 301
// ##### Older Orions w/ATX had Y inverted and NEW PSU on orions needs opposite ###
// 1 = ATX on older machines 2 = Rail style PSU on newer machines ############################
#define POWER_SUPPLY 2
// ### Number of active extruders
// 1 is standard, 2 is with the Y coupler for dual filament input
#define NUM_EXTRUDER 1
-------------------------------------
if HOTEND == 1
#define MAXTEMP 260
#define UI_SET_MAX_EXTRUDER_TEMP 260
#define EXT0_PID_INTEGRAL_DRIVE_MAX 180
#define EXT0_PID_INTEGRAL_DRIVE_MIN 80
#define EXT0_PID_PGAIN_OR_DEAD_TIME 14.50
#define EXT0_PID_I 0.73
#define EXT0_PID_D 53.41
#define EXT0_PID_MAX 240
#define EXT1_PID_INTEGRAL_DRIVE_MAX 180
#define EXT1_PID_INTEGRAL_DRIVE_MIN 80
#define EXT1_PID_PGAIN_OR_DEAD_TIME 14.50
#define EXT1_PID_I 0.73
#define EXT1_PID_D 53.41
#define EXT1_PID_MAX 235
--------------------------------------
if HOTEND == 1
#define MAXTEMP 260
#define UI_SET_MAX_EXTRUDER_TEMP 260
#define EXT0_PID_INTEGRAL_DRIVE_MAX 180
#define EXT0_PID_INTEGRAL_DRIVE_MIN 80
#define EXT0_PID_PGAIN_OR_DEAD_TIME 14.50
#define EXT0_PID_I 0.73
#define EXT0_PID_D 53.41
#define EXT0_PID_MAX 240
#define EXT1_PID_INTEGRAL_DRIVE_MAX 180
#define EXT1_PID_INTEGRAL_DRIVE_MIN 80
#define EXT1_PID_PGAIN_OR_DEAD_TIME 14.50
#define EXT1_PID_I 0.73
#define EXT1_PID_D 53.41
#define EXT1_PID_MAX 235