Add Custom Microstepping options
This commit is contained in:
parent
fbfb48cce0
commit
e8031b1152
58 changed files with 680 additions and 32 deletions
|
|
@ -478,6 +478,17 @@
|
|||
*/
|
||||
//#define ADAPTIVE_STEP_SMOOTHING
|
||||
|
||||
/**
|
||||
* Custom Microstepping
|
||||
* Override as-needed for your setup. Up to 3 MS pins are supported.
|
||||
*/
|
||||
//#define MICROSTEP1 LOW,LOW,LOW
|
||||
//#define MICROSTEP2 HIGH,LOW,LOW
|
||||
//#define MICROSTEP4 LOW,HIGH,LOW
|
||||
//#define MICROSTEP8 HIGH,HIGH,LOW
|
||||
//#define MICROSTEP16 LOW,LOW,HIGH
|
||||
//#define MICROSTEP32 HIGH,LOW,HIGH
|
||||
|
||||
// Microstep setting (Only functional when stepper driver microstep pins are connected to MCU.
|
||||
#define MICROSTEP_MODES { 16, 16, 16, 16, 16, 16 } // [1,2,4,8,16]
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue