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

@@ -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