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

    Duet Maestro 3.1.1 and 3D Touch V3

    Scheduled Pinned Locked Moved
    General Discussion
    5
    13
    475
    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.
    • Vetiundefined
      Veti
      last edited by

      @flopo76 said in Duet Maestro 3.1.1 and 3D Touch V3:

      M350 X64 Y64 Z64 I0 ; configure microstepping without interpolation

      the duet maestro support interpolation at x64, you should turn it on.

      you have to define the mesh with the probe offset in mind

      M557 X15:290 Y15:290 S128 ; define mesh grid
      G31 P25 X28 Y-35 Z0.512 ; set Z probe trigger value, offset and trigger height

      so your probing should start at X0 (or negative if possible) y 35 and not X15 Y15
      same for the max

      flopo76undefined 1 Reply Last reply Reply Quote 0
      • Vetiundefined
        Veti
        last edited by

        @flopo76 said in Duet Maestro 3.1.1 and 3D Touch V3:

        M308 S0 P"bedtemp" Y"thermistor" T100000 B4138 ; configure sensor 0 as thermistor on pin bedtemp
        M308 S1 P"e0temp" Y"thermistor" T100000 B4138 ; configure sensor 1 as thermistor on pin e0temp

        according to marlin config
        https://github.com/MarlinFirmware/Configurations/blob/import-2.0.x/config/examples/Artillery/Sidewinder X1/Configuration.h

        sidewinder uses epcop thermistors. that is not what you have configured.

        1 Reply Last reply Reply Quote 0
        • flopo76undefined
          flopo76
          last edited by

          Yes the thermistor i will correct that,soon as i resolf the ofset.Thanks

          1 Reply Last reply Reply Quote 0
          • flopo76undefined
            flopo76 @Veti
            last edited by

            @Veti said in Duet Maestro 3.1.1 and 3D Touch V3:

            @flopo76 said in Duet Maestro 3.1.1 and 3D Touch V3:

            M350 X64 Y64 Z64 I0 ; configure microstepping without interpolation

            the duet maestro support interpolation at x64, you should turn it on.

            you have to define the mesh with the probe offset in mind

            M557 X15:290 Y15:290 S128 ; define mesh grid
            G31 P25 X28 Y-35 Z0.512 ; set Z probe trigger value, offset and trigger height

            so your probing should start at X0 (or negative if possible) y 35 and not X15 Y15
            same for the max

            But if G31 is configured with x and y probe offset,should al made automaticaly the mesh grid. And whe i homed the Z the probe should go to centre off bed not the nozzle......

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

              Are you certain that you have configured the X and Y probe offsets with the correct sign? For example, assuming you have chosen the head reference point to be the nozzle, you have set the X offset to +28 which means that the probe is 28mm in the +X direction from the nozzle.

              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

              flopo76undefined 1 Reply Last reply Reply Quote 0
              • flopo76undefined
                flopo76 @dc42
                last edited by

                @dc42 said in Duet Maestro 3.1.1 and 3D Touch V3:

                Are you certain that you have configured the X and Y probe offsets with the correct sign? For example, assuming you have chosen the head reference point to be the nozzle, you have set the X offset to +28 which means that the probe is 28mm in the +X direction from the nozzle.

                Yes,tryed positive and negative for both x and y probe ofset. I used Wagster mod to install the 3d touch and used a wiki model to measure the probe offset from nozzle center . Same result in z homing nozzle at center off the bed x150 and y150

                1 Reply Last reply Reply Quote 0
                • Vetiundefined
                  Veti
                  last edited by

                  the homing position is defined in the homez / homeall script

                  1 Reply Last reply Reply Quote 0
                  • A Former User?
                    A Former User
                    last edited by

                    Imhop a genuine bl-touch is a p.o.s and a fake one even more so...

                    Best advice I could give is to fit an IR sensor or a precision piezo.

                    flopo76undefined 1 Reply Last reply Reply Quote 0
                    • flopo76undefined
                      flopo76 @A Former User
                      last edited by flopo76

                      @CaLviNx said in Duet Maestro 3.1.1 and 3D Touch V3:

                      Imhop a genuine bl-touch is a p.o.s and a fake one even more so...

                      Best advice I could give is to fit an IR sensor or a precision piezo.

                      Have already printer with piezo sensor,smart efector,ir sensor al with duet board.And £d Touch works like a charm....

                      A Former User? 1 Reply Last reply Reply Quote 0
                      • A Former User?
                        A Former User @flopo76
                        last edited by

                        @flopo76 said in Duet Maestro 3.1.1 and 3D Touch V3:

                        .And £d Touch works like a charm....

                        For now..... Give it time

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

                          https://duet3d.dozuki.com/Wiki/Test_and_calibrate_the_Z_probe#Section_Measuring_Probe_X_Y_Offset

                          Here's how to measure your offset accurately and easily.

                          @flopo76 said in Duet Maestro 3.1.1 and 3D Touch V3:

                          But if G31 is configured with x and y probe offset,should al made automaticaly the mesh grid. And whe i homed the Z the probe should go to centre off bed not the nozzle......

                          That's not how it works in RepRap firmware. You're in charge of positioning everything based on the nozzle (aka head reference point)

                          Create yourself a diagram like this to help visualize it.

                          Bed Area.png

                          Z-Bot CoreXY Build | Thingiverse Profile

                          flopo76undefined 1 Reply Last reply Reply Quote 0
                          • flopo76undefined
                            flopo76 @Phaedrux
                            last edited by

                            @Phaedrux said in Duet Maestro 3.1.1 and 3D Touch V3:

                            https://duet3d.dozuki.com/Wiki/Test_and_calibrate_the_Z_probe#Section_Measuring_Probe_X_Y_Offset

                            Here's how to measure your offset accurately and easily.

                            @flopo76 said in Duet Maestro 3.1.1 and 3D Touch V3:

                            But if G31 is configured with x and y probe offset,should al made automaticaly the mesh grid. And whe i homed the Z the probe should go to centre off bed not the nozzle......

                            That's not how it works in RepRap firmware. You're in charge of positioning everything based on the nozzle (aka head reference point)

                            Create yourself a diagram like this to help visualize it.

                            Bed Area.png

                            That's cool....Thanks man.

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