Fix up Megatronics 3.2 test
This commit is contained in:
parent
7b29c60c46
commit
624336f453
2 changed files with 8 additions and 8 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue