Skip to content

Commit

Permalink
moved pin selection to the correct board header
Browse files Browse the repository at this point in the history
  • Loading branch information
salva00 committed Jan 18, 2022
1 parent 49bfd18 commit 5fec7fb
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions Marlin/src/pins/stm32f4/pins_BTT_OCTOPUS_PRO_V1_0.h
Original file line number Diff line number Diff line change
Expand Up @@ -38,3 +38,11 @@
#endif

#include "pins_BTT_OCTOPUS_V1_common.h"

#ifndef Z_MIN_PROBE_PIN
#if ENABLED(BLTOUCH)
#define Z_MIN_PROBE_PIN PB7
#else
#define Z_MIN_PROBE_PIN PC5 // Probe (Proximity switch) port
#endif
#endif

0 comments on commit 5fec7fb

Please sign in to comment.