🐛 Fix MKS Robin E3/E3D Z Stop/Probe pins (#23034)

This commit is contained in:
Keith Bennett 2021-10-28 03:26:05 -07:00 committed by Scott Lahteine
parent cbc7dadf42
commit aef413202e

View File

@ -54,8 +54,14 @@
//
#define X_STOP_PIN PA12
#define Y_STOP_PIN PA11
#define Z_MIN_PIN PC6
#define Z_MAX_PIN PB1
#define Z_STOP_PIN PC6
//
// Z Probe
//
#ifndef Z_MIN_PROBE_PIN
#define Z_MIN_PROBE_PIN PB1
#endif
//
// Steppers