🧑‍💻 AXIS_DRIVER_TYPE => AXIS_IS_L64XX

MarlinFirmware/Marlin#23521
This commit is contained in:
Scott Lahteine 2022-01-14 02:59:46 -06:00
parent 5d6f1e9afe
commit a448faaab0
271 changed files with 813 additions and 813 deletions

View file

@ -3224,7 +3224,7 @@
#define Z4_SLEW_RATE 1 #define Z4_SLEW_RATE 1
#endif #endif
#if AXIS_DRIVER_TYPE_I(L6470) #if AXIS_IS_L64XX(I)
#define I_MICROSTEPS 128 #define I_MICROSTEPS 128
#define I_OVERCURRENT 2000 #define I_OVERCURRENT 2000
#define I_STALLCURRENT 1500 #define I_STALLCURRENT 1500
@ -3233,7 +3233,7 @@
#define I_SLEW_RATE 1 #define I_SLEW_RATE 1
#endif #endif
#if AXIS_DRIVER_TYPE_J(L6470) #if AXIS_IS_L64XX(J)
#define J_MICROSTEPS 128 #define J_MICROSTEPS 128
#define J_OVERCURRENT 2000 #define J_OVERCURRENT 2000
#define J_STALLCURRENT 1500 #define J_STALLCURRENT 1500
@ -3242,7 +3242,7 @@
#define J_SLEW_RATE 1 #define J_SLEW_RATE 1
#endif #endif
#if AXIS_DRIVER_TYPE_K(L6470) #if AXIS_IS_L64XX(K)
#define K_MICROSTEPS 128 #define K_MICROSTEPS 128
#define K_OVERCURRENT 2000 #define K_OVERCURRENT 2000
#define K_STALLCURRENT 1500 #define K_STALLCURRENT 1500

View file

@ -3224,7 +3224,7 @@
#define Z4_SLEW_RATE 1 #define Z4_SLEW_RATE 1
#endif #endif
#if AXIS_DRIVER_TYPE_I(L6470) #if AXIS_IS_L64XX(I)
#define I_MICROSTEPS 128 #define I_MICROSTEPS 128
#define I_OVERCURRENT 2000 #define I_OVERCURRENT 2000
#define I_STALLCURRENT 1500 #define I_STALLCURRENT 1500
@ -3233,7 +3233,7 @@
#define I_SLEW_RATE 1 #define I_SLEW_RATE 1
#endif #endif
#if AXIS_DRIVER_TYPE_J(L6470) #if AXIS_IS_L64XX(J)
#define J_MICROSTEPS 128 #define J_MICROSTEPS 128
#define J_OVERCURRENT 2000 #define J_OVERCURRENT 2000
#define J_STALLCURRENT 1500 #define J_STALLCURRENT 1500
@ -3242,7 +3242,7 @@
#define J_SLEW_RATE 1 #define J_SLEW_RATE 1
#endif #endif
#if AXIS_DRIVER_TYPE_K(L6470) #if AXIS_IS_L64XX(K)
#define K_MICROSTEPS 128 #define K_MICROSTEPS 128
#define K_OVERCURRENT 2000 #define K_OVERCURRENT 2000
#define K_STALLCURRENT 1500 #define K_STALLCURRENT 1500

View file

@ -3224,7 +3224,7 @@
#define Z4_SLEW_RATE 1 #define Z4_SLEW_RATE 1
#endif #endif
#if AXIS_DRIVER_TYPE_I(L6470) #if AXIS_IS_L64XX(I)
#define I_MICROSTEPS 128 #define I_MICROSTEPS 128
#define I_OVERCURRENT 2000 #define I_OVERCURRENT 2000
#define I_STALLCURRENT 1500 #define I_STALLCURRENT 1500
@ -3233,7 +3233,7 @@
#define I_SLEW_RATE 1 #define I_SLEW_RATE 1
#endif #endif
#if AXIS_DRIVER_TYPE_J(L6470) #if AXIS_IS_L64XX(J)
#define J_MICROSTEPS 128 #define J_MICROSTEPS 128
#define J_OVERCURRENT 2000 #define J_OVERCURRENT 2000
#define J_STALLCURRENT 1500 #define J_STALLCURRENT 1500
@ -3242,7 +3242,7 @@
#define J_SLEW_RATE 1 #define J_SLEW_RATE 1
#endif #endif
#if AXIS_DRIVER_TYPE_K(L6470) #if AXIS_IS_L64XX(K)
#define K_MICROSTEPS 128 #define K_MICROSTEPS 128
#define K_OVERCURRENT 2000 #define K_OVERCURRENT 2000
#define K_STALLCURRENT 1500 #define K_STALLCURRENT 1500

View file

@ -3224,7 +3224,7 @@
#define Z4_SLEW_RATE 1 #define Z4_SLEW_RATE 1
#endif #endif
#if AXIS_DRIVER_TYPE_I(L6470) #if AXIS_IS_L64XX(I)
#define I_MICROSTEPS 128 #define I_MICROSTEPS 128
#define I_OVERCURRENT 2000 #define I_OVERCURRENT 2000
#define I_STALLCURRENT 1500 #define I_STALLCURRENT 1500
@ -3233,7 +3233,7 @@
#define I_SLEW_RATE 1 #define I_SLEW_RATE 1
#endif #endif
#if AXIS_DRIVER_TYPE_J(L6470) #if AXIS_IS_L64XX(J)
#define J_MICROSTEPS 128 #define J_MICROSTEPS 128
#define J_OVERCURRENT 2000 #define J_OVERCURRENT 2000
#define J_STALLCURRENT 1500 #define J_STALLCURRENT 1500
@ -3242,7 +3242,7 @@
#define J_SLEW_RATE 1 #define J_SLEW_RATE 1
#endif #endif
#if AXIS_DRIVER_TYPE_K(L6470) #if AXIS_IS_L64XX(K)
#define K_MICROSTEPS 128 #define K_MICROSTEPS 128
#define K_OVERCURRENT 2000 #define K_OVERCURRENT 2000
#define K_STALLCURRENT 1500 #define K_STALLCURRENT 1500

View file

@ -3234,7 +3234,7 @@
#define Z4_SLEW_RATE 1 #define Z4_SLEW_RATE 1
#endif #endif
#if AXIS_DRIVER_TYPE_I(L6470) #if AXIS_IS_L64XX(I)
#define I_MICROSTEPS 128 #define I_MICROSTEPS 128
#define I_OVERCURRENT 2000 #define I_OVERCURRENT 2000
#define I_STALLCURRENT 1500 #define I_STALLCURRENT 1500
@ -3243,7 +3243,7 @@
#define I_SLEW_RATE 1 #define I_SLEW_RATE 1
#endif #endif
#if AXIS_DRIVER_TYPE_J(L6470) #if AXIS_IS_L64XX(J)
#define J_MICROSTEPS 128 #define J_MICROSTEPS 128
#define J_OVERCURRENT 2000 #define J_OVERCURRENT 2000
#define J_STALLCURRENT 1500 #define J_STALLCURRENT 1500
@ -3252,7 +3252,7 @@
#define J_SLEW_RATE 1 #define J_SLEW_RATE 1
#endif #endif
#if AXIS_DRIVER_TYPE_K(L6470) #if AXIS_IS_L64XX(K)
#define K_MICROSTEPS 128 #define K_MICROSTEPS 128
#define K_OVERCURRENT 2000 #define K_OVERCURRENT 2000
#define K_STALLCURRENT 1500 #define K_STALLCURRENT 1500

View file

@ -3225,7 +3225,7 @@
#define Z4_SLEW_RATE 1 #define Z4_SLEW_RATE 1
#endif #endif
#if AXIS_DRIVER_TYPE_I(L6470) #if AXIS_IS_L64XX(I)
#define I_MICROSTEPS 128 #define I_MICROSTEPS 128
#define I_OVERCURRENT 2000 #define I_OVERCURRENT 2000
#define I_STALLCURRENT 1500 #define I_STALLCURRENT 1500
@ -3234,7 +3234,7 @@
#define I_SLEW_RATE 1 #define I_SLEW_RATE 1
#endif #endif
#if AXIS_DRIVER_TYPE_J(L6470) #if AXIS_IS_L64XX(J)
#define J_MICROSTEPS 128 #define J_MICROSTEPS 128
#define J_OVERCURRENT 2000 #define J_OVERCURRENT 2000
#define J_STALLCURRENT 1500 #define J_STALLCURRENT 1500
@ -3243,7 +3243,7 @@
#define J_SLEW_RATE 1 #define J_SLEW_RATE 1
#endif #endif
#if AXIS_DRIVER_TYPE_K(L6470) #if AXIS_IS_L64XX(K)
#define K_MICROSTEPS 128 #define K_MICROSTEPS 128
#define K_OVERCURRENT 2000 #define K_OVERCURRENT 2000
#define K_STALLCURRENT 1500 #define K_STALLCURRENT 1500

View file

@ -3226,7 +3226,7 @@
#define Z4_SLEW_RATE 1 #define Z4_SLEW_RATE 1
#endif #endif
#if AXIS_DRIVER_TYPE_I(L6470) #if AXIS_IS_L64XX(I)
#define I_MICROSTEPS 128 #define I_MICROSTEPS 128
#define I_OVERCURRENT 2000 #define I_OVERCURRENT 2000
#define I_STALLCURRENT 1500 #define I_STALLCURRENT 1500
@ -3235,7 +3235,7 @@
#define I_SLEW_RATE 1 #define I_SLEW_RATE 1
#endif #endif
#if AXIS_DRIVER_TYPE_J(L6470) #if AXIS_IS_L64XX(J)
#define J_MICROSTEPS 128 #define J_MICROSTEPS 128
#define J_OVERCURRENT 2000 #define J_OVERCURRENT 2000
#define J_STALLCURRENT 1500 #define J_STALLCURRENT 1500
@ -3244,7 +3244,7 @@
#define J_SLEW_RATE 1 #define J_SLEW_RATE 1
#endif #endif
#if AXIS_DRIVER_TYPE_K(L6470) #if AXIS_IS_L64XX(K)
#define K_MICROSTEPS 128 #define K_MICROSTEPS 128
#define K_OVERCURRENT 2000 #define K_OVERCURRENT 2000
#define K_STALLCURRENT 1500 #define K_STALLCURRENT 1500

View file

@ -3224,7 +3224,7 @@
#define Z4_SLEW_RATE 1 #define Z4_SLEW_RATE 1
#endif #endif
#if AXIS_DRIVER_TYPE_I(L6470) #if AXIS_IS_L64XX(I)
#define I_MICROSTEPS 128 #define I_MICROSTEPS 128
#define I_OVERCURRENT 2000 #define I_OVERCURRENT 2000
#define I_STALLCURRENT 1500 #define I_STALLCURRENT 1500
@ -3233,7 +3233,7 @@
#define I_SLEW_RATE 1 #define I_SLEW_RATE 1
#endif #endif
#if AXIS_DRIVER_TYPE_J(L6470) #if AXIS_IS_L64XX(J)
#define J_MICROSTEPS 128 #define J_MICROSTEPS 128
#define J_OVERCURRENT 2000 #define J_OVERCURRENT 2000
#define J_STALLCURRENT 1500 #define J_STALLCURRENT 1500
@ -3242,7 +3242,7 @@
#define J_SLEW_RATE 1 #define J_SLEW_RATE 1
#endif #endif
#if AXIS_DRIVER_TYPE_K(L6470) #if AXIS_IS_L64XX(K)
#define K_MICROSTEPS 128 #define K_MICROSTEPS 128
#define K_OVERCURRENT 2000 #define K_OVERCURRENT 2000
#define K_STALLCURRENT 1500 #define K_STALLCURRENT 1500

View file

@ -3224,7 +3224,7 @@
#define Z4_SLEW_RATE 1 #define Z4_SLEW_RATE 1
#endif #endif
#if AXIS_DRIVER_TYPE_I(L6470) #if AXIS_IS_L64XX(I)
#define I_MICROSTEPS 128 #define I_MICROSTEPS 128
#define I_OVERCURRENT 2000 #define I_OVERCURRENT 2000
#define I_STALLCURRENT 1500 #define I_STALLCURRENT 1500
@ -3233,7 +3233,7 @@
#define I_SLEW_RATE 1 #define I_SLEW_RATE 1
#endif #endif
#if AXIS_DRIVER_TYPE_J(L6470) #if AXIS_IS_L64XX(J)
#define J_MICROSTEPS 128 #define J_MICROSTEPS 128
#define J_OVERCURRENT 2000 #define J_OVERCURRENT 2000
#define J_STALLCURRENT 1500 #define J_STALLCURRENT 1500
@ -3242,7 +3242,7 @@
#define J_SLEW_RATE 1 #define J_SLEW_RATE 1
#endif #endif
#if AXIS_DRIVER_TYPE_K(L6470) #if AXIS_IS_L64XX(K)
#define K_MICROSTEPS 128 #define K_MICROSTEPS 128
#define K_OVERCURRENT 2000 #define K_OVERCURRENT 2000
#define K_STALLCURRENT 1500 #define K_STALLCURRENT 1500

View file

@ -3224,7 +3224,7 @@
#define Z4_SLEW_RATE 1 #define Z4_SLEW_RATE 1
#endif #endif
#if AXIS_DRIVER_TYPE_I(L6470) #if AXIS_IS_L64XX(I)
#define I_MICROSTEPS 128 #define I_MICROSTEPS 128
#define I_OVERCURRENT 2000 #define I_OVERCURRENT 2000
#define I_STALLCURRENT 1500 #define I_STALLCURRENT 1500
@ -3233,7 +3233,7 @@
#define I_SLEW_RATE 1 #define I_SLEW_RATE 1
#endif #endif
#if AXIS_DRIVER_TYPE_J(L6470) #if AXIS_IS_L64XX(J)
#define J_MICROSTEPS 128 #define J_MICROSTEPS 128
#define J_OVERCURRENT 2000 #define J_OVERCURRENT 2000
#define J_STALLCURRENT 1500 #define J_STALLCURRENT 1500
@ -3242,7 +3242,7 @@
#define J_SLEW_RATE 1 #define J_SLEW_RATE 1
#endif #endif
#if AXIS_DRIVER_TYPE_K(L6470) #if AXIS_IS_L64XX(K)
#define K_MICROSTEPS 128 #define K_MICROSTEPS 128
#define K_OVERCURRENT 2000 #define K_OVERCURRENT 2000
#define K_STALLCURRENT 1500 #define K_STALLCURRENT 1500

View file

@ -3224,7 +3224,7 @@
#define Z4_SLEW_RATE 1 #define Z4_SLEW_RATE 1
#endif #endif
#if AXIS_DRIVER_TYPE_I(L6470) #if AXIS_IS_L64XX(I)
#define I_MICROSTEPS 128 #define I_MICROSTEPS 128
#define I_OVERCURRENT 2000 #define I_OVERCURRENT 2000
#define I_STALLCURRENT 1500 #define I_STALLCURRENT 1500
@ -3233,7 +3233,7 @@
#define I_SLEW_RATE 1 #define I_SLEW_RATE 1
#endif #endif
#if AXIS_DRIVER_TYPE_J(L6470) #if AXIS_IS_L64XX(J)
#define J_MICROSTEPS 128 #define J_MICROSTEPS 128
#define J_OVERCURRENT 2000 #define J_OVERCURRENT 2000
#define J_STALLCURRENT 1500 #define J_STALLCURRENT 1500
@ -3242,7 +3242,7 @@
#define J_SLEW_RATE 1 #define J_SLEW_RATE 1
#endif #endif
#if AXIS_DRIVER_TYPE_K(L6470) #if AXIS_IS_L64XX(K)
#define K_MICROSTEPS 128 #define K_MICROSTEPS 128
#define K_OVERCURRENT 2000 #define K_OVERCURRENT 2000
#define K_STALLCURRENT 1500 #define K_STALLCURRENT 1500

View file

@ -3224,7 +3224,7 @@
#define Z4_SLEW_RATE 1 #define Z4_SLEW_RATE 1
#endif #endif
#if AXIS_DRIVER_TYPE_I(L6470) #if AXIS_IS_L64XX(I)
#define I_MICROSTEPS 128 #define I_MICROSTEPS 128
#define I_OVERCURRENT 2000 #define I_OVERCURRENT 2000
#define I_STALLCURRENT 1500 #define I_STALLCURRENT 1500
@ -3233,7 +3233,7 @@
#define I_SLEW_RATE 1 #define I_SLEW_RATE 1
#endif #endif
#if AXIS_DRIVER_TYPE_J(L6470) #if AXIS_IS_L64XX(J)
#define J_MICROSTEPS 128 #define J_MICROSTEPS 128
#define J_OVERCURRENT 2000 #define J_OVERCURRENT 2000
#define J_STALLCURRENT 1500 #define J_STALLCURRENT 1500
@ -3242,7 +3242,7 @@
#define J_SLEW_RATE 1 #define J_SLEW_RATE 1
#endif #endif
#if AXIS_DRIVER_TYPE_K(L6470) #if AXIS_IS_L64XX(K)
#define K_MICROSTEPS 128 #define K_MICROSTEPS 128
#define K_OVERCURRENT 2000 #define K_OVERCURRENT 2000
#define K_STALLCURRENT 1500 #define K_STALLCURRENT 1500

View file

