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

deployprobe.g for Euclid not running

Scheduled Pinned Locked Moved Solved
Tuning and tweaking
5
23
1.2k
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.
  • undefined
    Adamfilip @jay_s_uk
    last edited by 16 Jun 2022, 15:01

    @jay_s_uk

    Board: Duet 2 WiFi (2WiFi)
    Firmware: RepRapFirmware for Duet 2 WiFi/Ethernet 3.4.1 (2022-06-01)
    Duet WiFi Server Version: 1.26

    1 Reply Last reply Reply Quote 0
    • undefined
      fcwilt @Adamfilip
      last edited by 16 Jun 2022, 15:23

      @adamfilip

      If you have two steppers for the Y axis why do they not appear in your M584 commands?

      Normally it would look like this (based on the comments):

      M584 X0 Y1:4 Z2 E3

      Thanks.

      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

      undefined 1 Reply Last reply 16 Jun 2022, 15:30 Reply Quote 0
      • undefined
        Adamfilip @fcwilt
        last edited by 16 Jun 2022, 15:30

        @fcwilt actually I use too, its changed to only a signal Y.
        sorry some old notes still linger

        1 Reply Last reply Reply Quote 1
        • undefined
          Adamfilip @jay_s_uk
          last edited by 16 Jun 2022, 15:37

          @jay_s_uk yeah its weird.

          I restarted the machine. did home all.
          ran the macro and nothing.
          not even the first echo statement showed up in console

          undefined undefined 2 Replies Last reply 16 Jun 2022, 15:44 Reply Quote 0
          • undefined
            Adamfilip @Adamfilip
            last edited by 16 Jun 2022, 15:44

            @adamfilip

            I copied the entire deployprobe.g code into a macro and it runs on its own

            so it seems like the deployprobe.g itself isnt being run when asked with
            M401 P1 ;Deployprobe

            undefined undefined 2 Replies Last reply 16 Jun 2022, 15:46 Reply Quote 0
            • undefined
              fcwilt @Adamfilip
              last edited by 16 Jun 2022, 15:45

              @adamfilip

              Just to provide another point of view.

              I no longer home things as needed because I found I did not like homing taking place unexpectedly because I had tried to do something that required the printer to be homed, like mount the probe.

              So now I just check that the printer is homed and abort if it is not.

              I have a Euclid on one of my printers but I don't use the deploy/retract feature that is part of the firmware. I call my routines to mount/unmount the probe as needed. I have found that for normal operations I can keep the probe mounted except during actual printing. Any operation that needs the probe, such as setting the Z=0 Datum, mounts the probe and leaves it mounted. In the print start code just before actual printing begins the probe is unmounted.

              Just food for thought.

              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

              1 Reply Last reply Reply Quote 0
              • undefined
                fcwilt @Adamfilip
                last edited by 16 Jun 2022, 15:46

                @adamfilip said in deployprobe.g for Euclid not running:

                so it seems like the deployprobe.g itself isnt being run when asked with
                M401 P1 ;Deployprobe

                Doesn't the firmware track the state of the probe and only run the deploy/retract routines when it thinks it needs to?

                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

                1 Reply Last reply Reply Quote 0
                • undefined
                  oliof @Adamfilip
                  last edited by 16 Jun 2022, 15:47

                  @adamfilip If the euclid is your only probe, drop the P1 and only run M401. Alternately, try P0 because your probe definition assignes ID 0.

                  <>RatRig V-Minion Fly Super5Pro RRF<> V-Core 3.1 IDEX k*****r <> RatRig V-Minion SKR 2 Marlin<>

                  undefined 1 Reply Last reply 16 Jun 2022, 15:50 Reply Quote 1
                  • undefined
                    Adamfilip @oliof
                    last edited by 16 Jun 2022, 15:50

                    @oliof Thank you both M401 and M401 P0 worked!

                    undefined 1 Reply Last reply 16 Jun 2022, 15:53 Reply Quote 1
                    • undefined
                      Adamfilip @Adamfilip
                      last edited by 16 Jun 2022, 15:53

                      @adamfilip only other error im getting in console is

                      Probe Pickup complete
                      Warning: G3000: Command is not supported

                      undefined 1 Reply Last reply 16 Jun 2022, 15:54 Reply Quote 0
                      • undefined
                        Adamfilip @Adamfilip
                        last edited by 16 Jun 2022, 15:54

                        @adamfilip

                        G90 ; absolute positioning
                        G0 X150 Y150 G3000 ; move to the center of the bed
                        M400 ; wait for moves to finish
                        undefined 1 Reply Last reply 16 Jun 2022, 15:54 Reply Quote 0
                        • undefined
                          Adamfilip @Adamfilip
                          last edited by 16 Jun 2022, 15:54

                          @adamfilip probably just a typo and should be F

                          1 Reply Last reply Reply Quote 2
                          • undefined Phaedrux marked this topic as a question 16 Jun 2022, 17:04
                          • undefined Phaedrux has marked this topic as solved 16 Jun 2022, 17:04
                          21 out of 23
                          • First post
                            21/23
                            Last post
                          Unless otherwise noted, all forum content is licensed under CC-BY-SA