I have the following issue :
It beeps when reaching min temperature, fan is starting and puller motor starts but motor extruder doesn't. I switched the motors and the pins e0 with e1 to check if any issues with the driver on the ramps=> none.
I use 3 jumpers on E0 instead of a switch and it shows E RPM Off when reaching temperature. Any suggestions ? Thank you 🗡️
I also get this when upload Mackerel 💯
In file included from sketch\Mackerel.h:23:0,
from sketch\thermistortables.h:4,
from sketch\Configuration.h:847,
from C:\Users\control\Desktop\Firmaware\Mackerel\Mackerel.ino:33:
sketch\pins.h:499:0: warning: "X_MAX_PIN" redefined
define X_MAX_PIN -1 //FMM remove definition for limit pins to speed the stepper interrupt.
sketch\pins.h:445:0: note: this is the location of the previous definition
Hi,
I have the following issue : It beeps when reaching min temperature, fan is starting and puller motor starts but motor extruder doesn't. I switched the motors and the pins e0 with e1 to check if any issues with the driver on the ramps=> none. I use 3 jumpers on E0 instead of a switch and it shows E RPM Off when reaching temperature. Any suggestions ? Thank you 🗡️
I also get this when upload Mackerel 💯
In file included from sketch\Mackerel.h:23:0, from sketch\thermistortables.h:4, from sketch\Configuration.h:847, from C:\Users\control\Desktop\Firmaware\Mackerel\Mackerel.ino:33: sketch\pins.h:499:0: warning: "X_MAX_PIN" redefined
define X_MAX_PIN -1 //FMM remove definition for limit pins to speed the stepper interrupt.
sketch\pins.h:445:0: note: this is the location of the previous definition
define X_MAX_PIN 2
sketch\pins.h:500:0: warning: "Y_MAX_PIN" redefined
define Y_MAX_PIN -1
sketch\pins.h:451:0: note: this is the location of the previous definition
define Y_MAX_PIN 15
sketch\pins.h:501:0: warning: "Z_MAX_PIN" redefined
define Z_MAX_PIN -1
sketch\pins.h:457:0: note: this is the location of the previous definition
define Z_MAX_PIN 19
sketch\pins.h:502:0: warning: "X_MIN_PIN" redefined
define X_MIN_PIN -1
sketch\pins.h:444:0: note: this is the location of the previous definition
define X_MIN_PIN 3
sketch\pins.h:503:0: warning: "Y_MIN_PIN" redefined
define Y_MIN_PIN -1
sketch\pins.h:450:0: note: this is the location of the previous definition
define Y_MIN_PIN 14
sketch\pins.h:504:0: warning: "Z_MIN_PIN" redefined
define Z_MIN_PIN -1
sketch\pins.h:456:0: note: this is the location of the previous definition
define Z_MIN_PIN 18