@ -3224,7 +3224,7 @@
#define Z4_SLEW_RATE 1 #define Z4_SLEW_RATE 1
#endif #endif
#if AXIS_DRIVER_TYPE_I(L6470) #if AXIS_IS_L64XX(I)
#define I_MICROSTEPS 128 #define I_MICROSTEPS 128
#define I_OVERCURRENT 2000 #define I_OVERCURRENT 2000
#define I_STALLCURRENT 1500 #define I_STALLCURRENT 1500
@ -3233,7 +3233,7 @@
#define I_SLEW_RATE 1 #define I_SLEW_RATE 1
#endif #endif
#if AXIS_DRIVER_TYPE_J(L6470) #if AXIS_IS_L64XX(J)
#define J_MICROSTEPS 128 #define J_MICROSTEPS 128
#define J_OVERCURRENT 2000 #define J_OVERCURRENT 2000
#define J_STALLCURRENT 1500 #define J_STALLCURRENT 1500
@ -3242,7 +3242,7 @@
#define J_SLEW_RATE 1 #define J_SLEW_RATE 1
#endif #endif
#if AXIS_DRIVER_TYPE_K(L6470) #if AXIS_IS_L64XX(K)
#define K_MICROSTEPS 128 #define K_MICROSTEPS 128
#define K_OVERCURRENT 2000 #define K_OVERCURRENT 2000
#define K_STALLCURRENT 1500 #define K_STALLCURRENT 1500

View file

@ -3224,7 +3224,7 @@
#define Z4_SLEW_RATE 1 #define Z4_SLEW_RATE 1
#endif #endif
#if AXIS_DRIVER_TYPE_I(L6470) #if AXIS_IS_L64XX(I)
#define I_MICROSTEPS 128 #define I_MICROSTEPS 128
#define I_OVERCURRENT 2000 #define I_OVERCURRENT 2000
#define I_STALLCURRENT 1500 #define I_STALLCURRENT 1500
@ -3233,7 +3233,7 @@
#define I_SLEW_RATE 1 #define I_SLEW_RATE 1
#endif #endif
#if AXIS_DRIVER_TYPE_J(L6470) #if AXIS_IS_L64XX(J)
#define J_MICROSTEPS 128 #define J_MICROSTEPS 128
#define J_OVERCURRENT 2000 #define J_OVERCURRENT 2000
#define J_STALLCURRENT 1500 #define J_STALLCURRENT 1500
@ -3242,7 +3242,7 @@
#define J_SLEW_RATE 1 #define J_SLEW_RATE 1
#endif #endif
#if AXIS_DRIVER_TYPE_K(L6470) #if AXIS_IS_L64XX(K)
#define K_MICROSTEPS 128 #define K_MICROSTEPS 128
#define K_OVERCURRENT 2000 #define K_OVERCURRENT 2000
#define K_STALLCURRENT 1500 #define K_STALLCURRENT 1500

View file

@ -3224,7 +3224,7 @@
#define Z4_SLEW_RATE 1 #define Z4_SLEW_RATE 1
#endif #endif
#if AXIS_DRIVER_TYPE_I(L6470) #if AXIS_IS_L64XX(I)
#define I_MICROSTEPS 128 #define I_MICROSTEPS 128
#define I_OVERCURRENT 2000 #define I_OVERCURRENT 2000
#define I_STALLCURRENT 1500 #define I_STALLCURRENT 1500
@ -3233,7 +3233,7 @@
#define I_SLEW_RATE 1 #define I_SLEW_RATE 1
#endif #endif
#if AXIS_DRIVER_TYPE_J(L6470) #if AXIS_IS_L64XX(J)
#define J_MICROSTEPS 128 #define J_MICROSTEPS 128
#define J_OVERCURRENT 2000 #define J_OVERCURRENT 2000
#define J_STALLCURRENT 1500 #define J_STALLCURRENT 1500
@ -3242,7 +3242,7 @@
#define J_SLEW_RATE 1 #define J_SLEW_RATE 1
#endif #endif
#if AXIS_DRIVER_TYPE_K(L6470) #if AXIS_IS_L64XX(K)
#define K_MICROSTEPS 128 #define K_MICROSTEPS 128
#define K_OVERCURRENT 2000 #define K_OVERCURRENT 2000
#define K_STALLCURRENT 1500 #define K_STALLCURRENT 1500

View file

@ -3224,7 +3224,7 @@
#define Z4_SLEW_RATE 1 #define Z4_SLEW_RATE 1
#endif #endif
#if AXIS_DRIVER_TYPE_I(L6470) #if AXIS_IS_L64XX(I)
#define I_MICROSTEPS 128 #define I_MICROSTEPS 128
#define I_OVERCURRENT 2000 #define I_OVERCURRENT 2000
#define I_STALLCURRENT 1500 #define I_STALLCURRENT 1500
@ -3233,7 +3233,7 @@
#define I_SLEW_RATE 1 #define I_SLEW_RATE 1
#endif #endif
#if AXIS_DRIVER_TYPE_J(L6470) #if AXIS_IS_L64XX(J)
#define J_MICROSTEPS 128 #define J_MICROSTEPS 128
#define J_OVERCURRENT 2000 #define J_OVERCURRENT 2000
#define J_STALLCURRENT 1500 #define J_STALLCURRENT 1500
@ -3242,7 +3242,7 @@
#define J_SLEW_RATE 1 #define J_SLEW_RATE 1
#endif #endif
#if AXIS_DRIVER_TYPE_K(L6470) #if AXIS_IS_L64XX(K)
#define K_MICROSTEPS 128 #define K_MICROSTEPS 128
#define K_OVERCURRENT 2000 #define K_OVERCURRENT 2000
#define K_STALLCURRENT 1500 #define K_STALLCURRENT 1500

View file

@ -3224,7 +3224,7 @@
#define Z4_SLEW_RATE 1 #define Z4_SLEW_RATE 1
#endif #endif
#if AXIS_DRIVER_TYPE_I(L6470) #if AXIS_IS_L64XX(I)
#define I_MICROSTEPS 128 #define I_MICROSTEPS 128
#define I_OVERCURRENT 2000 #define I_OVERCURRENT 2000
#define I_STALLCURRENT 1500 #define I_STALLCURRENT 1500
@ -3233,7 +3233,7 @@
#define I_SLEW_RATE 1 #define I_SLEW_RATE 1
#endif #endif
#if AXIS_DRIVER_TYPE_J(L6470) #if AXIS_IS_L64XX(J)
#define J_MICROSTEPS 128 #define J_MICROSTEPS 128
#define J_OVERCURRENT 2000 #define J_OVERCURRENT 2000
#define J_STALLCURRENT 1500 #define J_STALLCURRENT 1500
@ -3242,7 +3242,7 @@
#define J_SLEW_RATE 1 #define J_SLEW_RATE 1
#endif #endif
#if AXIS_DRIVER_TYPE_K(L6470) #if AXIS_IS_L64XX(K)
#define K_MICROSTEPS 128 #define K_MICROSTEPS 128
#define K_OVERCURRENT 2000 #define K_OVERCURRENT 2000
#define K_STALLCURRENT 1500 #define K_STALLCURRENT 1500

View file

@ -3224,7 +3224,7 @@
#define Z4_SLEW_RATE 1 #define Z4_SLEW_RATE 1
#endif #endif
#if AXIS_DRIVER_TYPE_I(L6470) #if AXIS_IS_L64XX(I)
#define I_MICROSTEPS 128 #define I_MICROSTEPS 128
#define I_OVERCURRENT 2000 #define I_OVERCURRENT 2000
#define I_STALLCURRENT 1500 #define I_STALLCURRENT 1500
@ -3233,7 +3233,7 @@
#define I_SLEW_RATE 1 #define I_SLEW_RATE 1
#endif #endif
#if AXIS_DRIVER_TYPE_J(L6470) #if AXIS_IS_L64XX(J)
#define J_MICROSTEPS 128 #define J_MICROSTEPS 128
#define J_OVERCURRENT 2000 #define J_OVERCURRENT 2000
#define J_STALLCURRENT 1500 #define J_STALLCURRENT 1500
@ -3242,7 +3242,7 @@
#define J_SLEW_RATE 1 #define J_SLEW_RATE 1
#endif #endif
#if AXIS_DRIVER_TYPE_K(L6470) #if AXIS_IS_L64XX(K)
#define K_MICROSTEPS 128 #define K_MICROSTEPS 128
#define K_OVERCURRENT 2000 #define K_OVERCURRENT 2000
#define K_STALLCURRENT 1500 #define K_STALLCURRENT 1500

View file

@ -3224,7 +3224,7 @@
#define Z4_SLEW_RATE 1 #define Z4_SLEW_RATE 1
#endif #endif
#if AXIS_DRIVER_TYPE_I(L6470) #if AXIS_IS_L64XX(I)
#define I_MICROSTEPS 128 #define I_MICROSTEPS 128
#define I_OVERCURRENT 2000 #define I_OVERCURRENT 2000
#define I_STALLCURRENT 1500 #define I_STALLCURRENT 1500
@ -3233,7 +3233,7 @@
#define I_SLEW_RATE 1 #define I_SLEW_RATE 1
#endif #endif
#if AXIS_DRIVER_TYPE_J(L6470) #if AXIS_IS_L64XX(J)
#define J_MICROSTEPS 128 #define J_MICROSTEPS 128
#define J_OVERCURRENT 2000 #define J_OVERCURRENT 2000
#define J_STALLCURRENT 1500 #define J_STALLCURRENT 1500
@ -3242,7 +3242,7 @@
#define J_SLEW_RATE 1 #define J_SLEW_RATE 1
#endif #endif
#if AXIS_DRIVER_TYPE_K(L6470) #if AXIS_IS_L64XX(K)
#define K_MICROSTEPS 128 #define K_MICROSTEPS 128
#define K_OVERCURRENT 2000 #define K_OVERCURRENT 2000
#define K_STALLCURRENT 1500 #define K_STALLCURRENT 1500

View file

@ -3224,7 +3224,7 @@
#define Z4_SLEW_RATE 1 #define Z4_SLEW_RATE 1
#endif #endif
#if AXIS_DRIVER_TYPE_I(L6470) #if AXIS_IS_L64XX(I)
#define I_MICROSTEPS 128 #define I_MICROSTEPS 128
#define I_OVERCURRENT 2000 #define I_OVERCURRENT 2000
#define I_STALLCURRENT 1500 #define I_STALLCURRENT 1500
@ -3233,7 +3233,7 @@
#define I_SLEW_RATE 1 #define I_SLEW_RATE 1
#endif #endif
#if AXIS_DRIVER_TYPE_J(L6470) #if AXIS_IS_L64XX(J)
#define J_MICROSTEPS 128 #define J_MICROSTEPS 128
#define J_OVERCURRENT 2000 #define J_OVERCURRENT 2000
#define J_STALLCURRENT 1500 #define J_STALLCURRENT 1500
@ -3242,7 +3242,7 @@
#define J_SLEW_RATE 1 #define J_SLEW_RATE 1
#endif #endif
#if AXIS_DRIVER_TYPE_K(L6470) #if AXIS_IS_L64XX(K)
#define K_MICROSTEPS 128 #define K_MICROSTEPS 128
#define K_OVERCURRENT 2000 #define K_OVERCURRENT 2000
#define K_STALLCURRENT 1500 #define K_STALLCURRENT 1500

View file

@ -3224,7 +3224,7 @@
#define Z4_SLEW_RATE 1 #define Z4_SLEW_RATE 1
#endif #endif
#if AXIS_DRIVER_TYPE_I(L6470) #if AXIS_IS_L64XX(I)
#define I_MICROSTEPS 128 #define I_MICROSTEPS 128
#define I_OVERCURRENT 2000 #define I_OVERCURRENT 2000
#define I_STALLCURRENT 1500 #define I_STALLCURRENT 1500
@ -3233,7 +3233,7 @@
#define I_SLEW_RATE 1 #define I_SLEW_RATE 1
#endif #endif
#if AXIS_DRIVER_TYPE_J(L6470) #if AXIS_IS_L64XX(J)
#define J_MICROSTEPS 128 #define J_MICROSTEPS 128
#define J_OVERCURRENT 2000 #define J_OVERCURRENT 2000
#define J_STALLCURRENT 1500 #define J_STALLCURRENT 1500
@ -3242,7 +3242,7 @@
#define J_SLEW_RATE 1 #define J_SLEW_RATE 1
#endif #endif
#if AXIS_DRIVER_TYPE_K(L6470) #if AXIS_IS_L64XX(K)
#define K_MICROSTEPS 128 #define K_MICROSTEPS 128
#define K_OVERCURRENT 2000 #define K_OVERCURRENT 2000
#define K_STALLCURRENT 1500 #define K_STALLCURRENT 1500

View file

@ -3224,7 +3224,7 @@
#define Z4_SLEW_RATE 1 #define Z4_SLEW_RATE 1
#endif #endif
#if AXIS_DRIVER_TYPE_I(L6470) #if AXIS_IS_L64XX(I)
#define I_MICROSTEPS 128 #define I_MICROSTEPS 128
#define I_OVERCURRENT 2000 #define I_OVERCURRENT 2000
#define I_STALLCURRENT 1500 #define I_STALLCURRENT 1500
@ -3233,7 +3233,7 @@
#define I_SLEW_RATE 1 #define I_SLEW_RATE 1
#endif #endif
#if AXIS_DRIVER_TYPE_J(L6470) #if AXIS_IS_L64XX(J)
#define J_MICROSTEPS 128 #define J_MICROSTEPS 128
#define J_OVERCURRENT 2000 #define J_OVERCURRENT 2000
#define J_STALLCURRENT 1500 #define J_STALLCURRENT 1500
@ -3242,7 +3242,7 @@
#define J_SLEW_RATE 1 #define J_SLEW_RATE 1
#endif #endif
#if AXIS_DRIVER_TYPE_K(L6470) #if AXIS_IS_L64XX(K)
#define K_MICROSTEPS 128 #define K_MICROSTEPS 128
#define K_OVERCURRENT 2000 #define K_OVERCURRENT 2000
#define K_STALLCURRENT 1500 #define K_STALLCURRENT 1500

View file

@ -3224,7 +3224,7 @@
#define Z4_SLEW_RATE 1 #define Z4_SLEW_RATE 1
#endif #endif
#if AXIS_DRIVER_TYPE_I(L6470) #if AXIS_IS_L64XX(I)
#define I_MICROSTEPS 128 #define I_MICROSTEPS 128
#define I_OVERCURRENT 2000 #define I_OVERCURRENT 2000
#define I_STALLCURRENT 1500 #define I_STALLCURRENT 1500
@ -3233,7 +3233,7 @@
#define I_SLEW_RATE 1 #define I_SLEW_RATE 1
#endif #endif
#if AXIS_DRIVER_TYPE_J(L6470) #if AXIS_IS_L64XX(J)
#define J_MICROSTEPS 128 #define J_MICROSTEPS 128
#define J_OVERCURRENT 2000 #define J_OVERCURRENT 2000
#define J_STALLCURRENT 1500 #define J_STALLCURRENT 1500
@ -3242,7 +3242,7 @@
#define J_SLEW_RATE 1 #define J_SLEW_RATE 1
#endif #endif
#if AXIS_DRIVER_TYPE_K(L6470) #if AXIS_IS_L64XX(K)
#define K_MICROSTEPS 128 #define K_MICROSTEPS 128
#define K_OVERCURRENT 2000 #define K_OVERCURRENT 2000
#define K_STALLCURRENT 1500 #define K_STALLCURRENT 1500

View file

@ -3224,7 +3224,7 @@
#define Z4_SLEW_RATE 1 #define Z4_SLEW_RATE 1
#endif #endif
#if AXIS_DRIVER_TYPE_I(L6470) #if AXIS_IS_L64XX(I)
#define I_MICROSTEPS 128 #define I_MICROSTEPS 128
#define I_OVERCURRENT 2000 #define I_OVERCURRENT 2000
#define I_STALLCURRENT 1500 #define I_STALLCURRENT 1500
@ -3233,7 +3233,7 @@
#define I_SLEW_RATE 1 #define I_SLEW_RATE 1
#endif #endif
#if AXIS_DRIVER_TYPE_J(L6470) #if AXIS_IS_L64XX(J)
#define J_MICROSTEPS 128 #define J_MICROSTEPS 128
#define J_OVERCURRENT 2000 #define J_OVERCURRENT 2000
#define J_STALLCURRENT 1500 #define J_STALLCURRENT 1500
@ -3242,7 +3242,7 @@
#define J_SLEW_RATE 1 #define J_SLEW_RATE 1
#endif #endif
#if AXIS_DRIVER_TYPE_K(L6470) #if AXIS_IS_L64XX(K)
#define K_MICROSTEPS 128 #define K_MICROSTEPS 128
#define K_OVERCURRENT 2000 #define K_OVERCURRENT 2000
#define K_STALLCURRENT 1500 #define K_STALLCURRENT 1500

View file

@ -3224,7 +3224,7 @@
#define Z4_SLEW_RATE 1 #define Z4_SLEW_RATE 1
#endif #endif
#if AXIS_DRIVER_TYPE_I(L6470) #if AXIS_IS_L64XX(I)
#define I_MICROSTEPS 128 #define I_MICROSTEPS 128
#define I_OVERCURRENT 2000 #define I_OVERCURRENT 2000
#define I_STALLCURRENT 1500 #define I_STALLCURRENT 1500
@ -3233,7 +3233,7 @@
#define I_SLEW_RATE 1 #define I_SLEW_RATE 1
#endif #endif
#if AXIS_DRIVER_TYPE_J(L6470) #if AXIS_IS_L64XX(J)
#define J_MICROSTEPS 128 #define J_MICROSTEPS 128
#define J_OVERCURRENT 2000 #define J_OVERCURRENT 2000
#define J_STALLCURRENT 1500 #define J_STALLCURRENT 1500
@ -3242,7 +3242,7 @@
#define J_SLEW_RATE 1 #define J_SLEW_RATE 1
#endif #endif
#if AXIS_DRIVER_TYPE_K(L6470) #if AXIS_IS_L64XX(K)
#define K_MICROSTEPS 128 #define K_MICROSTEPS 128
#define K_OVERCURRENT 2000 #define K_OVERCURRENT 2000
#define K_STALLCURRENT 1500 #define K_STALLCURRENT 1500

