Skip to content

Commit

Permalink
πŸ› Fix MKS Robin E3/E3D Z Stop/Probe pins (#23034)
Browse files Browse the repository at this point in the history
  • Loading branch information
thisiskeithb authored and thinkyhead committed Dec 25, 2021
1 parent cbc7dad commit aef4132
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions Marlin/src/pins/stm32f1/pins_MKS_ROBIN_E3_common.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit aef4132

Please sign in to comment.