Define SANGUINOLOLU 1.1 enable pins (#20682)

This commit is contained in:
ellensp 2021-01-06 01:22:51 +13:00 committed by GitHub
parent e9ab6c10cf
commit 87fbda8344
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -106,10 +106,10 @@
#else
#define HEATER_BED_PIN 14 // (bed)
#define X_ENABLE_PIN -1
#define Y_ENABLE_PIN -1
#define Z_ENABLE_PIN -1
#define E0_ENABLE_PIN -1
#define X_ENABLE_PIN 4
#define Y_ENABLE_PIN 4
#define Z_ENABLE_PIN 4
#define E0_ENABLE_PIN 4
#endif