View file

@ -3224,7 +3224,7 @@
#define Z4_SLEW_RATE 1 #define Z4_SLEW_RATE 1
#endif #endif
#if AXIS_DRIVER_TYPE_I(L6470) #if AXIS_IS_L64XX(I)
#define I_MICROSTEPS 128 #define I_MICROSTEPS 128
#define I_OVERCURRENT 2000 #define I_OVERCURRENT 2000
#define I_STALLCURRENT 1500 #define I_STALLCURRENT 1500
@ -3233,7 +3233,7 @@
#define I_SLEW_RATE 1 #define I_SLEW_RATE 1
#endif #endif
#if AXIS_DRIVER_TYPE_J(L6470) #if AXIS_IS_L64XX(J)
#define J_MICROSTEPS 128 #define J_MICROSTEPS 128
#define J_OVERCURRENT 2000 #define J_OVERCURRENT 2000
#define J_STALLCURRENT 1500 #define J_STALLCURRENT 1500
@ -3242,7 +3242,7 @@
#define J_SLEW_RATE 1 #define J_SLEW_RATE 1
#endif #endif
#if AXIS_DRIVER_TYPE_K(L6470) #if AXIS_IS_L64XX(K)
#define K_MICROSTEPS 128 #define K_MICROSTEPS 128
#define K_OVERCURRENT 2000 #define K_OVERCURRENT 2000
#define K_STALLCURRENT 1500 #define K_STALLCURRENT 1500

View file

@ -3224,7 +3224,7 @@
#define Z4_SLEW_RATE 1 #define Z4_SLEW_RATE 1
#endif #endif
#if AXIS_DRIVER_TYPE_I(L6470) #if AXIS_IS_L64XX(I)
#define I_MICROSTEPS 128 #define I_MICROSTEPS 128
#define I_OVERCURRENT 2000 #define I_OVERCURRENT 2000
#define I_STALLCURRENT 1500 #define I_STALLCURRENT 1500
@ -3233,7 +3233,7 @@
#define I_SLEW_RATE 1 #define I_SLEW_RATE 1
#endif #endif
#if AXIS_DRIVER_TYPE_J(L6470) #if AXIS_IS_L64XX(J)
#define J_MICROSTEPS 128 #define J_MICROSTEPS 128
#define J_OVERCURRENT 2000 #define J_OVERCURRENT 2000
#define J_STALLCURRENT 1500 #define J_STALLCURRENT 1500
@ -3242,7 +3242,7 @@
#define J_SLEW_RATE 1 #define J_SLEW_RATE 1
#endif #endif
#if AXIS_DRIVER_TYPE_K(L6470) #if AXIS_IS_L64XX(K)
#define K_MICROSTEPS 128 #define K_MICROSTEPS 128
#define K_OVERCURRENT 2000 #define K_OVERCURRENT 2000
#define K_STALLCURRENT 1500 #define K_STALLCURRENT 1500

View file

@ -3224,7 +3224,7 @@
#define Z4_SLEW_RATE 1 #define Z4_SLEW_RATE 1
#endif #endif
#if AXIS_DRIVER_TYPE_I(L6470) #if AXIS_IS_L64XX(I)
#define I_MICROSTEPS 128 #define I_MICROSTEPS 128
#define I_OVERCURRENT 2000 #define I_OVERCURRENT 2000
#define I_STALLCURRENT 1500 #define I_STALLCURRENT 1500
@ -3233,7 +3233,7 @@
#define I_SLEW_RATE 1 #define I_SLEW_RATE 1
#endif #endif
#if AXIS_DRIVER_TYPE_J(L6470) #if AXIS_IS_L64XX(J)
#define J_MICROSTEPS 128 #define J_MICROSTEPS 128
#define J_OVERCURRENT 2000 #define J_OVERCURRENT 2000
#define J_STALLCURRENT 1500 #define J_STALLCURRENT 1500
@ -3242,7 +3242,7 @@
#define J_SLEW_RATE 1 #define J_SLEW_RATE 1
#endif #endif
#if AXIS_DRIVER_TYPE_K(L6470) #if AXIS_IS_L64XX(K)
#define K_MICROSTEPS 128 #define K_MICROSTEPS 128
#define K_OVERCURRENT 2000 #define K_OVERCURRENT 2000
#define K_STALLCURRENT 1500 #define K_STALLCURRENT 1500

View file

@ -3224,7 +3224,7 @@
#define Z4_SLEW_RATE 1 #define Z4_SLEW_RATE 1
#endif #endif
#if AXIS_DRIVER_TYPE_I(L6470) #if AXIS_IS_L64XX(I)
#define I_MICROSTEPS 128 #define I_MICROSTEPS 128
#define I_OVERCURRENT 2000 #define I_OVERCURRENT 2000
#define I_STALLCURRENT 1500 #define I_STALLCURRENT 1500
@ -3233,7 +3233,7 @@
#define I_SLEW_RATE 1 #define I_SLEW_RATE 1
#endif #endif
#if AXIS_DRIVER_TYPE_J(L6470) #if AXIS_IS_L64XX(J)
#define J_MICROSTEPS 128 #define J_MICROSTEPS 128
#define J_OVERCURRENT 2000 #define J_OVERCURRENT 2000
#define J_STALLCURRENT 1500 #define J_STALLCURRENT 1500
@ -3242,7 +3242,7 @@
#define J_SLEW_RATE 1 #define J_SLEW_RATE 1
#endif #endif
#if AXIS_DRIVER_TYPE_K(L6470) #if AXIS_IS_L64XX(K)
#define K_MICROSTEPS 128 #define K_MICROSTEPS 128
#define K_OVERCURRENT 2000 #define K_OVERCURRENT 2000
#define K_STALLCURRENT 1500 #define K_STALLCURRENT 1500

View file

@ -3228,7 +3228,7 @@
#define Z4_SLEW_RATE 1 #define Z4_SLEW_RATE 1
#endif #endif
#if AXIS_DRIVER_TYPE_I(L6470) #if AXIS_IS_L64XX(I)
#define I_MICROSTEPS 128 #define I_MICROSTEPS 128
#define I_OVERCURRENT 2000 #define I_OVERCURRENT 2000
#define I_STALLCURRENT 1500 #define I_STALLCURRENT 1500
@ -3237,7 +3237,7 @@
#define I_SLEW_RATE 1 #define I_SLEW_RATE 1
#endif #endif
#if AXIS_DRIVER_TYPE_J(L6470) #if AXIS_IS_L64XX(J)
#define J_MICROSTEPS 128 #define J_MICROSTEPS 128
#define J_OVERCURRENT 2000 #define J_OVERCURRENT 2000
#define J_STALLCURRENT 1500 #define J_STALLCURRENT 1500
@ -3246,7 +3246,7 @@
#define J_SLEW_RATE 1 #define J_SLEW_RATE 1
#endif #endif
#if AXIS_DRIVER_TYPE_K(L6470) #if AXIS_IS_L64XX(K)
#define K_MICROSTEPS 128 #define K_MICROSTEPS 128
#define K_OVERCURRENT 2000 #define K_OVERCURRENT 2000
#define K_STALLCURRENT 1500 #define K_STALLCURRENT 1500

View file

@ -3224,7 +3224,7 @@
#define Z4_SLEW_RATE 1 #define Z4_SLEW_RATE 1
#endif #endif
#if AXIS_DRIVER_TYPE_I(L6470) #if AXIS_IS_L64XX(I)
#define I_MICROSTEPS 128 #define I_MICROSTEPS 128
#define I_OVERCURRENT 2000 #define I_OVERCURRENT 2000
#define I_STALLCURRENT 1500 #define I_STALLCURRENT 1500
@ -3233,7 +3233,7 @@
#define I_SLEW_RATE 1 #define I_SLEW_RATE 1
#endif #endif
#if AXIS_DRIVER_TYPE_J(L6470) #if AXIS_IS_L64XX(J)
#define J_MICROSTEPS 128 #define J_MICROSTEPS 128
#define J_OVERCURRENT 2000 #define J_OVERCURRENT 2000
#define J_STALLCURRENT 1500 #define J_STALLCURRENT 1500
@ -3242,7 +3242,7 @@
#define J_SLEW_RATE 1 #define J_SLEW_RATE 1
#endif #endif
#if AXIS_DRIVER_TYPE_K(L6470) #if AXIS_IS_L64XX(K)
#define K_MICROSTEPS 128 #define K_MICROSTEPS 128
#define K_OVERCURRENT 2000 #define K_OVERCURRENT 2000
#define K_STALLCURRENT 1500 #define K_STALLCURRENT 1500

View file

@ -3224,7 +3224,7 @@
#define Z4_SLEW_RATE 1 #define Z4_SLEW_RATE 1
#endif #endif
#if AXIS_DRIVER_TYPE_I(L6470) #if AXIS_IS_L64XX(I)
#define I_MICROSTEPS 128 #define I_MICROSTEPS 128
#define I_OVERCURRENT 2000 #define I_OVERCURRENT 2000
#define I_STALLCURRENT 1500 #define I_STALLCURRENT 1500
@ -3233,7 +3233,7 @@
#define I_SLEW_RATE 1 #define I_SLEW_RATE 1
#endif #endif
#if AXIS_DRIVER_TYPE_J(L6470) #if AXIS_IS_L64XX(J)
#define J_MICROSTEPS 128 #define J_MICROSTEPS 128
#define J_OVERCURRENT 2000 #define J_OVERCURRENT 2000
#define J_STALLCURRENT 1500 #define J_STALLCURRENT 1500
@ -3242,7 +3242,7 @@
#define J_SLEW_RATE 1 #define J_SLEW_RATE 1
#endif #endif
#if AXIS_DRIVER_TYPE_K(L6470) #if AXIS_IS_L64XX(K)
#define K_MICROSTEPS 128 #define K_MICROSTEPS 128
#define K_OVERCURRENT 2000 #define K_OVERCURRENT 2000
#define K_STALLCURRENT 1500 #define K_STALLCURRENT 1500

View file

@ -3224,7 +3224,7 @@
#define Z4_SLEW_RATE 1 #define Z4_SLEW_RATE 1
#endif #endif
#if AXIS_DRIVER_TYPE_I(L6470) #if AXIS_IS_L64XX(I)
#define I_MICROSTEPS 128 #define I_MICROSTEPS 128
#define I_OVERCURRENT 2000 #define I_OVERCURRENT 2000
#define I_STALLCURRENT 1500 #define I_STALLCURRENT 1500
@ -3233,7 +3233,7 @@
#define I_SLEW_RATE 1 #define I_SLEW_RATE 1
#endif #endif
#if AXIS_DRIVER_TYPE_J(L6470) #if AXIS_IS_L64XX(J)
#define J_MICROSTEPS 128 #define J_MICROSTEPS 128
#define J_OVERCURRENT 2000 #define J_OVERCURRENT 2000
#define J_STALLCURRENT 1500 #define J_STALLCURRENT 1500
@ -3242,7 +3242,7 @@
#define J_SLEW_RATE 1 #define J_SLEW_RATE 1
#endif #endif
#if AXIS_DRIVER_TYPE_K(L6470) #if AXIS_IS_L64XX(K)
#define K_MICROSTEPS 128 #define K_MICROSTEPS 128
#define K_OVERCURRENT 2000 #define K_OVERCURRENT 2000
#define K_STALLCURRENT 1500 #define K_STALLCURRENT 1500

View file

@ -3224,7 +3224,7 @@
#define Z4_SLEW_RATE 1 #define Z4_SLEW_RATE 1
#endif #endif
#if AXIS_DRIVER_TYPE_I(L6470) #if AXIS_IS_L64XX(I)
#define I_MICROSTEPS 128 #define I_MICROSTEPS 128
#define I_OVERCURRENT 2000 #define I_OVERCURRENT 2000
#define I_STALLCURRENT 1500 #define I_STALLCURRENT 1500
@ -3233,7 +3233,7 @@
#define I_SLEW_RATE 1 #define I_SLEW_RATE 1
#endif #endif
#if AXIS_DRIVER_TYPE_J(L6470) #if AXIS_IS_L64XX(J)
#define J_MICROSTEPS 128 #define J_MICROSTEPS 128
#define J_OVERCURRENT 2000 #define J_OVERCURRENT 2000
#define J_STALLCURRENT 1500 #define J_STALLCURRENT 1500
@ -3242,7 +3242,7 @@
#define J_SLEW_RATE 1 #define J_SLEW_RATE 1
#endif #endif
#if AXIS_DRIVER_TYPE_K(L6470) #if AXIS_IS_L64XX(K)
#define K_MICROSTEPS 128 #define K_MICROSTEPS 128
#define K_OVERCURRENT 2000 #define K_OVERCURRENT 2000
#define K_STALLCURRENT 1500 #define K_STALLCURRENT 1500

View file

@ -3224,7 +3224,7 @@
#define Z4_SLEW_RATE 1 #define Z4_SLEW_RATE 1
#endif #endif
#if AXIS_DRIVER_TYPE_I(L6470) #if AXIS_IS_L64XX(I)
#define I_MICROSTEPS 128 #define I_MICROSTEPS 128
#define I_OVERCURRENT 2000 #define I_OVERCURRENT 2000
#define I_STALLCURRENT 1500 #define I_STALLCURRENT 1500
@ -3233,7 +3233,7 @@
#define I_SLEW_RATE 1 #define I_SLEW_RATE 1
#endif #endif
#if AXIS_DRIVER_TYPE_J(L6470) #if AXIS_IS_L64XX(J)
#define J_MICROSTEPS 128 #define J_MICROSTEPS 128
#define J_OVERCURRENT 2000 #define J_OVERCURRENT 2000
#define J_STALLCURRENT 1500 #define J_STALLCURRENT 1500
@ -3242,7 +3242,7 @@
#define J_SLEW_RATE 1 #define J_SLEW_RATE 1
#endif #endif
#if AXIS_DRIVER_TYPE_K(L6470) #if AXIS_IS_L64XX(K)
#define K_MICROSTEPS 128 #define K_MICROSTEPS 128
#define K_OVERCURRENT 2000 #define K_OVERCURRENT 2000
#define K_STALLCURRENT 1500 #define K_STALLCURRENT 1500

View file

@ -3224,7 +3224,7 @@
#define Z4_SLEW_RATE 1 #define Z4_SLEW_RATE 1
#endif #endif
#if AXIS_DRIVER_TYPE_I(L6470) #if AXIS_IS_L64XX(I)
#define I_MICROSTEPS 128 #define I_MICROSTEPS 128
#define I_OVERCURRENT 2000 #define I_OVERCURRENT 2000
#define I_STALLCURRENT 1500 #define I_STALLCURRENT 1500
@ -3233,7 +3233,7 @@
#define I_SLEW_RATE 1 #define I_SLEW_RATE 1
#endif #endif
#if AXIS_DRIVER_TYPE_J(L6470) #if AXIS_IS_L64XX(J)
#define J_MICROSTEPS 128 #define J_MICROSTEPS 128
#define J_OVERCURRENT 2000 #define J_OVERCURRENT 2000
#define J_STALLCURRENT 1500 #define J_STALLCURRENT 1500
@ -3242,7 +3242,7 @@
#define J_SLEW_RATE 1 #define J_SLEW_RATE 1
#endif #endif
#if AXIS_DRIVER_TYPE_K(L6470) #if AXIS_IS_L64XX(K)
#define K_MICROSTEPS 128 #define K_MICROSTEPS 128
#define K_OVERCURRENT 2000 #define K_OVERCURRENT 2000
#define K_STALLCURRENT 1500 #define K_STALLCURRENT 1500

View file

@ -3224,7 +3224,7 @@
#define Z4_SLEW_RATE 1 #define Z4_SLEW_RATE 1
#endif #endif
#if AXIS_DRIVER_TYPE_I(L6470) #if AXIS_IS_L64XX(I)
#define I_MICROSTEPS 128 #define I_MICROSTEPS 128
#define I_OVERCURRENT 2000 #define I_OVERCURRENT 2000
#define I_STALLCURRENT 1500 #define I_STALLCURRENT 1500
@ -3233,7 +3233,7 @@
#define I_SLEW_RATE 1 #define I_SLEW_RATE 1
#endif #endif
#if AXIS_DRIVER_TYPE_J(L6470) #if AXIS_IS_L64XX(J)
#define J_MICROSTEPS 128 #define J_MICROSTEPS 128
#define J_OVERCURRENT 2000 #define J_OVERCURRENT 2000
#define J_STALLCURRENT 1500 #define J_STALLCURRENT 1500
@ -3242,7 +3242,7 @@
#define J_SLEW_RATE 1 #define J_SLEW_RATE 1
#endif #endif
#if AXIS_DRIVER_TYPE_K(L6470) #if AXIS_IS_L64XX(K)
#define K_MICROSTEPS 128 #define K_MICROSTEPS 128
#define K_OVERCURRENT 2000 #define K_OVERCURRENT 2000
#define K_STALLCURRENT 1500 #define K_STALLCURRENT 1500

View file

