Fix up Megatronics 3.2 test

This commit is contained in:
Scott Lahteine
2019-11-10 16:19:39 -06:00
parent 7b29c60c46
commit 624336f453
2 changed files with 8 additions and 8 deletions

View File

@ -48,12 +48,12 @@
//
// Limit Switches
//
#define X_MIN_PIN 37
#define X_MAX_PIN 40
#define Y_MIN_PIN 41
#define Y_MAX_PIN 38
#define Z_MIN_PIN 18
#define Z_MAX_PIN 19
#define X_MIN_PIN 37 // No INT
#define X_MAX_PIN 40 // No INT
#define Y_MIN_PIN 41 // No INT
#define Y_MAX_PIN 38 // No INT
#define Z_MIN_PIN 18 // No INT
#define Z_MAX_PIN 19 // No INT
//
// Z Probe (when not Z_MIN_PIN)