From 0c509047f3feae9c63e0a30b0c3669be3558f71f Mon Sep 17 00:00:00 2001 From: Jack Moxley Date: Tue, 30 Jul 2024 19:36:11 +0100 Subject: [PATCH 1/2] feature(tap) Added chaoticlab CNC tap settings. --- config/hardware/probes/chaoticlab-cnc-tap-v2.cfg | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 config/hardware/probes/chaoticlab-cnc-tap-v2.cfg diff --git a/config/hardware/probes/chaoticlab-cnc-tap-v2.cfg b/config/hardware/probes/chaoticlab-cnc-tap-v2.cfg new file mode 100644 index 000000000..0301ba00d --- /dev/null +++ b/config/hardware/probes/chaoticlab-cnc-tap-v2.cfg @@ -0,0 +1,12 @@ +# Chaotic Lab CNC Tap is a little less sensitive, and needs it's own settings. +# It is based on the default voron_tap config +# @see (https://github.com/Chaoticlab/CNC-Tap-for-Voron/blob/master/Manual/CNC%20Tap%20V2.cfg) +[include config/hardware/probes/voron_tap.cfg] + +[probe] +speed: 5.0 +samples: 2 +samples_result: median +sample_retract_dist: 3.0 +samples_tolerance: 0.05 +samples_tolerance_retries: 3 \ No newline at end of file From dec4269e669bd76c71319e6037c0548c64d33c68 Mon Sep 17 00:00:00 2001 From: Jack Moxley Date: Tue, 30 Jul 2024 19:36:11 +0100 Subject: [PATCH 2/2] feature(tap) Added chaoticlab CNC tap settings. --- config/hardware/probes/chaoticlab-cnc-tap-v2.cfg | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 config/hardware/probes/chaoticlab-cnc-tap-v2.cfg diff --git a/config/hardware/probes/chaoticlab-cnc-tap-v2.cfg b/config/hardware/probes/chaoticlab-cnc-tap-v2.cfg new file mode 100644 index 000000000..05022570c --- /dev/null +++ b/config/hardware/probes/chaoticlab-cnc-tap-v2.cfg @@ -0,0 +1,12 @@ +# Chaotic Lab CNC Tap is a little less sensitive, and needs it's own settings. +# It is based on the default voron_tap config +# @see (https://github.com/Chaoticlab/CNC-Tap-for-Voron/blob/master/Manual/CNC%20Tap%20V2.cfg) +[include voron_tap.cfg] + +[probe] +speed: 5.0 +samples: 2 +samples_result: median +sample_retract_dist: 3.0 +samples_tolerance: 0.05 +samples_tolerance_retries: 3 \ No newline at end of file