mirror of
https://github.com/oducceu/klipper_configs.git
synced 2025-12-23 08:03:36 +05:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user