Skip to content

Instantly share code, notes, and snippets.

@Nathan22211
Created September 4, 2022 12:53
Show Gist options
  • Select an option

  • Save Nathan22211/3aafa5987f2c19640dc5095d9656273f to your computer and use it in GitHub Desktop.

Select an option

Save Nathan22211/3aafa5987f2c19640dc5095d9656273f to your computer and use it in GitHub Desktop.
SERVO0 = PD13 //BLtouch out
Z_MIN = PD12 //BLTouch is used
X_MIN = PD10
X_MAX = PE15 //for carrige 2 probably
Y_MIN = PE0
Z2_MIN = PE2 //probably not used
FIl_RUNOUT = PA6 //"Pulled High"
CHECKFIL0 = PE5
CHECKFIL1 = PE6
X1_ENABLE = PC7
X1_STEP = PD15
X1_DIR = PD14
X2_ENABLE = PE11
X2_STEP = PE9
X2_DIR = PE8
Y_ENABLE = PB9
Y_STEP = PB7
Y_DIR = PB6
Z1_ENABLE = PB5
Z1_STEP = PB3
Z1_DIR = PD7
Z2_ENABLE = PC5
Z2_STEP = PA7
Z2_DIR = PA6
E0_ENABLE = PD4
E0_STEP = PD1
E0_DIR = PD0
E1_ENABLE = PE7
E1_STEP = PB1
E1_DIR = PB0
TEMP_0 = PA4 //TH0
TEMP_1 = PA5 //TH1
TEMP_BED = PA3 //TB1
HEAT_0 = PA1
heat_1 = PA0
heat_bed = PA2
fan_0 = PB14
fan_1 = PB12
sd_detect = PA8
SD_CS = PC11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment