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

    Dudes about Bltouch

    Scheduled Pinned Locked Moved
    General Discussion
    3
    4
    245
    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.
    • peirofundefined
      peirof
      last edited by peirof

      Hi,

      i am configuring Ratrig printer, and i have isues with Zprobe...
      Printer mounts a BlTouch, but when i order the printer Homing, X and Y axis are fine, but Z Duet send a message that are not z probe defined.

      When power on the printer, BlTouch do selftest, but when i send macros to deploy, retract and test, do nothing.

      a strange thing is that in config.g that Ratrig facilitates for the configuration, for the BLTouch it indicates that you put these lines...

      ; BLTouch
      M950 S0 C"io7.out"                     ; Create a servo pin on io7
      M558 P9 C"io7.in" H5 F240 T10800 A5    ; set Z probe type to unmodulated and the dive height + speeds
      G31 P25 X-28.00 Y-13.00 Z0.90          ; set Z probe trigger value, offset and trigger height, more Z means closer to the bed
      

      But... Bltouch, its connected to io2

      Too add retractprobe.g and deployprobe.g

      ; deployprobe.g
      ; Called to deploy a physical Z probe
      ;
      M280 P0 S10															; Deploy the BLTouch pin
      
      

      and

      ; retractprobe.g
      ; Called to retract a physical Z probe
      ;
      M280 P0 S90													; Retract the BLTouch pin
      
      

      ideas, why not are detected when homing procedure?

      one thing more, after start printer and do selftest, BlTouch rest lighted

      fcwiltundefined Stephen6309undefined 2 Replies Last reply Reply Quote 0
      • fcwiltundefined
        fcwilt @peirof
        last edited by

        @peirof

        Are you using Duet v3 firmware?

        Frederick

        Printers: a small Utilmaker style, a small CoreXY and a E3D MS/TC setup. Various hotends. Using Duet 3 hardware running 3.4.6

        peirofundefined 1 Reply Last reply Reply Quote 0
        • Stephen6309undefined
          Stephen6309 @peirof
          last edited by

          @peirof Change the io7 in M558&M950 to the connections you have, io2.

          1 Reply Last reply Reply Quote 2
          • peirofundefined
            peirof @fcwilt
            last edited by

            @fcwilt yes

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