Skip to content

Commit

Permalink
Update pins_BTT_OCTOPUS_V1_common.h
Browse files Browse the repository at this point in the history
  • Loading branch information
thinkyhead authored Jan 18, 2022
1 parent ab12b3c commit aa148c0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Marlin/src/pins/stm32f4/pins_BTT_OCTOPUS_V1_common.h
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,9 @@
//
// Z Probe (when not Z_MIN_PIN)
//
#define Z_MIN_PROBE_PIN PB7
#ifndef Z_MIN_PROBE_PIN
#define Z_MIN_PROBE_PIN PB7
#endif

//
// Check for additional used endstop pins
Expand Down

0 comments on commit aa148c0

Please sign in to comment.