🚨 Fix build warnings on Lulzbot Taz (#24227)

This commit is contained in:
InsanityAutomation
2022-05-22 18:47:30 -04:00
committed by GitHub
parent 167672dcd7
commit c6b5bf7c00
2 changed files with 1 additions and 5 deletions

View File

@@ -84,7 +84,7 @@
#endif
#define Z_MAX_PIN 7
#ifndef Z_MIN_PIN 7
#ifndef Z_MIN_PIN
#define Z_MIN_PIN 10 // Z-
#endif