Stepper motor beeeeeping problem with marlin firmware pls help me.........

so when i connect my printer to pronterface and testing the x,y,z axes by using x,y,z direction keys in pronterface then the motors works fine but but but when i load gcode file and send to printer then the problem starts the motor makes long and short beeping noises and sometimes the motors runs too much fast and suddenly started beeeping.....

so i made another video so pls watch this video till the end and give me any possible solution..

[youtu.be]

Comments

  • First off, your Default_Max_Feedrate for Z is way too high 4000 steps/rev , you have it at 10.
    Try
    #define DEFAULT_MAX_FEEDRATE          { 200, 200, 2, 25 }
    and
    #define DEFAULT_MAX_ACCELERATION      { 2000, 2000, 100, 10000 }

    After changing these and uploading the new firmware settings, you must send the commands M502 followed by M500 to update the eeprom

Sign In or Register to comment.