@ -3224,7 +3224,7 @@
#define Z4_SLEW_RATE 1 #define Z4_SLEW_RATE 1
#endif #endif
#if AXIS_DRIVER_TYPE_I(L6470) #if AXIS_IS_L64XX(I)
#define I_MICROSTEPS 128 #define I_MICROSTEPS 128
#define I_OVERCURRENT 2000 #define I_OVERCURRENT 2000
#define I_STALLCURRENT 1500 #define I_STALLCURRENT 1500
@ -3233,7 +3233,7 @@
#define I_SLEW_RATE 1 #define I_SLEW_RATE 1
#endif #endif
#if AXIS_DRIVER_TYPE_J(L6470) #if AXIS_IS_L64XX(J)
#define J_MICROSTEPS 128 #define J_MICROSTEPS 128
#define J_OVERCURRENT 2000 #define J_OVERCURRENT 2000
#define J_STALLCURRENT 1500 #define J_STALLCURRENT 1500
@ -3242,7 +3242,7 @@
#define J_SLEW_RATE 1 #define J_SLEW_RATE 1
#endif #endif
#if AXIS_DRIVER_TYPE_K(L6470) #if AXIS_IS_L64XX(K)
#define K_MICROSTEPS 128 #define K_MICROSTEPS 128
#define K_OVERCURRENT 2000 #define K_OVERCURRENT 2000
#define K_STALLCURRENT 1500 #define K_STALLCURRENT 1500

View file

@ -3224,7 +3224,7 @@
#define Z4_SLEW_RATE 1 #define Z4_SLEW_RATE 1
#endif #endif
#if AXIS_DRIVER_TYPE_I(L6470) #if AXIS_IS_L64XX(I)
#define I_MICROSTEPS 128 #define I_MICROSTEPS 128
#define I_OVERCURRENT 2000 #define I_OVERCURRENT 2000
#define I_STALLCURRENT 1500 #define I_STALLCURRENT 1500
@ -3233,7 +3233,7 @@
#define I_SLEW_RATE 1 #define I_SLEW_RATE 1
#endif #endif
#if AXIS_DRIVER_TYPE_J(L6470) #if AXIS_IS_L64XX(J)
#define J_MICROSTEPS 128 #define J_MICROSTEPS 128
#define J_OVERCURRENT 2000 #define J_OVERCURRENT 2000
#define J_STALLCURRENT 1500 #define J_STALLCURRENT 1500
@ -3242,7 +3242,7 @@
#define J_SLEW_RATE 1 #define J_SLEW_RATE 1
#endif #endif
#if AXIS_DRIVER_TYPE_K(L6470) #if AXIS_IS_L64XX(K)
#define K_MICROSTEPS 128 #define K_MICROSTEPS 128
#define K_OVERCURRENT 2000 #define K_OVERCURRENT 2000
#define K_STALLCURRENT 1500 #define K_STALLCURRENT 1500

View file

@ -3217,7 +3217,7 @@
#define Z4_SLEW_RATE 1 #define Z4_SLEW_RATE 1
#endif #endif
#if AXIS_DRIVER_TYPE_I(L6470) #if AXIS_IS_L64XX(I)
#define I_MICROSTEPS 128 #define I_MICROSTEPS 128
#define I_OVERCURRENT 2000 #define I_OVERCURRENT 2000
#define I_STALLCURRENT 1500 #define I_STALLCURRENT 1500
@ -3226,7 +3226,7 @@
#define I_SLEW_RATE 1 #define I_SLEW_RATE 1
#endif #endif
#if AXIS_DRIVER_TYPE_J(L6470) #if AXIS_IS_L64XX(J)
#define J_MICROSTEPS 128 #define J_MICROSTEPS 128
#define J_OVERCURRENT 2000 #define J_OVERCURRENT 2000
#define J_STALLCURRENT 1500 #define J_STALLCURRENT 1500
@ -3235,7 +3235,7 @@
#define J_SLEW_RATE 1 #define J_SLEW_RATE 1
#endif #endif
#if AXIS_DRIVER_TYPE_K(L6470) #if AXIS_IS_L64XX(K)
#define K_MICROSTEPS 128 #define K_MICROSTEPS 128
#define K_OVERCURRENT 2000 #define K_OVERCURRENT 2000
#define K_STALLCURRENT 1500 #define K_STALLCURRENT 1500

View file

@ -3224,7 +3224,7 @@
#define Z4_SLEW_RATE 1 #define Z4_SLEW_RATE 1
#endif #endif
#if AXIS_DRIVER_TYPE_I(L6470) #if AXIS_IS_L64XX(I)
#define I_MICROSTEPS 128 #define I_MICROSTEPS 128
#define I_OVERCURRENT 2000 #define I_OVERCURRENT 2000
#define I_STALLCURRENT 1500 #define I_STALLCURRENT 1500
@ -3233,7 +3233,7 @@
#define I_SLEW_RATE 1 #define I_SLEW_RATE 1
#endif #endif
#if AXIS_DRIVER_TYPE_J(L6470) #if AXIS_IS_L64XX(J)
#define J_MICROSTEPS 128 #define J_MICROSTEPS 128
#define J_OVERCURRENT 2000 #define J_OVERCURRENT 2000
#define J_STALLCURRENT 1500 #define J_STALLCURRENT 1500
@ -3242,7 +3242,7 @@
#define J_SLEW_RATE 1 #define J_SLEW_RATE 1
#endif #endif
#if AXIS_DRIVER_TYPE_K(L6470) #if AXIS_IS_L64XX(K)
#define K_MICROSTEPS 128 #define K_MICROSTEPS 128
#define K_OVERCURRENT 2000 #define K_OVERCURRENT 2000
#define K_STALLCURRENT 1500 #define K_STALLCURRENT 1500

View file

@ -3224,7 +3224,7 @@
#define Z4_SLEW_RATE 1 #define Z4_SLEW_RATE 1
#endif #endif
#if AXIS_DRIVER_TYPE_I(L6470) #if AXIS_IS_L64XX(I)
#define I_MICROSTEPS 128 #define I_MICROSTEPS 128
#define I_OVERCURRENT 2000 #define I_OVERCURRENT 2000
#define I_STALLCURRENT 1500 #define I_STALLCURRENT 1500
@ -3233,7 +3233,7 @@
#define I_SLEW_RATE 1 #define I_SLEW_RATE 1
#endif #endif
#if AXIS_DRIVER_TYPE_J(L6470) #if AXIS_IS_L64XX(J)
#define J_MICROSTEPS 128 #define J_MICROSTEPS 128
#define J_OVERCURRENT 2000 #define J_OVERCURRENT 2000
#define J_STALLCURRENT 1500 #define J_STALLCURRENT 1500
@ -3242,7 +3242,7 @@
#define J_SLEW_RATE 1 #define J_SLEW_RATE 1
#endif #endif
#if AXIS_DRIVER_TYPE_K(L6470) #if AXIS_IS_L64XX(K)
#define K_MICROSTEPS 128 #define K_MICROSTEPS 128
#define K_OVERCURRENT 2000 #define K_OVERCURRENT 2000
#define K_STALLCURRENT 1500 #define K_STALLCURRENT 1500

View file

@ -3224,7 +3224,7 @@
#define Z4_SLEW_RATE 1 #define Z4_SLEW_RATE 1
#endif #endif
#if AXIS_DRIVER_TYPE_I(L6470) #if AXIS_IS_L64XX(I)
#define I_MICROSTEPS 128 #define I_MICROSTEPS 128
#define I_OVERCURRENT 2000 #define I_OVERCURRENT 2000
#define I_STALLCURRENT 1500 #define I_STALLCURRENT 1500
@ -3233,7 +3233,7 @@
#define I_SLEW_RATE 1 #define I_SLEW_RATE 1
#endif #endif
#if AXIS_DRIVER_TYPE_J(L6470) #if AXIS_IS_L64XX(J)
#define J_MICROSTEPS 128 #define J_MICROSTEPS 128
#define J_OVERCURRENT 2000 #define J_OVERCURRENT 2000
#define J_STALLCURRENT 1500 #define J_STALLCURRENT 1500
@ -3242,7 +3242,7 @@
#define J_SLEW_RATE 1 #define J_SLEW_RATE 1
#endif #endif
#if AXIS_DRIVER_TYPE_K(L6470) #if AXIS_IS_L64XX(K)
#define K_MICROSTEPS 128 #define K_MICROSTEPS 128
#define K_OVERCURRENT 2000 #define K_OVERCURRENT 2000
#define K_STALLCURRENT 1500 #define K_STALLCURRENT 1500

View file

@ -3225,7 +3225,7 @@
#define Z4_SLEW_RATE 1 #define Z4_SLEW_RATE 1
#endif #endif
#if AXIS_DRIVER_TYPE_I(L6470) #if AXIS_IS_L64XX(I)
#define I_MICROSTEPS 128 #define I_MICROSTEPS 128
#define I_OVERCURRENT 2000 #define I_OVERCURRENT 2000
#define I_STALLCURRENT 1500 #define I_STALLCURRENT 1500
@ -3234,7 +3234,7 @@
#define I_SLEW_RATE 1 #define I_SLEW_RATE 1
#endif #endif
#if AXIS_DRIVER_TYPE_J(L6470) #if AXIS_IS_L64XX(J)
#define J_MICROSTEPS 128 #define J_MICROSTEPS 128
#define J_OVERCURRENT 2000 #define J_OVERCURRENT 2000
#define J_STALLCURRENT 1500 #define J_STALLCURRENT 1500
@ -3243,7 +3243,7 @@
#define J_SLEW_RATE 1 #define J_SLEW_RATE 1
#endif #endif
#if AXIS_DRIVER_TYPE_K(L6470) #if AXIS_IS_L64XX(K)
#define K_MICROSTEPS 128 #define K_MICROSTEPS 128
#define K_OVERCURRENT 2000 #define K_OVERCURRENT 2000
#define K_STALLCURRENT 1500 #define K_STALLCURRENT 1500

View file

@ -3224,7 +3224,7 @@
#define Z4_SLEW_RATE 1 #define Z4_SLEW_RATE 1
#endif #endif
#if AXIS_DRIVER_TYPE_I(L6470) #if AXIS_IS_L64XX(I)
#define I_MICROSTEPS 128 #define I_MICROSTEPS 128
#define I_OVERCURRENT 2000 #define I_OVERCURRENT 2000
#define I_STALLCURRENT 1500 #define I_STALLCURRENT 1500
@ -3233,7 +3233,7 @@
#define I_SLEW_RATE 1 #define I_SLEW_RATE 1
#endif #endif
#if AXIS_DRIVER_TYPE_J(L6470) #if AXIS_IS_L64XX(J)
#define J_MICROSTEPS 128 #define J_MICROSTEPS 128
#define J_OVERCURRENT 2000 #define J_OVERCURRENT 2000
#define J_STALLCURRENT 1500 #define J_STALLCURRENT 1500
@ -3242,7 +3242,7 @@
#define J_SLEW_RATE 1 #define J_SLEW_RATE 1
#endif #endif
#if AXIS_DRIVER_TYPE_K(L6470) #if AXIS_IS_L64XX(K)
#define K_MICROSTEPS 128 #define K_MICROSTEPS 128
#define K_OVERCURRENT 2000 #define K_OVERCURRENT 2000
#define K_STALLCURRENT 1500 #define K_STALLCURRENT 1500

View file

@ -3232,7 +3232,7 @@
#define Z4_SLEW_RATE 1 #define Z4_SLEW_RATE 1
#endif #endif
#if AXIS_DRIVER_TYPE_I(L6470) #if AXIS_IS_L64XX(I)
#define I_MICROSTEPS 128 #define I_MICROSTEPS 128
#define I_OVERCURRENT 2000 #define I_OVERCURRENT 2000
#define I_STALLCURRENT 1500 #define I_STALLCURRENT 1500
@ -3241,7 +3241,7 @@
#define I_SLEW_RATE 1 #define I_SLEW_RATE 1
#endif #endif
#if AXIS_DRIVER_TYPE_J(L6470) #if AXIS_IS_L64XX(J)
#define J_MICROSTEPS 128 #define J_MICROSTEPS 128
#define J_OVERCURRENT 2000 #define J_OVERCURRENT 2000
#define J_STALLCURRENT 1500 #define J_STALLCURRENT 1500
@ -3250,7 +3250,7 @@
#define J_SLEW_RATE 1 #define J_SLEW_RATE 1
#endif #endif
#if AXIS_DRIVER_TYPE_K(L6470) #if AXIS_IS_L64XX(K)
#define K_MICROSTEPS 128 #define K_MICROSTEPS 128
#define K_OVERCURRENT 2000 #define K_OVERCURRENT 2000
#define K_STALLCURRENT 1500 #define K_STALLCURRENT 1500

View file

@ -3224,7 +3224,7 @@
#define Z4_SLEW_RATE 1 #define Z4_SLEW_RATE 1
#endif #endif
#if AXIS_DRIVER_TYPE_I(L6470) #if AXIS_IS_L64XX(I)
#define I_MICROSTEPS 128 #define I_MICROSTEPS 128
#define I_OVERCURRENT 2000 #define I_OVERCURRENT 2000
#define I_STALLCURRENT 1500 #define I_STALLCURRENT 1500
@ -3233,7 +3233,7 @@
#define I_SLEW_RATE 1 #define I_SLEW_RATE 1
#endif #endif
#if AXIS_DRIVER_TYPE_J(L6470) #if AXIS_IS_L64XX(J)
#define J_MICROSTEPS 128 #define J_MICROSTEPS 128
#define J_OVERCURRENT 2000 #define J_OVERCURRENT 2000
#define J_STALLCURRENT 1500 #define J_STALLCURRENT 1500
@ -3242,7 +3242,7 @@
#define J_SLEW_RATE 1 #define J_SLEW_RATE 1
#endif #endif
#if AXIS_DRIVER_TYPE_K(L6470) #if AXIS_IS_L64XX(K)
#define K_MICROSTEPS 128 #define K_MICROSTEPS 128
#define K_OVERCURRENT 2000 #define K_OVERCURRENT 2000
#define K_STALLCURRENT 1500 #define K_STALLCURRENT 1500

View file

@ -3224,7 +3224,7 @@
#define Z4_SLEW_RATE 1 #define Z4_SLEW_RATE 1
#endif #endif
#if AXIS_DRIVER_TYPE_I(L6470) #if AXIS_IS_L64XX(I)
#define I_MICROSTEPS 128 #define I_MICROSTEPS 128
#define I_OVERCURRENT 2000 #define I_OVERCURRENT 2000
#define I_STALLCURRENT 1500 #define I_STALLCURRENT 1500
@ -3233,7 +3233,7 @@
#define I_SLEW_RATE 1 #define I_SLEW_RATE 1
#endif #endif
#if AXIS_DRIVER_TYPE_J(L6470) #if AXIS_IS_L64XX(J)
#define J_MICROSTEPS 128 #define J_MICROSTEPS 128
#define J_OVERCURRENT 2000 #define J_OVERCURRENT 2000
#define J_STALLCURRENT 1500 #define J_STALLCURRENT 1500
@ -3242,7 +3242,7 @@
#define J_SLEW_RATE 1 #define J_SLEW_RATE 1
#endif #endif
#if AXIS_DRIVER_TYPE_K(L6470) #if AXIS_IS_L64XX(K)
#define K_MICROSTEPS 128 #define K_MICROSTEPS 128
#define K_OVERCURRENT 2000 #define K_OVERCURRENT 2000
#define K_STALLCURRENT 1500 #define K_STALLCURRENT 1500

View file

@ -3224,7 +3224,7 @@
#define Z4_SLEW_RATE 1 #define Z4_SLEW_RATE 1
#endif #endif
#if AXIS_DRIVER_TYPE_I(L6470) #if AXIS_IS_L64XX(I)
#define I_MICROSTEPS 128 #define I_MICROSTEPS 128
#define I_OVERCURRENT 2000 #define I_OVERCURRENT 2000
#define I_STALLCURRENT 1500 #define I_STALLCURRENT 1500
@ -3233,7 +3233,7 @@
#define I_SLEW_RATE 1 #define I_SLEW_RATE 1
#endif #endif
#if AXIS_DRIVER_TYPE_J(L6470) #if AXIS_IS_L64XX(J)
#define J_MICROSTEPS 128 #define J_MICROSTEPS 128
#define J_OVERCURRENT 2000 #define J_OVERCURRENT 2000
#define J_STALLCURRENT 1500 #define J_STALLCURRENT 1500
@ -3242,7 +3242,7 @@
#define J_SLEW_RATE 1 #define J_SLEW_RATE 1
#endif #endif
#if AXIS_DRIVER_TYPE_K(L6470) #if AXIS_IS_L64XX(K)
#define K_MICROSTEPS 128 #define K_MICROSTEPS 128
#define K_OVERCURRENT 2000 #define K_OVERCURRENT 2000
#define K_STALLCURRENT 1500 #define K_STALLCURRENT 1500

View file

@ -3224,7 +3224,7 @@
#define Z4_SLEW_RATE 1 #define Z4_SLEW_RATE 1
#endif #endif
#if AXIS_DRIVER_TYPE_I(L6470) #if AXIS_IS_L64XX(I)
#define I_MICROSTEPS 128 #define I_MICROSTEPS 128
#define I_OVERCURRENT 2000 #define I_OVERCURRENT 2000
#define I_STALLCURRENT 1500 #define I_STALLCURRENT 1500
@ -3233,7 +3233,7 @@
#define I_SLEW_RATE 1 #define I_SLEW_RATE 1
#endif #endif
#if AXIS_DRIVER_TYPE_J(L6470) #if AXIS_IS_L64XX(J)
#define J_MICROSTEPS 128 #define J_MICROSTEPS 128
#define J_OVERCURRENT 2000 #define J_OVERCURRENT 2000
#define J_STALLCURRENT 1500 #define J_STALLCURRENT 1500
@ -3242,7 +3242,7 @@
#define J_SLEW_RATE 1 #define J_SLEW_RATE 1
#endif #endif
#if AXIS_DRIVER_TYPE_K(L6470) #if AXIS_IS_L64XX(K)
#define K_MICROSTEPS 128 #define K_MICROSTEPS 128
#define K_OVERCURRENT 2000 #define K_OVERCURRENT 2000
#define K_STALLCURRENT 1500 #define K_STALLCURRENT 1500

