After fitting the belts i tested each axis to find that the Z stepper motor was only switching one set of coils on, i searched the PCB for dry joints but had no luck.
Option 1 is to buy another driver and re flow it onto the PCB
Option 2 is to buy a new MKS base
Option 3 is to utilize the second extruder driver (i do not want to go for dual extrusion anyways), i switched the pin around in the firmware. The file for the MKS base links the standard ramps file "pins_RAMPS_14.h", the result was....
#define Z_STEP_PIN 36
#define Z_DIR_PIN 34
#define Z_ENABLE_PIN 30
#define E1_STEP_PIN 46
#define E1_DIR_PIN 48
#define E1_ENABLE_PIN 62
I may still buy another A4988 driver and replace the broken one.
Discussions
Become a Hackaday.io Member
Create an account to leave a comment. Already have an account? Log In.