Error: M280: Probe was not triggered during probing move
-
; Probes
M558 K0 P9 C"io0.in" H5 F120 T6000 ; configure BLTouch probe via slot #0
G31 P500 X45 Y0 Z5 ; set Z probe trigger value, offset and trigger height
M950 S0 C"io0.out" ; create servo #0 for BLtouch
M557 X0:400 Y0:400 S20; deployprobe.g
; called to deploy a physical Z probe
;
M280 P0 S10 ; deploy BLTouch; retractprobe.g
; called to retract a physical Z probe
;
M280 P0 S90 ; retract BLTouchHad to be manualy made, RRF config tool Does not have option for "io0.out" "io0.in".
BLtouch does the clikky cklacky when printer turns on.
G29 results in, Error: M280: Probe was not triggered during probing move.
M280 P0 S10, Probe does not moove.
What is going on?
-
Which Duet board and which firmware version?
-
@Snippy said in Error: M280: Probe was not triggered during probing move:
Had to be manualy made, RRF config tool Does not have option for "io0.out" "io0.in".
Depending on your board there may be a very good reason for this.
-
Duet3 HC6
Reprap 3.5.4 -
See the table here. Only io4 5 and 7 are PWM capable.
IO # UART? Analog in? PWM out? Notes 0 yes no no 1 yes no no 2 no no no 3 no yes no 4 no yes yes 5 no yes yes 6 no yes no 7 no yes yes 8 no no no
-
@Phaedrux
Thanks, ofc they are, why would life be simple.