View file

@ -3224,7 +3224,7 @@
#define Z4_SLEW_RATE 1 #define Z4_SLEW_RATE 1
#endif #endif
#if AXIS_DRIVER_TYPE_I(L6470) #if AXIS_IS_L64XX(I)
#define I_MICROSTEPS 128 #define I_MICROSTEPS 128
#define I_OVERCURRENT 2000 #define I_OVERCURRENT 2000
#define I_STALLCURRENT 1500 #define I_STALLCURRENT 1500
@ -3233,7 +3233,7 @@
#define I_SLEW_RATE 1 #define I_SLEW_RATE 1
#endif #endif
#if AXIS_DRIVER_TYPE_J(L6470) #if AXIS_IS_L64XX(J)
#define J_MICROSTEPS 128 #define J_MICROSTEPS 128
#define J_OVERCURRENT 2000 #define J_OVERCURRENT 2000
#define J_STALLCURRENT 1500 #define J_STALLCURRENT 1500
@ -3242,7 +3242,7 @@
#define J_SLEW_RATE 1 #define J_SLEW_RATE 1
#endif #endif
#if AXIS_DRIVER_TYPE_K(L6470) #if AXIS_IS_L64XX(K)
#define K_MICROSTEPS 128 #define K_MICROSTEPS 128
#define K_OVERCURRENT 2000 #define K_OVERCURRENT 2000
#define K_STALLCURRENT 1500 #define K_STALLCURRENT 1500

View file

@ -3224,7 +3224,7 @@
#define Z4_SLEW_RATE 1 #define Z4_SLEW_RATE 1
#endif #endif
#if AXIS_DRIVER_TYPE_I(L6470) #if AXIS_IS_L64XX(I)
#define I_MICROSTEPS 128 #define I_MICROSTEPS 128
#define I_OVERCURRENT 2000 #define I_OVERCURRENT 2000
#define I_STALLCURRENT 1500 #define I_STALLCURRENT 1500
@ -3233,7 +3233,7 @@
#define I_SLEW_RATE 1 #define I_SLEW_RATE 1
#endif #endif
#if AXIS_DRIVER_TYPE_J(L6470) #if AXIS_IS_L64XX(J)
#define J_MICROSTEPS 128 #define J_MICROSTEPS 128
#define J_OVERCURRENT 2000 #define J_OVERCURRENT 2000
#define J_STALLCURRENT 1500 #define J_STALLCURRENT 1500
@ -3242,7 +3242,7 @@
#define J_SLEW_RATE 1 #define J_SLEW_RATE 1
#endif #endif
#if AXIS_DRIVER_TYPE_K(L6470) #if AXIS_IS_L64XX(K)
#define K_MICROSTEPS 128 #define K_MICROSTEPS 128
#define K_OVERCURRENT 2000 #define K_OVERCURRENT 2000
#define K_STALLCURRENT 1500 #define K_STALLCURRENT 1500

View file

@ -3224,7 +3224,7 @@
#define Z4_SLEW_RATE 1 #define Z4_SLEW_RATE 1
#endif #endif
#if AXIS_DRIVER_TYPE_I(L6470) #if AXIS_IS_L64XX(I)
#define I_MICROSTEPS 128 #define I_MICROSTEPS 128
#define I_OVERCURRENT 2000 #define I_OVERCURRENT 2000
#define I_STALLCURRENT 1500 #define I_STALLCURRENT 1500
@ -3233,7 +3233,7 @@
#define I_SLEW_RATE 1 #define I_SLEW_RATE 1
#endif #endif
#if AXIS_DRIVER_TYPE_J(L6470) #if AXIS_IS_L64XX(J)
#define J_MICROSTEPS 128 #define J_MICROSTEPS 128
#define J_OVERCURRENT 2000 #define J_OVERCURRENT 2000
#define J_STALLCURRENT 1500 #define J_STALLCURRENT 1500
@ -3242,7 +3242,7 @@
#define J_SLEW_RATE 1 #define J_SLEW_RATE 1
#endif #endif
#if AXIS_DRIVER_TYPE_K(L6470) #if AXIS_IS_L64XX(K)
#define K_MICROSTEPS 128 #define K_MICROSTEPS 128
#define K_OVERCURRENT 2000 #define K_OVERCURRENT 2000
#define K_STALLCURRENT 1500 #define K_STALLCURRENT 1500

View file

@ -3224,7 +3224,7 @@
#define Z4_SLEW_RATE 1 #define Z4_SLEW_RATE 1
#endif #endif
#if AXIS_DRIVER_TYPE_I(L6470) #if AXIS_IS_L64XX(I)
#define I_MICROSTEPS 128 #define I_MICROSTEPS 128
#define I_OVERCURRENT 2000 #define I_OVERCURRENT 2000
#define I_STALLCURRENT 1500 #define I_STALLCURRENT 1500
@ -3233,7 +3233,7 @@
#define I_SLEW_RATE 1 #define I_SLEW_RATE 1
#endif #endif
#if AXIS_DRIVER_TYPE_J(L6470) #if AXIS_IS_L64XX(J)
#define J_MICROSTEPS 128 #define J_MICROSTEPS 128
#define J_OVERCURRENT 2000 #define J_OVERCURRENT 2000
#define J_STALLCURRENT 1500 #define J_STALLCURRENT 1500
@ -3242,7 +3242,7 @@
#define J_SLEW_RATE 1 #define J_SLEW_RATE 1
#endif #endif
#if AXIS_DRIVER_TYPE_K(L6470) #if AXIS_IS_L64XX(K)
#define K_MICROSTEPS 128 #define K_MICROSTEPS 128
#define K_OVERCURRENT 2000 #define K_OVERCURRENT 2000
#define K_STALLCURRENT 1500 #define K_STALLCURRENT 1500

View file

@ -3224,7 +3224,7 @@
#define Z4_SLEW_RATE 1 #define Z4_SLEW_RATE 1
#endif #endif
#if AXIS_DRIVER_TYPE_I(L6470) #if AXIS_IS_L64XX(I)
#define I_MICROSTEPS 128 #define I_MICROSTEPS 128
#define I_OVERCURRENT 2000 #define I_OVERCURRENT 2000
#define I_STALLCURRENT 1500 #define I_STALLCURRENT 1500
@ -3233,7 +3233,7 @@
#define I_SLEW_RATE 1 #define I_SLEW_RATE 1
#endif #endif
#if AXIS_DRIVER_TYPE_J(L6470) #if AXIS_IS_L64XX(J)
#define J_MICROSTEPS 128 #define J_MICROSTEPS 128
#define J_OVERCURRENT 2000 #define J_OVERCURRENT 2000
#define J_STALLCURRENT 1500 #define J_STALLCURRENT 1500
@ -3242,7 +3242,7 @@
#define J_SLEW_RATE 1 #define J_SLEW_RATE 1
#endif #endif
#if AXIS_DRIVER_TYPE_K(L6470) #if AXIS_IS_L64XX(K)
#define K_MICROSTEPS 128 #define K_MICROSTEPS 128
#define K_OVERCURRENT 2000 #define K_OVERCURRENT 2000
#define K_STALLCURRENT 1500 #define K_STALLCURRENT 1500

View file

@ -3224,7 +3224,7 @@
#define Z4_SLEW_RATE 1 #define Z4_SLEW_RATE 1
#endif #endif
#if AXIS_DRIVER_TYPE_I(L6470) #if AXIS_IS_L64XX(I)
#define I_MICROSTEPS 128 #define I_MICROSTEPS 128
#define I_OVERCURRENT 2000 #define I_OVERCURRENT 2000
#define I_STALLCURRENT 1500 #define I_STALLCURRENT 1500
@ -3233,7 +3233,7 @@
#define I_SLEW_RATE 1 #define I_SLEW_RATE 1
#endif #endif
#if AXIS_DRIVER_TYPE_J(L6470) #if AXIS_IS_L64XX(J)
#define J_MICROSTEPS 128 #define J_MICROSTEPS 128
#define J_OVERCURRENT 2000 #define J_OVERCURRENT 2000
#define J_STALLCURRENT 1500 #define J_STALLCURRENT 1500
@ -3242,7 +3242,7 @@
#define J_SLEW_RATE 1 #define J_SLEW_RATE 1
#endif #endif
#if AXIS_DRIVER_TYPE_K(L6470) #if AXIS_IS_L64XX(K)
#define K_MICROSTEPS 128 #define K_MICROSTEPS 128
#define K_OVERCURRENT 2000 #define K_OVERCURRENT 2000
#define K_STALLCURRENT 1500 #define K_STALLCURRENT 1500

View file

@ -3230,7 +3230,7 @@
#define Z4_SLEW_RATE 1 #define Z4_SLEW_RATE 1
#endif #endif
#if AXIS_DRIVER_TYPE_I(L6470) #if AXIS_IS_L64XX(I)
#define I_MICROSTEPS 128 #define I_MICROSTEPS 128
#define I_OVERCURRENT 2000 #define I_OVERCURRENT 2000
#define I_STALLCURRENT 1500 #define I_STALLCURRENT 1500
@ -3239,7 +3239,7 @@
#define I_SLEW_RATE 1 #define I_SLEW_RATE 1
#endif #endif
#if AXIS_DRIVER_TYPE_J(L6470) #if AXIS_IS_L64XX(J)
#define J_MICROSTEPS 128 #define J_MICROSTEPS 128
#define J_OVERCURRENT 2000 #define J_OVERCURRENT 2000
#define J_STALLCURRENT 1500 #define J_STALLCURRENT 1500
@ -3248,7 +3248,7 @@
#define J_SLEW_RATE 1 #define J_SLEW_RATE 1
#endif #endif
#if AXIS_DRIVER_TYPE_K(L6470) #if AXIS_IS_L64XX(K)
#define K_MICROSTEPS 128 #define K_MICROSTEPS 128
#define K_OVERCURRENT 2000 #define K_OVERCURRENT 2000
#define K_STALLCURRENT 1500 #define K_STALLCURRENT 1500

View file

@ -3232,7 +3232,7 @@
#define Z4_SLEW_RATE 1 #define Z4_SLEW_RATE 1
#endif #endif
#if AXIS_DRIVER_TYPE_I(L6470) #if AXIS_IS_L64XX(I)
#define I_MICROSTEPS 128 #define I_MICROSTEPS 128
#define I_OVERCURRENT 2000 #define I_OVERCURRENT 2000
#define I_STALLCURRENT 1500 #define I_STALLCURRENT 1500
@ -3241,7 +3241,7 @@
#define I_SLEW_RATE 1 #define I_SLEW_RATE 1
#endif #endif
#if AXIS_DRIVER_TYPE_J(L6470) #if AXIS_IS_L64XX(J)
#define J_MICROSTEPS 128 #define J_MICROSTEPS 128
#define J_OVERCURRENT 2000 #define J_OVERCURRENT 2000
#define J_STALLCURRENT 1500 #define J_STALLCURRENT 1500
@ -3250,7 +3250,7 @@
#define J_SLEW_RATE 1 #define J_SLEW_RATE 1
#endif #endif
#if AXIS_DRIVER_TYPE_K(L6470) #if AXIS_IS_L64XX(K)
#define K_MICROSTEPS 128 #define K_MICROSTEPS 128
#define K_OVERCURRENT 2000 #define K_OVERCURRENT 2000
#define K_STALLCURRENT 1500 #define K_STALLCURRENT 1500

View file

@ -3224,7 +3224,7 @@
#define Z4_SLEW_RATE 1 #define Z4_SLEW_RATE 1
#endif #endif
#if AXIS_DRIVER_TYPE_I(L6470) #if AXIS_IS_L64XX(I)
#define I_MICROSTEPS 128 #define I_MICROSTEPS 128
#define I_OVERCURRENT 2000 #define I_OVERCURRENT 2000
#define I_STALLCURRENT 1500 #define I_STALLCURRENT 1500
@ -3233,7 +3233,7 @@
#define I_SLEW_RATE 1 #define I_SLEW_RATE 1
#endif #endif
#if AXIS_DRIVER_TYPE_J(L6470) #if AXIS_IS_L64XX(J)
#define J_MICROSTEPS 128 #define J_MICROSTEPS 128
#define J_OVERCURRENT 2000 #define J_OVERCURRENT 2000
#define J_STALLCURRENT 1500 #define J_STALLCURRENT 1500
@ -3242,7 +3242,7 @@
#define J_SLEW_RATE 1 #define J_SLEW_RATE 1
#endif #endif
#if AXIS_DRIVER_TYPE_K(L6470) #if AXIS_IS_L64XX(K)
#define K_MICROSTEPS 128 #define K_MICROSTEPS 128
#define K_OVERCURRENT 2000 #define K_OVERCURRENT 2000
#define K_STALLCURRENT 1500 #define K_STALLCURRENT 1500

View file

@ -3224,7 +3224,7 @@
#define Z4_SLEW_RATE 1 #define Z4_SLEW_RATE 1
#endif #endif
#if AXIS_DRIVER_TYPE_I(L6470) #if AXIS_IS_L64XX(I)
#define I_MICROSTEPS 128 #define I_MICROSTEPS 128
#define I_OVERCURRENT 2000 #define I_OVERCURRENT 2000
#define I_STALLCURRENT 1500 #define I_STALLCURRENT 1500
@ -3233,7 +3233,7 @@
#define I_SLEW_RATE 1 #define I_SLEW_RATE 1
#endif #endif
#if AXIS_DRIVER_TYPE_J(L6470) #if AXIS_IS_L64XX(J)
#define J_MICROSTEPS 128 #define J_MICROSTEPS 128
#define J_OVERCURRENT 2000 #define J_OVERCURRENT 2000
#define J_STALLCURRENT 1500 #define J_STALLCURRENT 1500
@ -3242,7 +3242,7 @@
#define J_SLEW_RATE 1 #define J_SLEW_RATE 1
#endif #endif
#if AXIS_DRIVER_TYPE_K(L6470) #if AXIS_IS_L64XX(K)
#define K_MICROSTEPS 128 #define K_MICROSTEPS 128
#define K_OVERCURRENT 2000 #define K_OVERCURRENT 2000
#define K_STALLCURRENT 1500 #define K_STALLCURRENT 1500

View file

@ -3224,7 +3224,7 @@
#define Z4_SLEW_RATE 1 #define Z4_SLEW_RATE 1
#endif #endif
#if AXIS_DRIVER_TYPE_I(L6470) #if AXIS_IS_L64XX(I)
#define I_MICROSTEPS 128 #define I_MICROSTEPS 128
#define I_OVERCURRENT 2000 #define I_OVERCURRENT 2000
#define I_STALLCURRENT 1500 #define I_STALLCURRENT 1500
@ -3233,7 +3233,7 @@
#define I_SLEW_RATE 1 #define I_SLEW_RATE 1
#endif #endif
#if AXIS_DRIVER_TYPE_J(L6470) #if AXIS_IS_L64XX(J)
#define J_MICROSTEPS 128 #define J_MICROSTEPS 128
#define J_OVERCURRENT 2000 #define J_OVERCURRENT 2000
#define J_STALLCURRENT 1500 #define J_STALLCURRENT 1500
@ -3242,7 +3242,7 @@
#define J_SLEW_RATE 1 #define J_SLEW_RATE 1
#endif #endif
#if AXIS_DRIVER_TYPE_K(L6470) #if AXIS_IS_L64XX(K)
#define K_MICROSTEPS 128 #define K_MICROSTEPS 128
#define K_OVERCURRENT 2000 #define K_OVERCURRENT 2000
#define K_STALLCURRENT 1500 #define K_STALLCURRENT 1500

View file

@ -3224,7 +3224,7 @@
#define Z4_SLEW_RATE 1 #define Z4_SLEW_RATE 1
#endif #endif
#if AXIS_DRIVER_TYPE_I(L6470) #if AXIS_IS_L64XX(I)
#define I_MICROSTEPS 128 #define I_MICROSTEPS 128
#define I_OVERCURRENT 2000 #define I_OVERCURRENT 2000
#define I_STALLCURRENT 1500 #define I_STALLCURRENT 1500
@ -3233,7 +3233,7 @@
#define I_SLEW_RATE 1 #define I_SLEW_RATE 1
#endif #endif
#if AXIS_DRIVER_TYPE_J(L6470) #if AXIS_IS_L64XX(J)
#define J_MICROSTEPS 128 #define J_MICROSTEPS 128
#define J_OVERCURRENT 2000 #define J_OVERCURRENT 2000
#define J_STALLCURRENT 1500 #define J_STALLCURRENT 1500
@ -3242,7 +3242,7 @@
#define J_SLEW_RATE 1 #define J_SLEW_RATE 1
#endif #endif
#if AXIS_DRIVER_TYPE_K(L6470) #if AXIS_IS_L64XX(K)
#define K_MICROSTEPS 128 #define K_MICROSTEPS 128
#define K_OVERCURRENT 2000 #define K_OVERCURRENT 2000
#define K_STALLCURRENT 1500 #define K_STALLCURRENT 1500

View file

