More typos

This commit is contained in:
Zach Schimke 2021-08-17 23:46:57 -07:00
parent a8f20cb454
commit 5217b9698d
2 changed files with 2 additions and 2 deletions

View File

@ -40,7 +40,7 @@ enable_pin: !X_ENABLE
# GT2 20T Pully # GT2 20T Pully
rotation_distance: 40 rotation_distance: 40
microsteps: 16 microsteps: 16
endstop_pin: X_ENDSTOP endstop_pin: X_STOP
position_min: 0 position_min: 0
position_endstop: 120 position_endstop: 120
position_max: 120 position_max: 120

View File

@ -25,7 +25,7 @@ aliases:
E0_STOP=PC15, E0_STOP=PC15,
# Steppers # Steppers
RX=PC11, TX=PC10 RX=PC11, TX=PC10,
X_STEP=PB13, X_DIR=PB12, X_ENABLE=PB14, X_STEP=PB13, X_DIR=PB12, X_ENABLE=PB14,
Y_STEP=PB10, Y_DIR=PB2, Y_ENABLE=PB11, Y_STEP=PB10, Y_DIR=PB2, Y_ENABLE=PB11,
Z_STEP=PB0, Z_DIR=PC5, Z_ENABLE=PB1, Z_STEP=PB0, Z_DIR=PC5, Z_ENABLE=PB1,