Skip to content

Commit

Permalink
Misc. pins cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
thinkyhead committed Aug 26, 2021
1 parent 556a827 commit a28bb49
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 27 deletions.
2 changes: 1 addition & 1 deletion Marlin/src/pins/rambo/pins_MINIRAMBO.h
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
#define E0_DIR_PIN 43
#define E0_ENABLE_PIN 26

// Microstepping pins - Mapping not from fastio.h (?)
// Microstepping pins
#define X_MS1_PIN 40
#define X_MS2_PIN 41
#define Y_MS1_PIN 69
Expand Down
6 changes: 2 additions & 4 deletions Marlin/src/pins/ramps/pins_BAM_DICE_DUE.h
Original file line number Diff line number Diff line change
Expand Up @@ -38,12 +38,10 @@
#define SPINDLE_DIR_PIN 67
#define SPINDLE_LASER_PWM_PIN 44 // Hardware PWM

#include "pins_RAMPS.h"

//
// Temperature Sensors
//
#undef TEMP_0_PIN
#undef TEMP_1_PIN
#define TEMP_0_PIN 9 // Analog Input
#define TEMP_1_PIN 11 // Analog Input

#include "pins_RAMPS.h"
21 changes: 0 additions & 21 deletions Marlin/src/pins/ramps/pins_K8600.h
Original file line number Diff line number Diff line change
Expand Up @@ -60,30 +60,9 @@
//
// Steppers
//
#undef X_STEP_PIN
#undef X_DIR_PIN
#undef X_ENABLE_PIN
#define X_STEP_PIN 54
#define X_DIR_PIN 55
#define X_ENABLE_PIN 38

#undef Y_STEP_PIN
#undef Y_DIR_PIN
#undef Y_ENABLE_PIN
#define Y_STEP_PIN 60
#define Y_DIR_PIN 61
#define Y_ENABLE_PIN 56

#undef Z_ENABLE_PIN
#define Z_ENABLE_PIN 63

#undef E0_STEP_PIN
#undef E0_DIR_PIN
#undef E0_ENABLE_PIN
#define E0_STEP_PIN 26
#define E0_DIR_PIN 28
#define E0_ENABLE_PIN 24

//
// Heaters / Fans
//
Expand Down
2 changes: 1 addition & 1 deletion Marlin/src/pins/stm32f1/pins_BTT_SKR_MINI_V1_1.h
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
#define E0_DIR_PIN PB0
#define E0_ENABLE_PIN PC4

#if ENABLED(TMC_USE_SW_SPI)
#if ENABLED(TMC_USE_SW_SPI) // Shared with EXP2
#ifndef TMC_SW_SCK
#define TMC_SW_SCK PB3
#endif
Expand Down

0 comments on commit a28bb49

Please sign in to comment.