@ -3224,7 +3224,7 @@
#define Z4_SLEW_RATE 1 #define Z4_SLEW_RATE 1
#endif #endif
#if AXIS_DRIVER_TYPE_I(L6470) #if AXIS_IS_L64XX(I)
#define I_MICROSTEPS 128 #define I_MICROSTEPS 128
#define I_OVERCURRENT 2000 #define I_OVERCURRENT 2000
#define I_STALLCURRENT 1500 #define I_STALLCURRENT 1500
@ -3233,7 +3233,7 @@
#define I_SLEW_RATE 1 #define I_SLEW_RATE 1
#endif #endif
#if AXIS_DRIVER_TYPE_J(L6470) #if AXIS_IS_L64XX(J)
#define J_MICROSTEPS 128 #define J_MICROSTEPS 128
#define J_OVERCURRENT 2000 #define J_OVERCURRENT 2000
#define J_STALLCURRENT 1500 #define J_STALLCURRENT 1500
@ -3242,7 +3242,7 @@
#define J_SLEW_RATE 1 #define J_SLEW_RATE 1
#endif #endif
#if AXIS_DRIVER_TYPE_K(L6470) #if AXIS_IS_L64XX(K)
#define K_MICROSTEPS 128 #define K_MICROSTEPS 128
#define K_OVERCURRENT 2000 #define K_OVERCURRENT 2000
#define K_STALLCURRENT 1500 #define K_STALLCURRENT 1500

View file

@ -3224,7 +3224,7 @@
#define Z4_SLEW_RATE 1 #define Z4_SLEW_RATE 1
#endif #endif
#if AXIS_DRIVER_TYPE_I(L6470) #if AXIS_IS_L64XX(I)
#define I_MICROSTEPS 128 #define I_MICROSTEPS 128
#define I_OVERCURRENT 2000 #define I_OVERCURRENT 2000
#define I_STALLCURRENT 1500 #define I_STALLCURRENT 1500
@ -3233,7 +3233,7 @@
#define I_SLEW_RATE 1 #define I_SLEW_RATE 1
#endif #endif
#if AXIS_DRIVER_TYPE_J(L6470) #if AXIS_IS_L64XX(J)
#define J_MICROSTEPS 128 #define J_MICROSTEPS 128
#define J_OVERCURRENT 2000 #define J_OVERCURRENT 2000
#define J_STALLCURRENT 1500 #define J_STALLCURRENT 1500
@ -3242,7 +3242,7 @@
#define J_SLEW_RATE 1 #define J_SLEW_RATE 1
#endif #endif
#if AXIS_DRIVER_TYPE_K(L6470) #if AXIS_IS_L64XX(K)
#define K_MICROSTEPS 128 #define K_MICROSTEPS 128
#define K_OVERCURRENT 2000 #define K_OVERCURRENT 2000
#define K_STALLCURRENT 1500 #define K_STALLCURRENT 1500

View file

@ -3224,7 +3224,7 @@
#define Z4_SLEW_RATE 1 #define Z4_SLEW_RATE 1
#endif #endif
#if AXIS_DRIVER_TYPE_I(L6470) #if AXIS_IS_L64XX(I)
#define I_MICROSTEPS 128 #define I_MICROSTEPS 128
#define I_OVERCURRENT 2000 #define I_OVERCURRENT 2000
#define I_STALLCURRENT 1500 #define I_STALLCURRENT 1500
@ -3233,7 +3233,7 @@
#define I_SLEW_RATE 1 #define I_SLEW_RATE 1
#endif #endif
#if AXIS_DRIVER_TYPE_J(L6470) #if AXIS_IS_L64XX(J)
#define J_MICROSTEPS 128 #define J_MICROSTEPS 128
#define J_OVERCURRENT 2000 #define J_OVERCURRENT 2000
#define J_STALLCURRENT 1500 #define J_STALLCURRENT 1500
@ -3242,7 +3242,7 @@
#define J_SLEW_RATE 1 #define J_SLEW_RATE 1
#endif #endif
#if AXIS_DRIVER_TYPE_K(L6470) #if AXIS_IS_L64XX(K)
#define K_MICROSTEPS 128 #define K_MICROSTEPS 128
#define K_OVERCURRENT 2000 #define K_OVERCURRENT 2000
#define K_STALLCURRENT 1500 #define K_STALLCURRENT 1500

View file

@ -3224,7 +3224,7 @@
#define Z4_SLEW_RATE 1 #define Z4_SLEW_RATE 1
#endif #endif
#if AXIS_DRIVER_TYPE_I(L6470) #if AXIS_IS_L64XX(I)
#define I_MICROSTEPS 128 #define I_MICROSTEPS 128
#define I_OVERCURRENT 2000 #define I_OVERCURRENT 2000
#define I_STALLCURRENT 1500 #define I_STALLCURRENT 1500
@ -3233,7 +3233,7 @@
#define I_SLEW_RATE 1 #define I_SLEW_RATE 1
#endif #endif
#if AXIS_DRIVER_TYPE_J(L6470) #if AXIS_IS_L64XX(J)
#define J_MICROSTEPS 128 #define J_MICROSTEPS 128
#define J_OVERCURRENT 2000 #define J_OVERCURRENT 2000
#define J_STALLCURRENT 1500 #define J_STALLCURRENT 1500
@ -3242,7 +3242,7 @@
#define J_SLEW_RATE 1 #define J_SLEW_RATE 1
#endif #endif
#if AXIS_DRIVER_TYPE_K(L6470) #if AXIS_IS_L64XX(K)
#define K_MICROSTEPS 128 #define K_MICROSTEPS 128
#define K_OVERCURRENT 2000 #define K_OVERCURRENT 2000
#define K_STALLCURRENT 1500 #define K_STALLCURRENT 1500

View file

@ -3224,7 +3224,7 @@
#define Z4_SLEW_RATE 1 #define Z4_SLEW_RATE 1
#endif #endif
#if AXIS_DRIVER_TYPE_I(L6470) #if AXIS_IS_L64XX(I)
#define I_MICROSTEPS 128 #define I_MICROSTEPS 128
#define I_OVERCURRENT 2000 #define I_OVERCURRENT 2000
#define I_STALLCURRENT 1500 #define I_STALLCURRENT 1500
@ -3233,7 +3233,7 @@
#define I_SLEW_RATE 1 #define I_SLEW_RATE 1
#endif #endif
#if AXIS_DRIVER_TYPE_J(L6470) #if AXIS_IS_L64XX(J)
#define J_MICROSTEPS 128 #define J_MICROSTEPS 128
#define J_OVERCURRENT 2000 #define J_OVERCURRENT 2000
#define J_STALLCURRENT 1500 #define J_STALLCURRENT 1500
@ -3242,7 +3242,7 @@
#define J_SLEW_RATE 1 #define J_SLEW_RATE 1
#endif #endif
#if AXIS_DRIVER_TYPE_K(L6470) #if AXIS_IS_L64XX(K)
#define K_MICROSTEPS 128 #define K_MICROSTEPS 128
#define K_OVERCURRENT 2000 #define K_OVERCURRENT 2000
#define K_STALLCURRENT 1500 #define K_STALLCURRENT 1500

View file

@ -3225,7 +3225,7 @@
#define Z4_SLEW_RATE 1 #define Z4_SLEW_RATE 1
#endif #endif
#if AXIS_DRIVER_TYPE_I(L6470) #if AXIS_IS_L64XX(I)
#define I_MICROSTEPS 128 #define I_MICROSTEPS 128
#define I_OVERCURRENT 2000 #define I_OVERCURRENT 2000
#define I_STALLCURRENT 1500 #define I_STALLCURRENT 1500
@ -3234,7 +3234,7 @@
#define I_SLEW_RATE 1 #define I_SLEW_RATE 1
#endif #endif
#if AXIS_DRIVER_TYPE_J(L6470) #if AXIS_IS_L64XX(J)
#define J_MICROSTEPS 128 #define J_MICROSTEPS 128
#define J_OVERCURRENT 2000 #define J_OVERCURRENT 2000
#define J_STALLCURRENT 1500 #define J_STALLCURRENT 1500
@ -3243,7 +3243,7 @@
#define J_SLEW_RATE 1 #define J_SLEW_RATE 1
#endif #endif
#if AXIS_DRIVER_TYPE_K(L6470) #if AXIS_IS_L64XX(K)
#define K_MICROSTEPS 128 #define K_MICROSTEPS 128
#define K_OVERCURRENT 2000 #define K_OVERCURRENT 2000
#define K_STALLCURRENT 1500 #define K_STALLCURRENT 1500

View file

@ -3224,7 +3224,7 @@
#define Z4_SLEW_RATE 1 #define Z4_SLEW_RATE 1
#endif #endif
#if AXIS_DRIVER_TYPE_I(L6470) #if AXIS_IS_L64XX(I)
#define I_MICROSTEPS 128 #define I_MICROSTEPS 128
#define I_OVERCURRENT 2000 #define I_OVERCURRENT 2000
#define I_STALLCURRENT 1500 #define I_STALLCURRENT 1500
@ -3233,7 +3233,7 @@
#define I_SLEW_RATE 1 #define I_SLEW_RATE 1
#endif #endif
#if AXIS_DRIVER_TYPE_J(L6470) #if AXIS_IS_L64XX(J)
#define J_MICROSTEPS 128 #define J_MICROSTEPS 128
#define J_OVERCURRENT 2000 #define J_OVERCURRENT 2000
#define J_STALLCURRENT 1500 #define J_STALLCURRENT 1500
@ -3242,7 +3242,7 @@
#define J_SLEW_RATE 1 #define J_SLEW_RATE 1
#endif #endif
#if AXIS_DRIVER_TYPE_K(L6470) #if AXIS_IS_L64XX(K)
#define K_MICROSTEPS 128 #define K_MICROSTEPS 128
#define K_OVERCURRENT 2000 #define K_OVERCURRENT 2000
#define K_STALLCURRENT 1500 #define K_STALLCURRENT 1500

View file

@ -3225,7 +3225,7 @@
#define Z4_SLEW_RATE 1 #define Z4_SLEW_RATE 1
#endif #endif
#if AXIS_DRIVER_TYPE_I(L6470) #if AXIS_IS_L64XX(I)
#define I_MICROSTEPS 128 #define I_MICROSTEPS 128
#define I_OVERCURRENT 2000 #define I_OVERCURRENT 2000
#define I_STALLCURRENT 1500 #define I_STALLCURRENT 1500
@ -3234,7 +3234,7 @@
#define I_SLEW_RATE 1 #define I_SLEW_RATE 1
#endif #endif
#if AXIS_DRIVER_TYPE_J(L6470) #if AXIS_IS_L64XX(J)
#define J_MICROSTEPS 128 #define J_MICROSTEPS 128
#define J_OVERCURRENT 2000 #define J_OVERCURRENT 2000
#define J_STALLCURRENT 1500 #define J_STALLCURRENT 1500
@ -3243,7 +3243,7 @@
#define J_SLEW_RATE 1 #define J_SLEW_RATE 1
#endif #endif
#if AXIS_DRIVER_TYPE_K(L6470) #if AXIS_IS_L64XX(K)
#define K_MICROSTEPS 128 #define K_MICROSTEPS 128
#define K_OVERCURRENT 2000 #define K_OVERCURRENT 2000
#define K_STALLCURRENT 1500 #define K_STALLCURRENT 1500

View file

@ -3224,7 +3224,7 @@
#define Z4_SLEW_RATE 1 #define Z4_SLEW_RATE 1
#endif #endif
#if AXIS_DRIVER_TYPE_I(L6470) #if AXIS_IS_L64XX(I)
#define I_MICROSTEPS 128 #define I_MICROSTEPS 128
#define I_OVERCURRENT 2000 #define I_OVERCURRENT 2000
#define I_STALLCURRENT 1500 #define I_STALLCURRENT 1500
@ -3233,7 +3233,7 @@
#define I_SLEW_RATE 1 #define I_SLEW_RATE 1
#endif #endif
#if AXIS_DRIVER_TYPE_J(L6470) #if AXIS_IS_L64XX(J)
#define J_MICROSTEPS 128 #define J_MICROSTEPS 128
#define J_OVERCURRENT 2000 #define J_OVERCURRENT 2000
#define J_STALLCURRENT 1500 #define J_STALLCURRENT 1500
@ -3242,7 +3242,7 @@
#define J_SLEW_RATE 1 #define J_SLEW_RATE 1
#endif #endif
#if AXIS_DRIVER_TYPE_K(L6470) #if AXIS_IS_L64XX(K)
#define K_MICROSTEPS 128 #define K_MICROSTEPS 128
#define K_OVERCURRENT 2000 #define K_OVERCURRENT 2000
#define K_STALLCURRENT 1500 #define K_STALLCURRENT 1500

View file

@ -3225,7 +3225,7 @@
#define Z4_SLEW_RATE 1 #define Z4_SLEW_RATE 1
#endif #endif
#if AXIS_DRIVER_TYPE_I(L6470) #if AXIS_IS_L64XX(I)
#define I_MICROSTEPS 128 #define I_MICROSTEPS 128
#define I_OVERCURRENT 2000 #define I_OVERCURRENT 2000
#define I_STALLCURRENT 1500 #define I_STALLCURRENT 1500
@ -3234,7 +3234,7 @@
#define I_SLEW_RATE 1 #define I_SLEW_RATE 1
#endif #endif
#if AXIS_DRIVER_TYPE_J(L6470) #if AXIS_IS_L64XX(J)
#define J_MICROSTEPS 128 #define J_MICROSTEPS 128
#define J_OVERCURRENT 2000 #define J_OVERCURRENT 2000
#define J_STALLCURRENT 1500 #define J_STALLCURRENT 1500
@ -3243,7 +3243,7 @@
#define J_SLEW_RATE 1 #define J_SLEW_RATE 1
#endif #endif
#if AXIS_DRIVER_TYPE_K(L6470) #if AXIS_IS_L64XX(K)
#define K_MICROSTEPS 128 #define K_MICROSTEPS 128
#define K_OVERCURRENT 2000 #define K_OVERCURRENT 2000
#define K_STALLCURRENT 1500 #define K_STALLCURRENT 1500

View file

@ -3224,7 +3224,7 @@
#define Z4_SLEW_RATE 1 #define Z4_SLEW_RATE 1
#endif #endif
#if AXIS_DRIVER_TYPE_I(L6470) #if AXIS_IS_L64XX(I)
#define I_MICROSTEPS 128 #define I_MICROSTEPS 128
#define I_OVERCURRENT 2000 #define I_OVERCURRENT 2000
#define I_STALLCURRENT 1500 #define I_STALLCURRENT 1500
@ -3233,7 +3233,7 @@
#define I_SLEW_RATE 1 #define I_SLEW_RATE 1
#endif #endif
#if AXIS_DRIVER_TYPE_J(L6470) #if AXIS_IS_L64XX(J)
#define J_MICROSTEPS 128 #define J_MICROSTEPS 128
#define J_OVERCURRENT 2000 #define J_OVERCURRENT 2000
#define J_STALLCURRENT 1500 #define J_STALLCURRENT 1500
@ -3242,7 +3242,7 @@
#define J_SLEW_RATE 1 #define J_SLEW_RATE 1
#endif #endif
#if AXIS_DRIVER_TYPE_K(L6470) #if AXIS_IS_L64XX(K)
#define K_MICROSTEPS 128 #define K_MICROSTEPS 128
#define K_OVERCURRENT 2000 #define K_OVERCURRENT 2000
#define K_STALLCURRENT 1500 #define K_STALLCURRENT 1500

View file

@ -3224,7 +3224,7 @@
#define Z4_SLEW_RATE 1 #define Z4_SLEW_RATE 1
#endif #endif
#if AXIS_DRIVER_TYPE_I(L6470) #if AXIS_IS_L64XX(I)
#define I_MICROSTEPS 128 #define I_MICROSTEPS 128
#define I_OVERCURRENT 2000 #define I_OVERCURRENT 2000
#define I_STALLCURRENT 1500 #define I_STALLCURRENT 1500
@ -3233,7 +3233,7 @@
#define I_SLEW_RATE 1 #define I_SLEW_RATE 1
#endif #endif
#if AXIS_DRIVER_TYPE_J(L6470) #if AXIS_IS_L64XX(J)
#define J_MICROSTEPS 128 #define J_MICROSTEPS 128
#define J_OVERCURRENT 2000 #define J_OVERCURRENT 2000
#define J_STALLCURRENT 1500 #define J_STALLCURRENT 1500
@ -3242,7 +3242,7 @@
#define J_SLEW_RATE 1 #define J_SLEW_RATE 1
#endif #endif
#if AXIS_DRIVER_TYPE_K(L6470) #if AXIS_IS_L64XX(K)
#define K_MICROSTEPS 128 #define K_MICROSTEPS 128
#define K_OVERCURRENT 2000 #define K_OVERCURRENT 2000
#define K_STALLCURRENT 1500 #define K_STALLCURRENT 1500

View file

@ -3224,7 +3224,7 @@
#define Z4_SLEW_RATE 1 #define Z4_SLEW_RATE 1
#endif #endif
#if AXIS_DRIVER_TYPE_I(L6470) #if AXIS_IS_L64XX(I)
#define I_MICROSTEPS 128 #define I_MICROSTEPS 128
#define I_OVERCURRENT 2000 #define I_OVERCURRENT 2000
#define I_STALLCURRENT 1500 #define I_STALLCURRENT 1500
@ -3233,7 +3233,7 @@
#define I_SLEW_RATE 1 #define I_SLEW_RATE 1
#endif #endif
#if AXIS_DRIVER_TYPE_J(L6470) #if AXIS_IS_L64XX(J)
#define J_MICROSTEPS 128 #define J_MICROSTEPS 128
#define J_OVERCURRENT 2000 #define J_OVERCURRENT 2000
#define J_STALLCURRENT 1500 #define J_STALLCURRENT 1500
@ -3242,7 +3242,7 @@
#define J_SLEW_RATE 1 #define J_SLEW_RATE 1
#endif #endif
#if AXIS_DRIVER_TYPE_K(L6470) #if AXIS_IS_L64XX(K)
#define K_MICROSTEPS 128 #define K_MICROSTEPS 128
#define K_OVERCURRENT 2000 #define K_OVERCURRENT 2000
#define K_STALLCURRENT 1500 #define K_STALLCURRENT 1500

