️ Formbot ST7920 delays, intentional X2 pins (#22915)

Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
This commit is contained in:
InsanityAutomation
2021-10-12 23:19:05 -04:00
committed by GitHub
parent bf91bd5eee
commit 8e4953514c
6 changed files with 28 additions and 8 deletions

View File

@@ -632,7 +632,7 @@
// Chip Select and Digital Micro-stepping
//
#if EITHER(DUAL_X_CARRIAGE, X_DUAL_STEPPER_DRIVERS)
#if HAS_X2_STEPPER
#if PIN_EXISTS(X2_CS) && AXIS_HAS_SPI(X2)
#define _X2_CS X2_CS_PIN,
#else