From ec691bd3dc14995004aa47b8320ac741192954ef Mon Sep 17 00:00:00 2001 From: Ton Date: Thu, 29 Aug 2024 10:38:22 +0200 Subject: [PATCH] Add bl touch --- bl-touch.md | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 bl-touch.md diff --git a/bl-touch.md b/bl-touch.md new file mode 100644 index 0000000..9f8626e --- /dev/null +++ b/bl-touch.md @@ -0,0 +1,25 @@ +https://youtu.be/N41JY1Gukuk?t=1330 + +``` +[bltouch] +sensor_pin: ^PC14 +control_pin: PC13 +x_offset: -31.8 +y_offset: -40.5 +z_offset: 0 +probe_with_touch_mode: true +stow_on_each_sample: false + +[bed_mesh] +speed: 120 +mesh_min: 10, 10 +mesh_max: 200, 194 +probe_count: 4,4 +algorithm: bicubic + +[safe_z_home] +home_xy_position: 147, 154 +speed: 75 +z_hop: 10 +z_hop_speed: 5 +``` \ No newline at end of file