mirror of
https://github.com/MarlinFirmware/Marlin.git
synced 2026-01-18 05:45:33 -07:00
Fix: correct config for homing
This commit is contained in:
parent
75eab38046
commit
d9c15a8793
1 changed files with 6 additions and 6 deletions
|
|
@ -45,12 +45,12 @@
|
|||
// #define SERVO3_PIN 41 // G0 (1280-EX4)
|
||||
|
||||
//
|
||||
// Limit Switches
|
||||
//
|
||||
#define X_MIN_PIN 30 // C7 **
|
||||
// #define X_MAX_PIN 48 // L1
|
||||
#define Y_MIN_PIN 31 // C6 **
|
||||
// #define Y_MAX_PIN 46 // L3
|
||||
// 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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue