🧑‍💻 Microsteps to stepper.cpp

This commit is contained in:
Scott Lahteine
2022-09-06 23:03:15 -05:00
parent b29cd4c510
commit 78577b13cb
3 changed files with 38 additions and 75 deletions

View File

@ -85,6 +85,13 @@
#define Z_MS1_PIN 44 // PC19
#define E0_MS1_PIN 45 // PC18
#ifndef MICROSTEP16
#define MICROSTEP16 LOW,LOW,LOW
#endif
#ifndef MICROSTEP32
#define MICROSTEP32 HIGH,HIGH,LOW
#endif
//#define MOTOR_FAULT_PIN 22 // PB26 , motor X-Y-Z-E0 motor FAULT
//