Skip to content

Commit

Permalink
fix order
Browse files Browse the repository at this point in the history
  • Loading branch information
thinkyhead committed Jan 18, 2022
1 parent 5fec7fb commit 5c44710
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions Marlin/src/pins/stm32f4/pins_BTT_OCTOPUS_PRO_V1_0.h
Original file line number Diff line number Diff line change
Expand Up @@ -37,12 +37,8 @@
#define TEMP_0_PIN PF4 // TH0
#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
#if !defined(Z_MIN_PROBE_PIN) && DISABLED(BLTOUCH)
#define Z_MIN_PROBE_PIN PC5 // Probe (Proximity switch) port
#endif

#include "pins_BTT_OCTOPUS_V1_common.h"

0 comments on commit 5c44710

Please sign in to comment.