Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update BTT002 pins #16591

Merged
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Remove duplicate min/max endstops
  • Loading branch information
thisiskeithb committed Jan 17, 2020
commit 01da3be9fca2c5aab284eb98f9860bb8d7a98800
9 changes: 3 additions & 6 deletions Marlin/src/pins/stm32/pins_BTT_BTT002_V1_0.h
Original file line number Diff line number Diff line change
Expand Up @@ -44,12 +44,9 @@
//
// Limit Switches
//
#define X_MIN_PIN PD3
#define X_MAX_PIN PD3
#define Y_MIN_PIN PD2
#define Y_MAX_PIN PD2
#define Z_MIN_PIN PD1
#define Z_MAX_PIN PD1
#define X_STOP_PIN PD3
#define Y_STOP_PIN PD2
#define Z_STOP_PIN PD1

//
// Z Probe must be this pin
Expand Down