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:
@@ -30,7 +30,7 @@ homing_retract_dist: 0
|
||||
|
||||
[stepper_y]
|
||||
step_pin: Y_STEP_PIN
|
||||
dir_pin: !Y_DIR_PIN
|
||||
dir_pin: Y_DIR_PIN
|
||||
enable_pin: !Y_ENABLE_PIN
|
||||
rotation_distance: 40
|
||||
microsteps: 16
|
||||
@@ -42,12 +42,12 @@ homing_speed: 100
|
||||
homing_retract_dist: 0 # disable for head retraction after homing
|
||||
|
||||
[stepper_z] # left stepper
|
||||
step_pin: Z1_STEP_PIN
|
||||
dir_pin: !Z1_DIR_PIN
|
||||
enable_pin: !Z1_ENABLE_PIN
|
||||
step_pin: Z_STEP_PIN
|
||||
dir_pin: !Z_DIR_PIN
|
||||
enable_pin: !Z_ENABLE_PIN
|
||||
rotation_distance: 8
|
||||
microsteps: 16
|
||||
endstop_pin: !Z1_STOP_PIN
|
||||
endstop_pin: !Z_STOP_PIN
|
||||
position_max: 200 # Z-axis print volume size
|
||||
homing_speed: 20
|
||||
second_homing_speed: 5
|
||||
|
||||
Reference in New Issue
Block a user