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

    No movement with any command

    Scheduled Pinned Locked Moved
    MultiAxis Printing
    7
    53
    2.5k
    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.
    • droftartsundefined
      droftarts administrators @zecreton
      last edited by

      @zecreton You get this message when there's no SD card in the Duet, and it assumes that it is connected to a Raspberry Pi in SBC mode. I guess you're connected over USB? Send M122 to check if the SD card is recognised.

      Check SD card and reading it: https://docs.duet3d.com/en/User_manual/RepRapFirmware/SD_card#troubleshooting-sd-card-issues

      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

      zecretonundefined 1 Reply Last reply Reply Quote 0
      • zecretonundefined
        zecreton @droftarts
        last edited by

        @droftarts the sd card was not correctly in the slot idk why, but now im getting an ip adress of 0.0.0.0 and even with the ethernet cable disconnected, it says it is enabled

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

          Please copy and paste the text of your config.g into a post here.

          Z-Bot CoreXY Build | Thingiverse Profile

          zecretonundefined 1 Reply Last reply Reply Quote 0
          • zecretonundefined
            zecreton @Phaedrux
            last edited by

            @Phaedrux i can't access dwc

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

              Remove the SD card from the Duet and use your computer to read the config.g file.

              Z-Bot CoreXY Build | Thingiverse Profile

              zecretonundefined 2 Replies Last reply Reply Quote 0
              • zecretonundefined
                zecreton @Phaedrux
                last edited by

                @Phaedrux oops sorry i forgot that

                1 Reply Last reply Reply Quote 0
                • zecretonundefined
                  zecreton @Phaedrux
                  last edited by

                  @Phaedrux ; Configuration file for RepRapFirmware on Duet 3 Main Board 6XD
                  ; executed by the firmware on start-up
                  ;
                  ; generated by RepRapFirmware Configuration Tool v3.5.3 on Tue Jun 25 2024 21:16:10 GMT-0400 (Eastern Daylight Time)

                  ; General
                  G90 ; absolute coordinates
                  M83 ; relative extruder moves
                  M550 P"Duet 3" ; set hostname

                  ; Network
                  M551 P"Raphaelbreton2008" ; set machine password
                  M552 P0.0.0.0 S1 ; configure Ethernet adapter
                  M586 P0 S1 ; configure HTTP

                  ; Motor Idle Current Reduction
                  M906 I30 ; set motor current idle factor
                  M84 S30 ; set motor current idle timeout

                  ; External Drivers
                  M569 P0.0 S1 R0 T5:5:10:0 ; driver 0.0 goes forwards and requires an active-low enable signal (X axis)
                  M569 P0.1 S1 R0 T5:5:10:0 ; driver 0.1 goes forwards and requires an active-low enable signal (Y axis)
                  M569 P0.2 S1 R0 T5:5:10:0 ; driver 0.2 goes forwards and requires an active-low enable signal (Z axis)

                  ; Axes
                  M584 X0.0 Y0.1 Z0.2 ; set axis mapping
                  M350 X16 Y16 Z16 I0 ; configure microstepping without interpolation
                  M92 X80 Y80 Z400 ; configure steps per mm
                  M208 X0:1200 Y0:200 Z0:200 ; set minimum and maximum axis limits
                  M566 X900 Y900 Z12 ; set maximum instantaneous speed changes (mm/min)
                  M203 X6000 Y6000 Z180 ; set maximum speeds (mm/min)
                  M201 X500 Y500 Z20 ; set accelerations (mm/s^2)

                  ; Kinematics
                  M669 K0 ; configure Cartesian kinematics

                  ; Endstops
                  M574 X1 P"io0.in" S1 ; configure X axis endstop
                  M574 Y1 P"io1.in" S1 ; configure Y axis endstop
                  M574 Z1 P"io2.in" S1 ; configure Z axis endstop

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

                    Are you able to connect to the Duet via USB cable and use terminal software like YAT to send commands to it?

                    described here: https://docs.duet3d.com/en/How_to_guides/Getting_connected/Getting_connected_to_your_Duet#h-2-connect-your-duet-via-usb

                    Z-Bot CoreXY Build | Thingiverse Profile

                    zecretonundefined 1 Reply Last reply Reply Quote 0
                    • zecretonundefined
                      zecreton @Phaedrux
                      last edited by

                      @Phaedrux yes

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

                        What happens if you follow along with the rest of that "Getting connected" guide?

                        Z-Bot CoreXY Build | Thingiverse Profile

                        zecretonundefined 1 Reply Last reply Reply Quote 0
                        • zecretonundefined
                          zecreton @Phaedrux
                          last edited by

                          @Phaedrux i doesn't work bc when i send M552 S1 P0.0.0.0, it answers with just ok, and when i send M552, i can see that it gave 0.0.0.0 as an ip address

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

                            How do you have the Duet connected to your network?

                            Does the network cable you have going to the Duet work if you try to connect it to a computer?

                            Z-Bot CoreXY Build | Thingiverse Profile

                            zecretonundefined Phaedruxundefined 2 Replies Last reply Reply Quote 0
                            • zecretonundefined
                              zecreton @Phaedrux
                              last edited by

                              @Phaedrux it is plugged with a ethernet cable in the router

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

                                @Phaedrux said in No movement with any command:

                                Does the network cable you have going to the Duet work if you try to connect it to a computer?

                                Z-Bot CoreXY Build | Thingiverse Profile

                                zecretonundefined 3 Replies Last reply Reply Quote 0
                                • zecretonundefined
                                  zecreton @Phaedrux
                                  last edited by

                                  @Phaedrux yea sorry i didn't have the time to check, do you have the guide?

                                  1 Reply Last reply Reply Quote 0
                                  • zecretonundefined
                                    zecreton @Phaedrux
                                    last edited by

                                    @Phaedrux nvm i don't know what was the problem but i just powered it on and thew ethernet works fine

                                    1 Reply Last reply Reply Quote 0
                                    • zecretonundefined
                                      zecreton @Phaedrux
                                      last edited by

                                      @Phaedrux i tested with a multimeter and i can see that in the driver entry, the pul and dir are receiving power, but not the enable, and on the output i don't know what to test

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

                                        Enable is low by default. Your drivers seem to require a high signal.

                                        https://docs.duet3d.com/en/User_manual/Connecting_hardware/Motors_connecting_external#configuring-the-enable-polarity

                                        See here for changing the enable polarity.

                                        Z-Bot CoreXY Build | Thingiverse Profile

                                        zecretonundefined 1 Reply Last reply Reply Quote 0
                                        • zecretonundefined
                                          zecreton @Phaedrux
                                          last edited by

                                          @Phaedrux yea i already changed it to high

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

                                            Have you tested the enable pin output with your multimeter at the board side?
                                            Does the cable have continuity?
                                            Have you tried a different driver output?

                                            https://docs.duet3d.com/duet_boards/duet_3_mb6xd/duet3_mb_6xd_v1.0_later_dvr_conn.png

                                            Z-Bot CoreXY Build | Thingiverse Profile

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