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

    Duet 3 hc6 firmware '''issues''

    Scheduled Pinned Locked Moved
    Firmware installation
    4
    67
    2.4k
    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 @A Former User
      last edited by

      @Torppa said in Duet 3 hc6 firmware '''issues'':

      M584 X0.1 Y0.0 Z0.2 E0.3 ; set drive mapping

      So motor wires are connected like this?

      Y0 X1 Z2
       5  4 E3
      

      I've just been playing around with the networking on a standalone Duet 3. This in my config.g works for me to set a static IP address:

      ; Network
      M552 P192.168.0.28 S1                        ; enable network and set IP address
      M553 P255.255.255.0                          ; set netmask
      M554 P192.168.0.1                            ; set gateway
      M586 P0 S1                                   ; enable HTTP
      M586 P1 S0                                   ; disable FTP
      M586 P2 S0                                   ; disable Telnet
      

      I can connect to the DWC, edit the IP address and reset, and the IP address will move to the new IP address.

      I can also connect when starting up without an SD card inserted. Start up, connect via USB with Serial terminal (in this case Pronterface, as I'm on a Mac):

      Connecting...
      Printer is now online.
      >>>M115
      >SENDING:M115
      >FIRMWARE_NAME: RepRapFirmware for Duet 3 MB6HC FIRMWARE_VERSION: 3.01-RC4 ELECTRONICS: Duet 3 MB6HC v0.6 or 1.0 FIRMWARE_DATE: 2020-03-16b1
      >>>>M552
      SENDING:M552
      Ethernet is disabled, configured IP address: 0.0.0.0, actual IP address: 0.0.0.0
      >>>M553 P255.255.255.0
      SENDING:M553 P255.255.255.0
      >>>M554 P192.168.0.1
      SENDING:M554 P192.168.0.1
      >>>M553
      SENDING:M553
      Net mask: 255.255.255.0
      >>>M554
      SENDING:M554
      Gateway: 192.168.0.1
      >>>M552 P192.168.0.28 S1
      SENDING:M552 P192.168.0.28 S1
      Ethernet running, IP address = 192.168.0.28
      >>>M552
      SENDING:M552
      Ethernet is enabled, configured IP address: 192.168.0.28, actual IP address: 192.168.0.28
      >>>M552 S0
      SENDING:M552 S0
      Network stopped
      >>>M552 P192.168.0.69 S1
      SENDING:M552 P192.168.0.69 S1
      Ethernet running, IP address = 192.168.0.69
      >>>M552
      SENDING:M552
      Ethernet is enabled, configured IP address: 192.168.0.69, actual IP address: 192.168.0.69
      

      I can ping all the addresses I set, even when running with no SD card. I did make sure to send the subnet mask and gateway before the static IP address and enabling the network, though. This is with firmware 3.01-RC4.

      So I can't replicate the problem you are seeing.

      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

      1 Reply Last reply Reply Quote 0
      • droftartsundefined
        droftarts administrators @A Former User
        last edited by

        @Torppa said in Duet 3 hc6 firmware '''issues'':

        The fans are cooling the steppers, aiming to print mostly nylon ans ASA, duet has a fan 240v for cooling. dont knoiw if this is abit mad for my first 3d printter

        With you motor currents set like this:
        M906 X2600 Y2600 Z2600 E1197
        The Duet 3 should barely be getting warm, even without a fan. But then depends how close to other hot things it is, how confined the enclosure is, what the ambient temperature is. It's difficult to over-cool something!

        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

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

          The enclosure is 350x350x50mm duet sits on 8mm pcb stands. has 3 went meshes, cables are running in the perimeters of the enclosure and the cable passtru holes have silicone thinggys that i salvaged from an old pc case.
          Now that i think of it i might use the old itx case as the enclosure.
          the PSU is not in the same box as the duet.
          PSU, Mean Well RSP-500-24.

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

            MCU Temperature
            29.7 C

            Ambient is 24.8 C

            Got the IP changed to a statick one last night, no idea how i did.

            droftartsundefined 1 Reply Last reply Reply Quote 0
            • droftartsundefined
              droftarts administrators @A Former User
              last edited by

              @Torppa you can calibrate the CPU temperature offset with https://duet3d.dozuki.com/Wiki/Gcode#Section_M912_Set_electronics_temperature_monitor_adjustment

              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

              1 Reply Last reply Reply Quote 0
              • PrintMakeundefined
                PrintMake
                last edited by

                This post is deleted!
                A Former User? 1 Reply Last reply Reply Quote 0
                • A Former User?
                  A Former User @PrintMake
                  last edited by

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