diff options
Diffstat (limited to 'README')
-rw-r--r-- | README | 18 |
1 files changed, 18 insertions, 0 deletions
@@ -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: |