Skip to content

Commit

Permalink
Allow overriding servo pin for MKS Robin Mini (MarlinFirmware#20158)
Browse files Browse the repository at this point in the history
  • Loading branch information
sjasonsmith authored and tharts committed Jan 6, 2021
1 parent ed42e8e commit 74ef184
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Marlin/src/pins/stm32f1/pins_MKS_ROBIN_MINI.h
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,9 @@
#define POWER_LOSS_PIN PA2 // PW_DET
#define PS_ON_PIN PA3 // PW_OFF

#define SERVO0_PIN PA8 // Enable BLTOUCH support on IO0 (WIFI connector)
#ifndef SERVO0_PIN
#define SERVO0_PIN PA8 // Enable BLTOUCH support on IO0 (WIFI connector)
#endif

#define MT_DET_1_PIN PA4
#define MT_DET_PIN_INVERTING false
Expand Down

0 comments on commit 74ef184

Please sign in to comment.