View file

@ -3224,7 +3224,7 @@
#define Z4_SLEW_RATE 1 #define Z4_SLEW_RATE 1
#endif #endif
#if AXIS_DRIVER_TYPE_I(L6470) #if AXIS_IS_L64XX(I)
#define I_MICROSTEPS 128 #define I_MICROSTEPS 128
#define I_OVERCURRENT 2000 #define I_OVERCURRENT 2000
#define I_STALLCURRENT 1500 #define I_STALLCURRENT 1500
@ -3233,7 +3233,7 @@
#define I_SLEW_RATE 1 #define I_SLEW_RATE 1
#endif #endif
#if AXIS_DRIVER_TYPE_J(L6470) #if AXIS_IS_L64XX(J)
#define J_MICROSTEPS 128 #define J_MICROSTEPS 128
#define J_OVERCURRENT 2000 #define J_OVERCURRENT 2000
#define J_STALLCURRENT 1500 #define J_STALLCURRENT 1500
@ -3242,7 +3242,7 @@
#define J_SLEW_RATE 1 #define J_SLEW_RATE 1
#endif #endif
#if AXIS_DRIVER_TYPE_K(L6470) #if AXIS_IS_L64XX(K)
#define K_MICROSTEPS 128 #define K_MICROSTEPS 128
#define K_OVERCURRENT 2000 #define K_OVERCURRENT 2000
#define K_STALLCURRENT 1500 #define K_STALLCURRENT 1500

View file

@ -3224,7 +3224,7 @@
#define Z4_SLEW_RATE 1 #define Z4_SLEW_RATE 1
#endif #endif
#if AXIS_DRIVER_TYPE_I(L6470) #if AXIS_IS_L64XX(I)
#define I_MICROSTEPS 128 #define I_MICROSTEPS 128
#define I_OVERCURRENT 2000 #define I_OVERCURRENT 2000
#define I_STALLCURRENT 1500 #define I_STALLCURRENT 1500
@ -3233,7 +3233,7 @@
#define I_SLEW_RATE 1 #define I_SLEW_RATE 1
#endif #endif
#if AXIS_DRIVER_TYPE_J(L6470) #if AXIS_IS_L64XX(J)
#define J_MICROSTEPS 128 #define J_MICROSTEPS 128
#define J_OVERCURRENT 2000 #define J_OVERCURRENT 2000
#define J_STALLCURRENT 1500 #define J_STALLCURRENT 1500
@ -3242,7 +3242,7 @@
#define J_SLEW_RATE 1 #define J_SLEW_RATE 1
#endif #endif
#if AXIS_DRIVER_TYPE_K(L6470) #if AXIS_IS_L64XX(K)
#define K_MICROSTEPS 128 #define K_MICROSTEPS 128
#define K_OVERCURRENT 2000 #define K_OVERCURRENT 2000
#define K_STALLCURRENT 1500 #define K_STALLCURRENT 1500

View file

@ -3225,7 +3225,7 @@
#define Z4_SLEW_RATE 1 #define Z4_SLEW_RATE 1
#endif #endif
#if AXIS_DRIVER_TYPE_I(L6470) #if AXIS_IS_L64XX(I)
#define I_MICROSTEPS 128 #define I_MICROSTEPS 128
#define I_OVERCURRENT 2000 #define I_OVERCURRENT 2000
#define I_STALLCURRENT 1500 #define I_STALLCURRENT 1500
@ -3234,7 +3234,7 @@
#define I_SLEW_RATE 1 #define I_SLEW_RATE 1
#endif #endif
#if AXIS_DRIVER_TYPE_J(L6470) #if AXIS_IS_L64XX(J)
#define J_MICROSTEPS 128 #define J_MICROSTEPS 128
#define J_OVERCURRENT 2000 #define J_OVERCURRENT 2000
#define J_STALLCURRENT 1500 #define J_STALLCURRENT 1500
@ -3243,7 +3243,7 @@
#define J_SLEW_RATE 1 #define J_SLEW_RATE 1
#endif #endif
#if AXIS_DRIVER_TYPE_K(L6470) #if AXIS_IS_L64XX(K)
#define K_MICROSTEPS 128 #define K_MICROSTEPS 128
#define K_OVERCURRENT 2000 #define K_OVERCURRENT 2000
#define K_STALLCURRENT 1500 #define K_STALLCURRENT 1500

View file

@ -3224,7 +3224,7 @@
#define Z4_SLEW_RATE 1 #define Z4_SLEW_RATE 1
#endif #endif
#if AXIS_DRIVER_TYPE_I(L6470) #if AXIS_IS_L64XX(I)
#define I_MICROSTEPS 128 #define I_MICROSTEPS 128
#define I_OVERCURRENT 2000 #define I_OVERCURRENT 2000
#define I_STALLCURRENT 1500 #define I_STALLCURRENT 1500
@ -3233,7 +3233,7 @@
#define I_SLEW_RATE 1 #define I_SLEW_RATE 1
#endif #endif
#if AXIS_DRIVER_TYPE_J(L6470) #if AXIS_IS_L64XX(J)
#define J_MICROSTEPS 128 #define J_MICROSTEPS 128
#define J_OVERCURRENT 2000 #define J_OVERCURRENT 2000
#define J_STALLCURRENT 1500 #define J_STALLCURRENT 1500
@ -3242,7 +3242,7 @@
#define J_SLEW_RATE 1 #define J_SLEW_RATE 1
#endif #endif
#if AXIS_DRIVER_TYPE_K(L6470) #if AXIS_IS_L64XX(K)
#define K_MICROSTEPS 128 #define K_MICROSTEPS 128
#define K_OVERCURRENT 2000 #define K_OVERCURRENT 2000
#define K_STALLCURRENT 1500 #define K_STALLCURRENT 1500

View file

@ -3225,7 +3225,7 @@
#define Z4_SLEW_RATE 1 #define Z4_SLEW_RATE 1
#endif #endif
#if AXIS_DRIVER_TYPE_I(L6470) #if AXIS_IS_L64XX(I)
#define I_MICROSTEPS 128 #define I_MICROSTEPS 128
#define I_OVERCURRENT 2000 #define I_OVERCURRENT 2000
#define I_STALLCURRENT 1500 #define I_STALLCURRENT 1500
@ -3234,7 +3234,7 @@
#define I_SLEW_RATE 1 #define I_SLEW_RATE 1
#endif #endif
#if AXIS_DRIVER_TYPE_J(L6470) #if AXIS_IS_L64XX(J)
#define J_MICROSTEPS 128 #define J_MICROSTEPS 128
#define J_OVERCURRENT 2000 #define J_OVERCURRENT 2000
#define J_STALLCURRENT 1500 #define J_STALLCURRENT 1500
@ -3243,7 +3243,7 @@
#define J_SLEW_RATE 1 #define J_SLEW_RATE 1
#endif #endif
#if AXIS_DRIVER_TYPE_K(L6470) #if AXIS_IS_L64XX(K)
#define K_MICROSTEPS 128 #define K_MICROSTEPS 128
#define K_OVERCURRENT 2000 #define K_OVERCURRENT 2000
#define K_STALLCURRENT 1500 #define K_STALLCURRENT 1500

View file

@ -3225,7 +3225,7 @@
#define Z4_SLEW_RATE 1 #define Z4_SLEW_RATE 1
#endif #endif
#if AXIS_DRIVER_TYPE_I(L6470) #if AXIS_IS_L64XX(I)
#define I_MICROSTEPS 128 #define I_MICROSTEPS 128
#define I_OVERCURRENT 2000 #define I_OVERCURRENT 2000
#define I_STALLCURRENT 1500 #define I_STALLCURRENT 1500
@ -3234,7 +3234,7 @@
#define I_SLEW_RATE 1 #define I_SLEW_RATE 1
#endif #endif
#if AXIS_DRIVER_TYPE_J(L6470) #if AXIS_IS_L64XX(J)
#define J_MICROSTEPS 128 #define J_MICROSTEPS 128
#define J_OVERCURRENT 2000 #define J_OVERCURRENT 2000
#define J_STALLCURRENT 1500 #define J_STALLCURRENT 1500
@ -3243,7 +3243,7 @@
#define J_SLEW_RATE 1 #define J_SLEW_RATE 1
#endif #endif
#if AXIS_DRIVER_TYPE_K(L6470) #if AXIS_IS_L64XX(K)
#define K_MICROSTEPS 128 #define K_MICROSTEPS 128
#define K_OVERCURRENT 2000 #define K_OVERCURRENT 2000
#define K_STALLCURRENT 1500 #define K_STALLCURRENT 1500

View file

@ -3225,7 +3225,7 @@
#define Z4_SLEW_RATE 1 #define Z4_SLEW_RATE 1
#endif #endif
#if AXIS_DRIVER_TYPE_I(L6470) #if AXIS_IS_L64XX(I)
#define I_MICROSTEPS 128 #define I_MICROSTEPS 128
#define I_OVERCURRENT 2000 #define I_OVERCURRENT 2000
#define I_STALLCURRENT 1500 #define I_STALLCURRENT 1500
@ -3234,7 +3234,7 @@
#define I_SLEW_RATE 1 #define I_SLEW_RATE 1
#endif #endif
#if AXIS_DRIVER_TYPE_J(L6470) #if AXIS_IS_L64XX(J)
#define J_MICROSTEPS 128 #define J_MICROSTEPS 128
#define J_OVERCURRENT 2000 #define J_OVERCURRENT 2000
#define J_STALLCURRENT 1500 #define J_STALLCURRENT 1500
@ -3243,7 +3243,7 @@
#define J_SLEW_RATE 1 #define J_SLEW_RATE 1
#endif #endif
#if AXIS_DRIVER_TYPE_K(L6470) #if AXIS_IS_L64XX(K)
#define K_MICROSTEPS 128 #define K_MICROSTEPS 128
#define K_OVERCURRENT 2000 #define K_OVERCURRENT 2000
#define K_STALLCURRENT 1500 #define K_STALLCURRENT 1500

View file

@ -3225,7 +3225,7 @@
#define Z4_SLEW_RATE 1 #define Z4_SLEW_RATE 1
#endif #endif
#if AXIS_DRIVER_TYPE_I(L6470) #if AXIS_IS_L64XX(I)
#define I_MICROSTEPS 128 #define I_MICROSTEPS 128
#define I_OVERCURRENT 2000 #define I_OVERCURRENT 2000
#define I_STALLCURRENT 1500 #define I_STALLCURRENT 1500
@ -3234,7 +3234,7 @@
#define I_SLEW_RATE 1 #define I_SLEW_RATE 1
#endif #endif
#if AXIS_DRIVER_TYPE_J(L6470) #if AXIS_IS_L64XX(J)
#define J_MICROSTEPS 128 #define J_MICROSTEPS 128
#define J_OVERCURRENT 2000 #define J_OVERCURRENT 2000
#define J_STALLCURRENT 1500 #define J_STALLCURRENT 1500
@ -3243,7 +3243,7 @@
#define J_SLEW_RATE 1 #define J_SLEW_RATE 1
#endif #endif
#if AXIS_DRIVER_TYPE_K(L6470) #if AXIS_IS_L64XX(K)
#define K_MICROSTEPS 128 #define K_MICROSTEPS 128
#define K_OVERCURRENT 2000 #define K_OVERCURRENT 2000
#define K_STALLCURRENT 1500 #define K_STALLCURRENT 1500

View file

@ -3224,7 +3224,7 @@
#define Z4_SLEW_RATE 1 #define Z4_SLEW_RATE 1
#endif #endif
#if AXIS_DRIVER_TYPE_I(L6470) #if AXIS_IS_L64XX(I)
#define I_MICROSTEPS 128 #define I_MICROSTEPS 128
#define I_OVERCURRENT 2000 #define I_OVERCURRENT 2000
#define I_STALLCURRENT 1500 #define I_STALLCURRENT 1500
@ -3233,7 +3233,7 @@
#define I_SLEW_RATE 1 #define I_SLEW_RATE 1
#endif #endif
#if AXIS_DRIVER_TYPE_J(L6470) #if AXIS_IS_L64XX(J)
#define J_MICROSTEPS 128 #define J_MICROSTEPS 128
#define J_OVERCURRENT 2000 #define J_OVERCURRENT 2000
#define J_STALLCURRENT 1500 #define J_STALLCURRENT 1500
@ -3242,7 +3242,7 @@
#define J_SLEW_RATE 1 #define J_SLEW_RATE 1
#endif #endif
#if AXIS_DRIVER_TYPE_K(L6470) #if AXIS_IS_L64XX(K)
#define K_MICROSTEPS 128 #define K_MICROSTEPS 128
#define K_OVERCURRENT 2000 #define K_OVERCURRENT 2000
#define K_STALLCURRENT 1500 #define K_STALLCURRENT 1500

View file

@ -3224,7 +3224,7 @@
#define Z4_SLEW_RATE 1 #define Z4_SLEW_RATE 1
#endif #endif
#if AXIS_DRIVER_TYPE_I(L6470) #if AXIS_IS_L64XX(I)
#define I_MICROSTEPS 128 #define I_MICROSTEPS 128
#define I_OVERCURRENT 2000 #define I_OVERCURRENT 2000
#define I_STALLCURRENT 1500 #define I_STALLCURRENT 1500
@ -3233,7 +3233,7 @@
#define I_SLEW_RATE 1 #define I_SLEW_RATE 1
#endif #endif
#if AXIS_DRIVER_TYPE_J(L6470) #if AXIS_IS_L64XX(J)
#define J_MICROSTEPS 128 #define J_MICROSTEPS 128
#define J_OVERCURRENT 2000 #define J_OVERCURRENT 2000
#define J_STALLCURRENT 1500 #define J_STALLCURRENT 1500
@ -3242,7 +3242,7 @@
#define J_SLEW_RATE 1 #define J_SLEW_RATE 1
#endif #endif
#if AXIS_DRIVER_TYPE_K(L6470) #if AXIS_IS_L64XX(K)
#define K_MICROSTEPS 128 #define K_MICROSTEPS 128
#define K_OVERCURRENT 2000 #define K_OVERCURRENT 2000
#define K_STALLCURRENT 1500 #define K_STALLCURRENT 1500

View file

@ -3224,7 +3224,7 @@
#define Z4_SLEW_RATE 1 #define Z4_SLEW_RATE 1
#endif #endif
#if AXIS_DRIVER_TYPE_I(L6470) #if AXIS_IS_L64XX(I)
#define I_MICROSTEPS 128 #define I_MICROSTEPS 128
#define I_OVERCURRENT 2000 #define I_OVERCURRENT 2000
#define I_STALLCURRENT 1500 #define I_STALLCURRENT 1500
@ -3233,7 +3233,7 @@
#define I_SLEW_RATE 1 #define I_SLEW_RATE 1
#endif #endif
#if AXIS_DRIVER_TYPE_J(L6470) #if AXIS_IS_L64XX(J)
#define J_MICROSTEPS 128 #define J_MICROSTEPS 128
#define J_OVERCURRENT 2000 #define J_OVERCURRENT 2000
#define J_STALLCURRENT 1500 #define J_STALLCURRENT 1500
@ -3242,7 +3242,7 @@
#define J_SLEW_RATE 1 #define J_SLEW_RATE 1
#endif #endif
#if AXIS_DRIVER_TYPE_K(L6470) #if AXIS_IS_L64XX(K)
#define K_MICROSTEPS 128 #define K_MICROSTEPS 128
#define K_OVERCURRENT 2000 #define K_OVERCURRENT 2000
#define K_STALLCURRENT 1500 #define K_STALLCURRENT 1500

View file

@ -3224,7 +3224,7 @@
#define Z4_SLEW_RATE 1 #define Z4_SLEW_RATE 1
#endif #endif
#if AXIS_DRIVER_TYPE_I(L6470) #if AXIS_IS_L64XX(I)
#define I_MICROSTEPS 128 #define I_MICROSTEPS 128
#define I_OVERCURRENT 2000 #define I_OVERCURRENT 2000
#define I_STALLCURRENT 1500 #define I_STALLCURRENT 1500
@ -3233,7 +3233,7 @@
#define I_SLEW_RATE 1 #define I_SLEW_RATE 1
#endif #endif
#if AXIS_DRIVER_TYPE_J(L6470) #if AXIS_IS_L64XX(J)
#define J_MICROSTEPS 128 #define J_MICROSTEPS 128
#define J_OVERCURRENT 2000 #define J_OVERCURRENT 2000
#define J_STALLCURRENT 1500 #define J_STALLCURRENT 1500
@ -3242,7 +3242,7 @@
#define J_SLEW_RATE 1 #define J_SLEW_RATE 1
#endif #endif
#if AXIS_DRIVER_TYPE_K(L6470) #if AXIS_IS_L64XX(K)
#define K_MICROSTEPS 128 #define K_MICROSTEPS 128
#define K_OVERCURRENT 2000 #define K_OVERCURRENT 2000
#define K_STALLCURRENT 1500 #define K_STALLCURRENT 1500

View file

@ -3224,7 +3224,7 @@
#define Z4_SLEW_RATE 1 #define Z4_SLEW_RATE 1
#endif #endif
#if AXIS_DRIVER_TYPE_I(L6470) #if AXIS_IS_L64XX(I)
#define I_MICROSTEPS 128 #define I_MICROSTEPS 128
#define I_OVERCURRENT 2000 #define I_OVERCURRENT 2000
#define I_STALLCURRENT 1500 #define I_STALLCURRENT 1500
@ -3233,7 +3233,7 @@
#define I_SLEW_RATE 1 #define I_SLEW_RATE 1
#endif #endif
#if AXIS_DRIVER_TYPE_J(L6470) #if AXIS_IS_L64XX(J)
#define J_MICROSTEPS 128 #define J_MICROSTEPS 128
#define J_OVERCURRENT 2000 #define J_OVERCURRENT 2000
#define J_STALLCURRENT 1500 #define J_STALLCURRENT 1500
@ -3242,7 +3242,7 @@
#define J_SLEW_RATE 1 #define J_SLEW_RATE 1
#endif #endif
#if AXIS_DRIVER_TYPE_K(L6470) #if AXIS_IS_L64XX(K)
#define K_MICROSTEPS 128 #define K_MICROSTEPS 128
#define K_OVERCURRENT 2000 #define K_OVERCURRENT 2000
#define K_STALLCURRENT 1500 #define K_STALLCURRENT 1500

