I was jogging axes (specifically x and y) on my M2 Rev. E using the LCD. I went a bit too far on each axis and instead of the axis stopping cleanly when hitting the end stop, the printer "crashed" and made a buzzing/grinding noise.

Code: Select all
//===========================================================================
//=============================Mechanical Settings===========================
//===========================================================================
#define ENDSTOPS_ONLY_FOR_HOMING // If defined the endstops will only be used for homing
It won't.... it's just the stepper motors buzzing ... you really can't hurt a stepper motor there's really nothing to strip. Steppers works off electromagnets and the buzzing you here is the stator bouncing between the poles changing polarity because it physical can't turn because of a mechanical resistance of what ever it's trying to turn. (as usual I probably didn't explain that quite right but don't worry about it you can't hurt it.)BBID wrote:I'm assuming this buzzing/gringing behavior could really damage something on the printer!
It's not an 'issue' - it's the nature of stepper motors. The motors don't generate enough torque to damage the belts. There will be no impact on the print. Just say OOPS and get on with the business at hand.BBID wrote:I did get this commented on by Makergear. They said they haven't seen any damage caused by overrunning the end stops. If the steppers can't be damaged, the only other possible issue I can see by running the head into the end stops is creating slack in the pulleys from excessive torque, but who knows....I guess only time will tell if this issue can affect the quality of the prints.