Welcome! Log In Create A New Profile

Advanced

A4998 holding tension

Posted by Arnold 
A4998 holding tension
November 10, 2015 04:04AM
Is it possible somehow set on this stepper to hold tension after its turning is over and there is a time pause before next command ?
Re: A4998 holding tension
November 10, 2015 05:44AM
As long as the enable pin is active, the stepper tries to hold position.
The behavior of this pin is controlled by the firmware.
In Marlin it looks like that:
// Disables axis when it's not being used.
#define DISABLE_X false
#define DISABLE_Y false
#define DISABLE_Z false
#define DISABLE_E false // For all extruders

-Olaf
Re: A4998 holding tension
November 10, 2015 07:37AM
Thanks Olaf
Sorry, only registered users may post in this forum.

Click here to login