View file

@ -3224,7 +3224,7 @@
#define Z4_SLEW_RATE 1 #define Z4_SLEW_RATE 1
#endif #endif
#if AXIS_DRIVER_TYPE_I(L6470) #if AXIS_IS_L64XX(I)
#define I_MICROSTEPS 128 #define I_MICROSTEPS 128
#define I_OVERCURRENT 2000 #define I_OVERCURRENT 2000
#define I_STALLCURRENT 1500 #define I_STALLCURRENT 1500
@ -3233,7 +3233,7 @@
#define I_SLEW_RATE 1 #define I_SLEW_RATE 1
#endif #endif
#if AXIS_DRIVER_TYPE_J(L6470) #if AXIS_IS_L64XX(J)
#define J_MICROSTEPS 128 #define J_MICROSTEPS 128
#define J_OVERCURRENT 2000 #define J_OVERCURRENT 2000
#define J_STALLCURRENT 1500 #define J_STALLCURRENT 1500
@ -3242,7 +3242,7 @@
#define J_SLEW_RATE 1 #define J_SLEW_RATE 1
#endif #endif
#if AXIS_DRIVER_TYPE_K(L6470) #if AXIS_IS_L64XX(K)
#define K_MICROSTEPS 128 #define K_MICROSTEPS 128
#define K_OVERCURRENT 2000 #define K_OVERCURRENT 2000
#define K_STALLCURRENT 1500 #define K_STALLCURRENT 1500

View file

@ -3224,7 +3224,7 @@
#define Z4_SLEW_RATE 1 #define Z4_SLEW_RATE 1
#endif #endif
#if AXIS_DRIVER_TYPE_I(L6470) #if AXIS_IS_L64XX(I)
#define I_MICROSTEPS 128 #define I_MICROSTEPS 128
#define I_OVERCURRENT 2000 #define I_OVERCURRENT 2000
#define I_STALLCURRENT 1500 #define I_STALLCURRENT 1500
@ -3233,7 +3233,7 @@
#define I_SLEW_RATE 1 #define I_SLEW_RATE 1
#endif #endif
#if AXIS_DRIVER_TYPE_J(L6470) #if AXIS_IS_L64XX(J)
#define J_MICROSTEPS 128 #define J_MICROSTEPS 128
#define J_OVERCURRENT 2000 #define J_OVERCURRENT 2000
#define J_STALLCURRENT 1500 #define J_STALLCURRENT 1500
@ -3242,7 +3242,7 @@
#define J_SLEW_RATE 1 #define J_SLEW_RATE 1
#endif #endif
#if AXIS_DRIVER_TYPE_K(L6470) #if AXIS_IS_L64XX(K)
#define K_MICROSTEPS 128 #define K_MICROSTEPS 128
#define K_OVERCURRENT 2000 #define K_OVERCURRENT 2000
#define K_STALLCURRENT 1500 #define K_STALLCURRENT 1500

View file

@ -3224,7 +3224,7 @@
#define Z4_SLEW_RATE 1 #define Z4_SLEW_RATE 1
#endif #endif
#if AXIS_DRIVER_TYPE_I(L6470) #if AXIS_IS_L64XX(I)
#define I_MICROSTEPS 128 #define I_MICROSTEPS 128
#define I_OVERCURRENT 2000 #define I_OVERCURRENT 2000
#define I_STALLCURRENT 1500 #define I_STALLCURRENT 1500
@ -3233,7 +3233,7 @@
#define I_SLEW_RATE 1 #define I_SLEW_RATE 1
#endif #endif
#if AXIS_DRIVER_TYPE_J(L6470) #if AXIS_IS_L64XX(J)
#define J_MICROSTEPS 128 #define J_MICROSTEPS 128
#define J_OVERCURRENT 2000 #define J_OVERCURRENT 2000
#define J_STALLCURRENT 1500 #define J_STALLCURRENT 1500
@ -3242,7 +3242,7 @@
#define J_SLEW_RATE 1 #define J_SLEW_RATE 1
#endif #endif
#if AXIS_DRIVER_TYPE_K(L6470) #if AXIS_IS_L64XX(K)
#define K_MICROSTEPS 128 #define K_MICROSTEPS 128
#define K_OVERCURRENT 2000 #define K_OVERCURRENT 2000
#define K_STALLCURRENT 1500 #define K_STALLCURRENT 1500

View file

@ -3224,7 +3224,7 @@
#define Z4_SLEW_RATE 1 #define Z4_SLEW_RATE 1
#endif #endif
#if AXIS_DRIVER_TYPE_I(L6470) #if AXIS_IS_L64XX(I)
#define I_MICROSTEPS 128 #define I_MICROSTEPS 128
#define I_OVERCURRENT 2000 #define I_OVERCURRENT 2000
#define I_STALLCURRENT 1500 #define I_STALLCURRENT 1500
@ -3233,7 +3233,7 @@
#define I_SLEW_RATE 1 #define I_SLEW_RATE 1
#endif #endif
#if AXIS_DRIVER_TYPE_J(L6470) #if AXIS_IS_L64XX(J)
#define J_MICROSTEPS 128 #define J_MICROSTEPS 128
#define J_OVERCURRENT 2000 #define J_OVERCURRENT 2000
#define J_STALLCURRENT 1500 #define J_STALLCURRENT 1500
@ -3242,7 +3242,7 @@
#define J_SLEW_RATE 1 #define J_SLEW_RATE 1
#endif #endif
#if AXIS_DRIVER_TYPE_K(L6470) #if AXIS_IS_L64XX(K)
#define K_MICROSTEPS 128 #define K_MICROSTEPS 128
#define K_OVERCURRENT 2000 #define K_OVERCURRENT 2000
#define K_STALLCURRENT 1500 #define K_STALLCURRENT 1500

View file

@ -3224,7 +3224,7 @@
#define Z4_SLEW_RATE 1 #define Z4_SLEW_RATE 1
#endif #endif
#if AXIS_DRIVER_TYPE_I(L6470) #if AXIS_IS_L64XX(I)
#define I_MICROSTEPS 128 #define I_MICROSTEPS 128
#define I_OVERCURRENT 2000 #define I_OVERCURRENT 2000
#define I_STALLCURRENT 1500 #define I_STALLCURRENT 1500
@ -3233,7 +3233,7 @@
#define I_SLEW_RATE 1 #define I_SLEW_RATE 1
#endif #endif
#if AXIS_DRIVER_TYPE_J(L6470) #if AXIS_IS_L64XX(J)
#define J_MICROSTEPS 128 #define J_MICROSTEPS 128
#define J_OVERCURRENT 2000 #define J_OVERCURRENT 2000
#define J_STALLCURRENT 1500 #define J_STALLCURRENT 1500
@ -3242,7 +3242,7 @@
#define J_SLEW_RATE 1 #define J_SLEW_RATE 1
#endif #endif
#if AXIS_DRIVER_TYPE_K(L6470) #if AXIS_IS_L64XX(K)
#define K_MICROSTEPS 128 #define K_MICROSTEPS 128
#define K_OVERCURRENT 2000 #define K_OVERCURRENT 2000
#define K_STALLCURRENT 1500 #define K_STALLCURRENT 1500

View file

@ -3224,7 +3224,7 @@
#define Z4_SLEW_RATE 1 #define Z4_SLEW_RATE 1
#endif #endif
#if AXIS_DRIVER_TYPE_I(L6470) #if AXIS_IS_L64XX(I)
#define I_MICROSTEPS 128 #define I_MICROSTEPS 128
#define I_OVERCURRENT 2000 #define I_OVERCURRENT 2000
#define I_STALLCURRENT 1500 #define I_STALLCURRENT 1500
@ -3233,7 +3233,7 @@
#define I_SLEW_RATE 1 #define I_SLEW_RATE 1
#endif #endif
#if AXIS_DRIVER_TYPE_J(L6470) #if AXIS_IS_L64XX(J)
#define J_MICROSTEPS 128 #define J_MICROSTEPS 128
#define J_OVERCURRENT 2000 #define J_OVERCURRENT 2000
#define J_STALLCURRENT 1500 #define J_STALLCURRENT 1500
@ -3242,7 +3242,7 @@
#define J_SLEW_RATE 1 #define J_SLEW_RATE 1
#endif #endif
#if AXIS_DRIVER_TYPE_K(L6470) #if AXIS_IS_L64XX(K)
#define K_MICROSTEPS 128 #define K_MICROSTEPS 128
#define K_OVERCURRENT 2000 #define K_OVERCURRENT 2000
#define K_STALLCURRENT 1500 #define K_STALLCURRENT 1500

View file

@ -3224,7 +3224,7 @@
#define Z4_SLEW_RATE 1 #define Z4_SLEW_RATE 1
#endif #endif
#if AXIS_DRIVER_TYPE_I(L6470) #if AXIS_IS_L64XX(I)
#define I_MICROSTEPS 128 #define I_MICROSTEPS 128
#define I_OVERCURRENT 2000 #define I_OVERCURRENT 2000
#define I_STALLCURRENT 1500 #define I_STALLCURRENT 1500
@ -3233,7 +3233,7 @@
#define I_SLEW_RATE 1 #define I_SLEW_RATE 1
#endif #endif
#if AXIS_DRIVER_TYPE_J(L6470) #if AXIS_IS_L64XX(J)
#define J_MICROSTEPS 128 #define J_MICROSTEPS 128
#define J_OVERCURRENT 2000 #define J_OVERCURRENT 2000
#define J_STALLCURRENT 1500 #define J_STALLCURRENT 1500
@ -3242,7 +3242,7 @@
#define J_SLEW_RATE 1 #define J_SLEW_RATE 1
#endif #endif
#if AXIS_DRIVER_TYPE_K(L6470) #if AXIS_IS_L64XX(K)
#define K_MICROSTEPS 128 #define K_MICROSTEPS 128
#define K_OVERCURRENT 2000 #define K_OVERCURRENT 2000
#define K_STALLCURRENT 1500 #define K_STALLCURRENT 1500

View file

@ -3224,7 +3224,7 @@
#define Z4_SLEW_RATE 1 #define Z4_SLEW_RATE 1
#endif #endif
#if AXIS_DRIVER_TYPE_I(L6470) #if AXIS_IS_L64XX(I)
#define I_MICROSTEPS 128 #define I_MICROSTEPS 128
#define I_OVERCURRENT 2000 #define I_OVERCURRENT 2000
#define I_STALLCURRENT 1500 #define I_STALLCURRENT 1500
@ -3233,7 +3233,7 @@
#define I_SLEW_RATE 1 #define I_SLEW_RATE 1
#endif #endif
#if AXIS_DRIVER_TYPE_J(L6470) #if AXIS_IS_L64XX(J)
#define J_MICROSTEPS 128 #define J_MICROSTEPS 128
#define J_OVERCURRENT 2000 #define J_OVERCURRENT 2000
#define J_STALLCURRENT 1500 #define J_STALLCURRENT 1500
@ -3242,7 +3242,7 @@
#define J_SLEW_RATE 1 #define J_SLEW_RATE 1
#endif #endif
#if AXIS_DRIVER_TYPE_K(L6470) #if AXIS_IS_L64XX(K)
#define K_MICROSTEPS 128 #define K_MICROSTEPS 128
#define K_OVERCURRENT 2000 #define K_OVERCURRENT 2000
#define K_STALLCURRENT 1500 #define K_STALLCURRENT 1500

View file

@ -3224,7 +3224,7 @@
#define Z4_SLEW_RATE 1 #define Z4_SLEW_RATE 1
#endif #endif
#if AXIS_DRIVER_TYPE_I(L6470) #if AXIS_IS_L64XX(I)
#define I_MICROSTEPS 128 #define I_MICROSTEPS 128
#define I_OVERCURRENT 2000 #define I_OVERCURRENT 2000
#define I_STALLCURRENT 1500 #define I_STALLCURRENT 1500
@ -3233,7 +3233,7 @@
#define I_SLEW_RATE 1 #define I_SLEW_RATE 1
#endif #endif
#if AXIS_DRIVER_TYPE_J(L6470) #if AXIS_IS_L64XX(J)
#define J_MICROSTEPS 128 #define J_MICROSTEPS 128
#define J_OVERCURRENT 2000 #define J_OVERCURRENT 2000
#define J_STALLCURRENT 1500 #define J_STALLCURRENT 1500
@ -3242,7 +3242,7 @@
#define J_SLEW_RATE 1 #define J_SLEW_RATE 1
#endif #endif
#if AXIS_DRIVER_TYPE_K(L6470) #if AXIS_IS_L64XX(K)
#define K_MICROSTEPS 128 #define K_MICROSTEPS 128
#define K_OVERCURRENT 2000 #define K_OVERCURRENT 2000
#define K_STALLCURRENT 1500 #define K_STALLCURRENT 1500

View file

@ -3224,7 +3224,7 @@
#define Z4_SLEW_RATE 1 #define Z4_SLEW_RATE 1
#endif #endif
#if AXIS_DRIVER_TYPE_I(L6470) #if AXIS_IS_L64XX(I)
#define I_MICROSTEPS 128 #define I_MICROSTEPS 128
#define I_OVERCURRENT 2000 #define I_OVERCURRENT 2000
#define I_STALLCURRENT 1500 #define I_STALLCURRENT 1500
@ -3233,7 +3233,7 @@
#define I_SLEW_RATE 1 #define I_SLEW_RATE 1
#endif #endif
#if AXIS_DRIVER_TYPE_J(L6470) #if AXIS_IS_L64XX(J)
#define J_MICROSTEPS 128 #define J_MICROSTEPS 128
#define J_OVERCURRENT 2000 #define J_OVERCURRENT 2000
#define J_STALLCURRENT 1500 #define J_STALLCURRENT 1500
@ -3242,7 +3242,7 @@
#define J_SLEW_RATE 1 #define J_SLEW_RATE 1
#endif #endif
#if AXIS_DRIVER_TYPE_K(L6470) #if AXIS_IS_L64XX(K)
#define K_MICROSTEPS 128 #define K_MICROSTEPS 128
#define K_OVERCURRENT 2000 #define K_OVERCURRENT 2000
#define K_STALLCURRENT 1500 #define K_STALLCURRENT 1500

View file

@ -3224,7 +3224,7 @@
#define Z4_SLEW_RATE 1 #define Z4_SLEW_RATE 1
#endif #endif
#if AXIS_DRIVER_TYPE_I(L6470) #if AXIS_IS_L64XX(I)
#define I_MICROSTEPS 128 #define I_MICROSTEPS 128
#define I_OVERCURRENT 2000 #define I_OVERCURRENT 2000
#define I_STALLCURRENT 1500 #define I_STALLCURRENT 1500
@ -3233,7 +3233,7 @@
#define I_SLEW_RATE 1 #define I_SLEW_RATE 1
#endif #endif
#if AXIS_DRIVER_TYPE_J(L6470) #if AXIS_IS_L64XX(J)
#define J_MICROSTEPS 128 #define J_MICROSTEPS 128
#define J_OVERCURRENT 2000 #define J_OVERCURRENT 2000
#define J_STALLCURRENT 1500 #define J_STALLCURRENT 1500
@ -3242,7 +3242,7 @@
#define J_SLEW_RATE 1 #define J_SLEW_RATE 1
#endif #endif
#if AXIS_DRIVER_TYPE_K(L6470) #if AXIS_IS_L64XX(K)
#define K_MICROSTEPS 128 #define K_MICROSTEPS 128
#define K_OVERCURRENT 2000 #define K_OVERCURRENT 2000
#define K_STALLCURRENT 1500 #define K_STALLCURRENT 1500

View file

@ -3224,7 +3224,7 @@
#define Z4_SLEW_RATE 1 #define Z4_SLEW_RATE 1
#endif #endif
#if AXIS_DRIVER_TYPE_I(L6470) #if AXIS_IS_L64XX(I)
#define I_MICROSTEPS 128 #define I_MICROSTEPS 128
#define I_OVERCURRENT 2000 #define I_OVERCURRENT 2000
#define I_STALLCURRENT 1500 #define I_STALLCURRENT 1500
@ -3233,7 +3233,7 @@
#define I_SLEW_RATE 1 #define I_SLEW_RATE 1
#endif #endif
#if AXIS_DRIVER_TYPE_J(L6470) #if AXIS_IS_L64XX(J)
#define J_MICROSTEPS 128 #define J_MICROSTEPS 128
#define J_OVERCURRENT 2000 #define J_OVERCURRENT 2000
#define J_STALLCURRENT 1500 #define J_STALLCURRENT 1500
@ -3242,7 +3242,7 @@
#define J_SLEW_RATE 1 #define J_SLEW_RATE 1
#endif #endif
#if AXIS_DRIVER_TYPE_K(L6470) #if AXIS_IS_L64XX(K)
#define K_MICROSTEPS 128 #define K_MICROSTEPS 128
#define K_OVERCURRENT 2000 #define K_OVERCURRENT 2000
#define K_STALLCURRENT 1500 #define K_STALLCURRENT 1500

Some files were not shown because too many files have changed in this diff Show more