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

    PLEASE HELP trying to make duet work

    Scheduled Pinned Locked Moved
    Tuning and tweaking
    help doble motor duet
    4
    11
    517
    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.
    • T3P3Tonyundefined
      T3P3Tony administrators @josegerdes
      last edited by

      @josegerdes what part of homing does not work. I see that you are using stall homing, have you tuned your settings for stall detection?

      https://duet3d.dozuki.com/Wiki/Stall_detection_and_sensorless_homing

      www.duet3d.com

      josegerdesundefined 1 Reply Last reply Reply Quote 0
      • josegerdesundefined
        josegerdes @T3P3Tony
        last edited by

        @t3p3tony no I didn’t because i dont know how to start i thing my config its all wrong…. Can you send me the correct config, i tune here…
        The X and Y homing is not working. It just dont stop… and the Z when i home the dobble motor not work, it forget about dobble motor

        fcwiltundefined T3P3Tonyundefined 2 Replies Last reply Reply Quote 0
        • fcwiltundefined
          fcwilt @josegerdes
          last edited by

          @josegerdes

          The syntax for M98 is:

          M98 P"homex.g"

          Notice the P and the " " around the name of the file.

          Frederick

          Printers: a E3D MS/TC setup and a RatRig Hybrid. Using Duet 3 hardware running 3.4.6

          1 Reply Last reply Reply Quote 0
          • JoergS5undefined
            JoergS5 @josegerdes
            last edited by

            @josegerdes said in PLEASE HELP trying to make duet work:

            M569 P0.0 S1 ; physical drive 0.0 goes forwards
            M569 P0.1 S1 ; physical drive 0.1 goes forwards
            M569 P0.2 S0 ; physical drive 0.2 goes forwards
            M569 P0.3 S1 ; physical drive 0.3 goes forwards
            M584 X0.0 Y0.1 Z2:4 E0.3 ; set drive mapping

            The M569 definition for 4 is missing.

            1 Reply Last reply Reply Quote 0
            • T3P3Tonyundefined
              T3P3Tony administrators @josegerdes
              last edited by

              @josegerdes said in PLEASE HELP trying to make duet work:

              The X and Y homing is not working. It just dont stop…

              That's why you need to follow the tuning documentation.

              Also a couple of other issues have been highlighted in your configuration that should be fixed.

              www.duet3d.com

              josegerdesundefined 1 Reply Last reply Reply Quote 0
              • josegerdesundefined
                josegerdes @T3P3Tony
                last edited by

                @t3p3tony i did… i lk try to fix all that to se if works.. realy i soent all day hahaah

                1 Reply Last reply Reply Quote 0
                • josegerdesundefined
                  josegerdes
                  last edited by josegerdes

                  @fcwilt said in PLEASE HELP trying to make duet work:

                  M98 P"homex.g"

                  now Z its working but sensorless not sensing the end...

                  M400 ; wait til stuff stops
                  M574 X1 Y1 S3 ; use stall guard for endstops
                  M913 X60 Y60 ; drop motor currents to 30%
                  M201 X800 Y800 ; reduce acceleration on X/Y to stop false triggers
                  M915 P0 S1 R0 F0; Sensitivity 4, don’t take action, don’t filter
                  G91 ; set relative
                  G1 Z5 F1200 S2
                  G1 S1 X-250 F4000 ; move left 250mm, stopping at the endstop
                  G1 X10 F1200; move away from end
                  G1 Z-5 F1200 S2
                  G90 ; back to absolute positioning
                  M400 ; wait again
                  M913 X100 Y100 ; motor currents back to 100%
                  M201 X3000 Y3000 ; accel back to original
                  M574 X1 Y1 Z0 S0 ; set endstops back

                  And z its in a strange loop i need to check... why

                  fcwiltundefined 1 Reply Last reply Reply Quote 0
                  • fcwiltundefined
                    fcwilt @josegerdes
                    last edited by

                    @josegerdes said in PLEASE HELP trying to make duet work:

                    @fcwilt said in PLEASE HELP trying to make duet work:

                    M98 P"homex.g"

                    now Z its working but sensorless not sensing the end...

                    M400 ; wait til stuff stops
                    M574 X1 Y1 S3 ; use stall guard for endstops
                    M913 X60 Y60 ; drop motor currents to 30%
                    M201 X800 Y800 ; reduce acceleration on X/Y to stop false triggers
                    M915 P0 S1 R0 F0; Sensitivity 4, don’t take action, don’t filter
                    G91 ; set relative
                    G1 Z5 F1200 S2
                    G1 S1 X-250 F4000 ; move left 250mm, stopping at the endstop
                    G1 X10 F1200; move away from end
                    G1 Z-5 F1200 S2
                    G90 ; back to absolute positioning
                    M400 ; wait again
                    M913 X100 Y100 ; motor currents back to 100%
                    M201 X3000 Y3000 ; accel back to original
                    M574 X1 Y1 Z0 S0 ; set endstops back

                    And z its in a strange loop i need to check... why

                    Hi,

                    I cannot help you with sensorless homing as it is not something I have every attempted to do and do not know the procedures to follow.

                    Frederick

                    Printers: a E3D MS/TC setup and a RatRig Hybrid. Using Duet 3 hardware running 3.4.6

                    1 Reply Last reply Reply Quote 0
                    • josegerdesundefined
                      josegerdes
                      last edited by

                      maybie its this bug https://forum.duet3d.com/topic/21108/stall-detection-on-duet-3-mini/7

                      1 Reply Last reply Reply Quote 0
                      • josegerdesundefined
                        josegerdes
                        last edited by

                        now worket without the

                        ; Stallguard Sensitivy
                        M915 X S60 F0 R0 ; Set X axis Sensitivity
                        M915 Y S60 F0 R0 ; Set X axis Sensitivity
                        probably the defalt confg? addded D30 V40 to drivers

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