From ccf0b579c8edd17f4da444ac1d7f3471f83ac0f1 Mon Sep 17 00:00:00 2001 From: Eddie Ehlin Date: Thu, 20 May 2021 15:53:27 +0200 Subject: Added notes from debugging pins using PINS_DEBUGGING and M43 S --- README | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/README b/README index 3c3a69c..ff2ecc6 100644 --- a/README +++ b/README @@ -34,6 +34,24 @@ Premise: Since it is working in precompiled firmware provided by Creality, I ass **Note**: If i ONLY do homing of X and Y it works in arbitrary order, but as soon I've tried to home Z and then issuing G28 X or Y the printer halts. +Enabled PINS_DEBUGGING and issued the following G-CODE command: M43 S +Output: + >>> M43 S + SENDING:M43 S + Servo probe test + . using index: 0, deploy angle: 10, stow angle: 90 + . Probe Z_MIN_PIN: 18 + . Z_MIN_ENDSTOP_INVERTING: false + . Check for BLTOUCH + = BLTouch Classic 1.2, 1.3, Smart 1.0, 2.0, 2.2, 3.0, 3.1 detected. + ** Please trigger probe within 30 sec ** + . Pulse width (+/- 4ms): 0 + FAIL: Noise detected - please re-run test + ok P15 B3 + +Ran the test multiple times and the probe was deployed and stowed (only once) during the test. May this be connected to me running some extensions on the cables perhaps? + + ### 2020-02-22 **Marlin version: 2.0.3 (using CR10S example config as base)** Enabled PINS_DEBUGGING and ran M43 S which gave the following: -- cgit v1.2.3