aboutsummaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorEddie Ehlin <eddiex@eddiex.se>2021-05-20 15:53:27 +0200
committerEddie Ehlin <eddiex@eddiex.se>2021-05-20 15:53:27 +0200
commitccf0b579c8edd17f4da444ac1d7f3471f83ac0f1 (patch)
tree7917344bf70076c5cdcbd502c41b67c531ccc918 /README
parentcfb100c4a1526762a78a55cdfd9c9c6ecf682705 (diff)
download3DPrinter-CR10S-ccf0b579c8edd17f4da444ac1d7f3471f83ac0f1.tar.gz
3DPrinter-CR10S-ccf0b579c8edd17f4da444ac1d7f3471f83ac0f1.zip
Added notes from debugging pins using PINS_DEBUGGING and M43 S
Diffstat (limited to 'README')
-rw-r--r--README18
1 files changed, 18 insertions, 0 deletions
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: