Updates and fixes

update /macros folder

Update *bltouch.cfg

Fix Z and Y pins

Fix Y direction

Update MKSRN-Sv1.3 pins

Clean obsolete comments
This commit is contained in:
oducceu
2021-10-13 15:07:13 +03:00
parent 5935bfa7f1
commit 31ac02031d
14 changed files with 452 additions and 79 deletions

View File

@@ -120,15 +120,11 @@ aliases:
## Controls ####################################################################
MT_DET1_PIN=PA4, MT_DET2_PIN=PE6,
PW_DET_PIN=PA2, AUTO_OFF_PIN=PB2,
BEEPER_PIN=PC5,
## BLTouch #####################################################################
BLTOUCH_SENSOR_PIN=PE6, # MT_DET2
BLTOUCH_CONTROL_PIN=PA8, # SERVO
## TMC2209 UART ################################################################
X_UART_PIN=PA1, X_TX_PIN=PA6,
Y_UART_PIN=PA1, Y_TX_PIN=PA6,
Z_UART_PIN=PA1, Z_TX_PIN=PA6,
E0_UART_PIN=PA1, E0_TX_PIN=PA6,
TMC_UART_PIN=PA1, TMC_TX_PIN=PA6,
################################################################################
# MCU
@@ -148,7 +144,7 @@ min_temp: 0
max_temp: 100
[filament_switch_sensor filament_sensor]
switch_pin: MT_DET1_PIN
switch_pin: PA4
runout_gcode:
BEEP P=1500
@@ -157,7 +153,7 @@ runout_gcode:
################################################################################
[output_pin _BEEPER_pin]
pin: BEEPER_PIN
pin: PC5
pwm: True
value: 0
shutdown_value: 0