Using external drivers April 01, 2015 10:33AM |
Registered: 10 years ago Posts: 62 |
Re: Using external drivers April 01, 2015 11:31AM |
Registered: 10 years ago Posts: 119 |
Re: Using external drivers April 01, 2015 11:37AM |
Registered: 10 years ago Posts: 62 |
Quote
george4657
You can set enable either way in config file
// For Inverting Stepper Enable Pins (Active Low) use 0, Non Inverting (Active High) use 1
#define X_ENABLE_ON 0
#define Y_ENABLE_ON 0
#define Z_ENABLE_ON 0
#define E_ENABLE_ON 0 // For all extruders
Re: Using external drivers April 01, 2015 02:29PM |
Registered: 11 years ago Posts: 869 |
Re: Using external drivers April 02, 2015 09:26AM |
Registered: 10 years ago Posts: 62 |
Quote
cdru
A4988 and similar drives look for the rising edge, so I'd presume that would mean low to high. I don't think I've ever seen an option to control this.
Also, using a Mega based board and standard stepping, you are quickly going to reach a maximum speed based on pulse frequency limitations. A 16Mhz Mega board running Marlin will only do about 16000 steps/sec. A 1.8 degree stepper (200 full steps/rev) at 1/64 microstepping would do 1 1/4 revolution per second and at 1/128 you're only going to get 5/8 of a revolution per second.