From 99e111e8e7f1f184699c3f4bce879e9b01b375f4 Mon Sep 17 00:00:00 2001 From: Ender3 venya Date: Wed, 28 Jan 2026 20:59:09 +0300 Subject: [PATCH] bltouch --- printer.cfg | 24 ++++++++++++++++++++++-- 1 file changed, 22 insertions(+), 2 deletions(-) diff --git a/printer.cfg b/printer.cfg index a4b18be..32035d9 100644 --- a/printer.cfg +++ b/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 ########################################