Fix compiler warnings for Chiron build and Directory selection on Anycubic 1.0 displays.

This commit is contained in:
Knutwurst
2023-05-30 16:46:30 +02:00
parent 75ffa32980
commit 9c4c58235b
2 changed files with 18 additions and 2 deletions

View File

@@ -142,6 +142,19 @@
#define Z_CS_PIN 40
#endif
#ifndef Z2_STEP_PIN
#define Z2_STEP_PIN 46
#endif
#ifndef Z2_DIR_PIN
#define Z2_DIR_PIN 48
#endif
#ifndef Z2_ENABLE_PIN
#define Z2_ENABLE_PIN 62
#endif
#ifndef Z2_CS_PIN
#define Z2_CS_PIN 40
#endif
#define E0_STEP_PIN 26
#define E0_DIR_PIN 28
#define E0_ENABLE_PIN 24