mirror of
https://github.com/MarlinFirmware/Marlin.git
synced 2026-01-18 05:45:33 -07:00
pin naming and format
This commit is contained in:
parent
e4feec9d83
commit
518f8a8ef6
1 changed files with 3 additions and 6 deletions
|
|
@ -47,12 +47,9 @@
|
|||
//
|
||||
// Limit Switches: X and Y go to max, Z to min
|
||||
//
|
||||
// #define X_MIN_PIN 30 // C7
|
||||
#define X_MAX_PIN 30 // C7
|
||||
// #define Y_MIN_PIN 31 // C6
|
||||
#define Y_MAX_PIN 31 // C6
|
||||
#define Z_MIN_PIN 32 // C5
|
||||
// #define Z_MAX_PIN 42 // L7
|
||||
#define X_STOP_PIN 30 // C7
|
||||
#define Y_STOP_PIN 31 // C6
|
||||
#define Z_MIN_PIN 32 // C5
|
||||
|
||||
//
|
||||
// Z Probe (when not Z_MIN_PIN)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue