Hot end fan issues after accelerometer probe upgrade
Posted: Sun Jun 04, 2017 11:18 am
My setup: Rostock MAX v2 (originally the kit, upgraded arms, cheapskate, etc..) E3D v6 hot end
I went all-in on the accelerometer probe board, wiring harness, new 713maker effector and got it all hooked up using the extremely (possibly overly) detailed guide here: https://seemecnc.dozuki.com/Guide/Rosto ... de/49#s402
I upgraded the firmware, but my particular setup left a couple of head-scratching points on the Configuration.h
Here's what I went with:
Calibration seemed to work perfectly. Temps are reporting properly. I did notice that the hot end fan seems to run constantly. Not a huge deal.
PROBLEM: When I went to heat the hot end to load filament, the blue LED behind the connector on the accelerometer board, and the HE fan blue LED began flashing rapidly. The hot end was heating, but the HE fan had stopped. It was actually twitching slightly due to the pulses associated with the blinking, I guess.
I didn't let this go on too long since that is generally bad. I couldn't find anything in the firmware that seemed to make this be normal.
Any ideas? I'm guessing I have some wires crossed, or the HE280 setup uses a different type of fan?
I went all-in on the accelerometer probe board, wiring harness, new 713maker effector and got it all hooked up using the extremely (possibly overly) detailed guide here: https://seemecnc.dozuki.com/Guide/Rosto ... de/49#s402
I upgraded the firmware, but my particular setup left a couple of head-scratching points on the Configuration.h
Here's what I went with:
Code: Select all
#define PRINTER 2 // Rostock MAX v2
#define HOTEND 3 // HE280 w/accel probe
#define MOTHERBOARD 301 // RAMBo
#define POWER_SUPPLY 1 // ATX
#define NUM_EXTRUDER 1 // Just the one..
PROBLEM: When I went to heat the hot end to load filament, the blue LED behind the connector on the accelerometer board, and the HE fan blue LED began flashing rapidly. The hot end was heating, but the HE fan had stopped. It was actually twitching slightly due to the pulses associated with the blinking, I guess.
I didn't let this go on too long since that is generally bad. I couldn't find anything in the firmware that seemed to make this be normal.
Any ideas? I'm guessing I have some wires crossed, or the HE280 setup uses a different type of fan?