🐛 Fix MKS Robin E3/E3D Z Stop/Probe pins (#23034)
This commit is contained in:
parent
cbc7dadf42
commit
aef413202e
@ -54,8 +54,14 @@
|
|||||||
//
|
//
|
||||||
#define X_STOP_PIN PA12
|
#define X_STOP_PIN PA12
|
||||||
#define Y_STOP_PIN PA11
|
#define Y_STOP_PIN PA11
|
||||||
#define Z_MIN_PIN PC6
|
#define Z_STOP_PIN PC6
|
||||||
#define Z_MAX_PIN PB1
|
|
||||||
|
//
|
||||||
|
// Z Probe
|
||||||
|
//
|
||||||
|
#ifndef Z_MIN_PROBE_PIN
|
||||||
|
#define Z_MIN_PROBE_PIN PB1
|
||||||
|
#endif
|
||||||
|
|
||||||
//
|
//
|
||||||
// Steppers
|
// Steppers
|
||||||
|
Loading…
Reference in New Issue
Block a user