Duet3D Logo Duet3D
    • Tags
    • Documentation
    • Order
    • Register
    • Login

    Error: M280: Probe was not triggered during probing move

    Scheduled Pinned Locked Moved
    Duet Hardware and wiring
    2
    6
    99
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • Snippyundefined
      Snippy
      last edited by

      ; 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 BLTouch

      Had 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?

      Phaedruxundefined 1 Reply Last reply Reply Quote 0
      • Phaedruxundefined
        Phaedrux Moderator
        last edited by

        Which Duet board and which firmware version?

        Z-Bot CoreXY Build | Thingiverse Profile

        1 Reply Last reply Reply Quote 0
        • Phaedruxundefined
          Phaedrux Moderator @Snippy
          last edited by

          @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.

          Z-Bot CoreXY Build | Thingiverse Profile

          Snippyundefined 1 Reply Last reply Reply Quote 0
          • Snippyundefined
            Snippy @Phaedrux
            last edited by

            @Phaedrux

            Duet3 HC6
            Reprap 3.5.4

            1 Reply Last reply Reply Quote 0
            • Phaedruxundefined
              Phaedrux Moderator
              last edited by

              https://docs.duet3d.com/en/Duet3D_hardware/Duet_3_family/Duet_3_Mainboard_6HC_Hardware_Overview#inputoutput

              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	
              

              Z-Bot CoreXY Build | Thingiverse Profile

              Snippyundefined 1 Reply Last reply Reply Quote 0
              • Snippyundefined
                Snippy @Phaedrux
                last edited by

                @Phaedrux
                Thanks, ofc they are, why would life be simple.

                1 Reply Last reply Reply Quote 0
                • First post
                  Last post
                Unless otherwise noted, all forum content is licensed under CC-BY-SA