Skip to content

Commit

Permalink
Change SERVO0_PIN for Spider
Browse files Browse the repository at this point in the history
  • Loading branch information
GerogeFu committed Jul 6, 2021
1 parent f0bd055 commit 87124a4
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Marlin/src/pins/stm32f4/pins_FYSETC_S6.h
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,9 @@
//
// Servos
//
#define SERVO0_PIN PA3
#ifndef SERVO0_PIN
#define SERVO0_PIN PA3
#endif

//
// Limit Switches
Expand Down
6 changes: 6 additions & 0 deletions Marlin/src/pins/stm32f4/pins_FYSETC_SPIDER.h
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,12 @@
//
#define X_ENABLE_PIN PE9

//
// Servos
// Z_MAX_PIN only works in input mode
//
#define SERVO0_PIN PA2

#if HAS_TMC_UART
#define X_SERIAL_TX_PIN PE7
#define X_SERIAL_RX_PIN PE7
Expand Down

0 comments on commit 87124a4

Please sign in to comment.