bltouch
This commit is contained in:
24
printer.cfg
24
printer.cfg
@@ -34,10 +34,16 @@ dir_pin: P2.11
|
||||
enable_pin: !P0.21
|
||||
microsteps: 16
|
||||
rotation_distance: 8
|
||||
endstop_pin: !P1.27
|
||||
position_endstop: 0.0
|
||||
endstop_pin: probe:z_virtual_endstop
|
||||
# position_endstop: 0.0
|
||||
position_max: 300
|
||||
|
||||
[safe_z_home]
|
||||
home_xy_position: 100, 100 # Change coordinates to the center of your print bed
|
||||
speed: 50
|
||||
z_hop: 10 # Move up 10mm
|
||||
z_hop_speed: 5
|
||||
|
||||
[extruder]
|
||||
step_pin: P2.13
|
||||
dir_pin: !P0.11
|
||||
@@ -99,6 +105,20 @@ click_pin: ^!EXP1_2
|
||||
[output_pin beeper]
|
||||
pin: EXP1_1
|
||||
|
||||
[bltouch]
|
||||
control_pin: P2.0
|
||||
sensor_pin: ^P1.27
|
||||
stow_on_each_sample: false
|
||||
x_offset: -30
|
||||
y_offset: -19
|
||||
z_offset: 0
|
||||
speed: 5
|
||||
samples: 2
|
||||
samples_result: average
|
||||
sample_retract_dist: 3.0
|
||||
samples_tolerance: 0.08
|
||||
samples_tolerance_retries:3
|
||||
|
||||
########################################
|
||||
# TMC2208 configuration
|
||||
########################################
|
||||
|
||||
Reference in New Issue
Block a user