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

    Probe macro issue

    Scheduled Pinned Locked Moved
    My Duet controlled machine
    4
    5
    191
    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.
    • PaulHewundefined
      PaulHew
      last edited by

      I have a macro which is giving me the following error
      1/23/2020, 3:03:41 PM M98 P"0:/macros/Probe PMFH"
      Error: Invalid gpio port 64

      The macro is for probing the bed with a BL Touch. These are the lines in it

      G1 Z10
      M280 P64 S10
      G30 S-1

      I recently upgraded to RRF3 and not sure what I need to change it to.

      Assistance would be appreciated.

      Regards,

      Paul.

      RailCore II - Duet Mini + 1LC, Voron V0.1 - Duet Mini
      Voron 2.4 disassembled..... Waiting for the RailCore Mini....

      DIY-O-Sphereundefined droftartsundefined 2 Replies Last reply Reply Quote 0
      • DIY-O-Sphereundefined
        DIY-O-Sphere @PaulHew
        last edited by

        @PaulHew said in Probe macro issue:

        M280 P64 S10

        M280 P0 S10

        (UTC+1)

        1 Reply Last reply Reply Quote 0
        • droftartsundefined
          droftarts administrators @PaulHew
          last edited by

          @PaulHew In you config.g you'll have something like:

          ; Z-Probe
          M950 S0 C"exp.heater3"                         ; create servo pin 0 for BLTouch
          M558 P9 C"zprobe.in" H5 F120 T6000             ; set Z probe type to bltouch and the dive height + speeds
          G31 P500 X0 Y0 Z2.5                            ; set Z probe trigger value, offset and trigger height
          

          Where M950 S0 creates the servo pin/index. Unless yours says M950 S64, the M280 in the macro is wrong, and should be M280 P0 S10. See https://duet3d.dozuki.com/Wiki/Gcode?revisionid=HEAD#Section_M280_Set_servo_position

          Ian

          Bed-slinger - Mini5+ WiFi/1LC | RRP Fisher v1 - D2 WiFi | Polargraph - D2 WiFi | TronXY X5S - 6HC/Roto | CNC router - 6HC | Tractus3D T1250 - D2 Eth

          1 Reply Last reply Reply Quote 0
          • PaulHewundefined
            PaulHew
            last edited by

            Thank you both.

            I got lost as this is on my maestro board and the example is for a Duet2.

            I still have not got my head around the pin numbers, assigning and referencing them.
            New learning curve!

            Thanks again.

            Paul.

            RailCore II - Duet Mini + 1LC, Voron V0.1 - Duet Mini
            Voron 2.4 disassembled..... Waiting for the RailCore Mini....

            1 Reply Last reply Reply Quote 0
            • dc42undefined
              dc42 administrators
              last edited by

              See https://duet3d.dozuki.com/Wiki/Connecting_a_Z_probe#Section_Software_setup_RepRapFirmware_Num_3.

              Duet WiFi hardware designer and firmware engineer
              Please do not ask me for Duet support via PM or email, use the forum
              http://www.escher3d.com, https://miscsolutions.wordpress.com

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