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

    Duet3 mini voron gantry level problem

    Scheduled Pinned Locked Moved
    General Discussion
    voron2.4 gantry level problem
    6
    46
    1.7k
    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.
    • jumpedwithbothfeetundefined
      jumpedwithbothfeet @jamaicarasta
      last edited by

      @jamaicarasta only if you want to print something! you could always ensure the heater is disconnected to be as safe as possible

      6HC Voron Trident based, 6XD CNC, Mini 5 polar printer

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

        @jamaicarasta said in Duet3 mini voron gantry level problem:

        ; mesh.g
        ; called to perform automatic bedmesh via G29
        M561 ; clear any bed...
        G29 ; bed mesh
        G1 X175 Y175 Z50 F20000 ; go to bed middle

        The overflow is likely because you have G29 inside of mesh.g. G29 calls mesh.g. Inside of mesh.g you must use G29 S0 to initiate the probing routine.

        Z-Bot CoreXY Build | Thingiverse Profile

        jamaicarastaundefined 3 Replies Last reply Reply Quote 1
        • jamaicarastaundefined
          jamaicarasta @jumpedwithbothfeet
          last edited by

          @jumpedwithbothfeet
          I'm still waiting for my new mosquito Magnum with heating cartridge and temperature sensor. There is no extruder in it 👍

          1 Reply Last reply Reply Quote 0
          • jamaicarastaundefined
            jamaicarasta @Phaedrux
            last edited by

            @phaedrux
            Thanks man 🙌🏼
            I will Try it tomorrow morning.
            I'll let you know tomorrow if it worked 👍
            Thanks in advance

            1 Reply Last reply Reply Quote 0
            • jamaicarastaundefined
              jamaicarasta @Phaedrux
              last edited by

              @phaedrux
              Hey the Printer Starts the bed mesh But now he write "No valid grid defined for bed probing"…

              Barracuda72undefined 1 Reply Last reply Reply Quote 0
              • jamaicarastaundefined
                jamaicarasta @Phaedrux
                last edited by

                @phaedrux
                ok was my mistake. too many measuring points. now it works 👍

                1 Reply Last reply Reply Quote 0
                • Barracuda72undefined
                  Barracuda72 @jamaicarasta
                  last edited by

                  @jamaicarasta thats mostly because your probe have an Offset..and as i had to learn...if you define your probe area it takes the coordinates from the probe and not from the nozzle...so if you define x10 y10 and probing start and your probe have an offset of x0 y25 ( Voron) then if it want to probe the point the nozzle would be at x10 y-15 so its off the valid area. so meshare start have to be at least at x0 y25 to work
                  have to learn so much from my change from a duet Delta to the duet Voron 😉

                  jamaicarastaundefined 1 Reply Last reply Reply Quote 0
                  • jamaicarastaundefined
                    jamaicarasta @Barracuda72
                    last edited by

                    @barracuda72
                    yes exactly 😂 I puzzled for 2 days why my Y and X did not correspond to what I tell him. Then I set the offset X0/Y20 and now it fits. I already had the Voron but with a clipper.... It's a little different. But I love the duet 👍

                    jay_s_ukundefined 1 Reply Last reply Reply Quote 0
                    • jay_s_ukundefined
                      jay_s_uk @jamaicarasta
                      last edited by

                      @jamaicarasta you can't just set random offsets in G31 to make it fit. it has to be the physical measurements from the nozzle

                      Owns various duet boards and is the main wiki maintainer for the Teamgloomy LPC/STM32 port of RRF. Assume I'm running whatever the latest beta/stable build is

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

                        Measure your offsets: https://docs.duet3d.com/en/User_manual/Connecting_hardware/Z_probe_testing

                        Alter your grid size to take into consideration the physical offsets. Skipping points it can't reach isn't necessarily a problem, but it does mean you could have a more efficient usage of points. Though if you're not using the maximum 441 points, does it really matter?

                        Z-Bot CoreXY Build | Thingiverse Profile

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