servo wont move with auto bed leveling
i used firmware tool 0.92 as 0.91 does not have 12864 lcd screen.trying to get auto bed leveling working,conected the servo to pwr pins...+,_ and pin 6, tried many servos, wont will respond with g code commands, there is 5v on the board as checked with a multi meter, tried reassigning pin 6 to pin 4,5 and z endstop max, tried a separate 5v supply, nothing happens apart from g29 i think it was that sends the extruder to 3 positions but again, no servo movement, also noticed on the forum, it says that the top line in code, people type #define FEATURE_SERVO TRUE
but on mine it has #define FEATURE_SERVO 1
which is what the firmware tool gave me, all of it works out as this.
#define FEATURE_SERVO 1
#define SERVO0_PIN 6
#define SERVO1_PIN -1
#define SERVO2_PIN -1
#define SERVO3_PIN -1
#define SERVO0_NEUTRAL_POS -1
#define SERVO1_NEUTRAL_POS -1
#define SERVO2_NEUTRAL_POS -1
#define SERVO3_NEUTRAL_POS -1
#define UI_SERVO_CONTROL 1
#define FAN_KICKSTART_TIME 200
if people are saying how to change it then what is the point of the firmware tool if it does not work, but how can i fix this, my printer is a home build 300mmx300mx235mm and used prusa parts
Comments