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

    DuetWifi driving me crazy

    Scheduled Pinned Locked Moved
    General Discussion
    9
    35
    5.0k
    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.
    • iDeveloundefined
      iDevelo
      last edited by

      That version is fine. I'm not sure what your issue is then. I'm sure David will chime in soon.

      1 Reply Last reply Reply Quote 0
      • eca77undefined
        eca77
        last edited by

        I restarted everything again, now things are half-way working again. I can control the carriage and heat things up, Just can't change any of the system files without uploading them from the computer. Also that is the only way that I can upload a file to print, to the system folder, the gcode folder doesn't seem to exist to the Duet. If I could get that working then I think it would be smoother sailing 😉

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

          Have a look at the card structure on the SD card do you have a /sys and /gcode folder?

          www.duet3d.com

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

            Hi, here are a couple of things to check:

            1. If you connect Pronterface or S3D over USB and send M503, what response do you get? It should print the contents of config.g. The only folder and file you need on the SD card for that to work is sys/config.g.

            2. Run M122 and look in the Platform Diagnostics section. After the "Free file entries" line there should be a line like this:

            SD card 0 detected, interface speed: 20.0MBytes/sec

            Do you see that line?

            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

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

              Our posts crossed. It sounds to me that your SD card is working OK now but you can't edit or upload files over WiFi. Is that what you are now finding? Does the System File Editor list the files in /sys, and does the GCode Files page list the files in /gcodes?

              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

              1 Reply Last reply Reply Quote 0
              • eca77undefined
                eca77
                last edited by

                M503 now sends the config file, which is now working, just can't edit it from the Web interface.

                M122 shows me what you posted (among other things).

                1 Reply Last reply Reply Quote 0
                • eca77undefined
                  eca77
                  last edited by

                  The card works, I am running
                  Firmware Name:
                  RepRapFirmware for Duet WiFi
                  Firmware Version:
                  1.15e (2016-10-02)
                  WiFi Server Version:
                  1.02
                  Web Interface Version:
                  1.12

                  I went back to the 1.15e to see if it was maybe the 1.16 beta that was causing problems.

                  1 Reply Last reply Reply Quote 0
                  • eca77undefined
                    eca77
                    last edited by

                    Here is the complete diagnostic file incase it helps:

                    READ: === Diagnostics ===
                    READ: Used output buffers: 1 of 32 (11 max)
                    READ: === Platform ===
                    READ: Memory usage:
                    READ: Program static ram used: 19284
                    READ: Dynamic ram used: 83084
                    READ: Recycled dynamic ram: 32
                    READ: Current stack ram used: 2752
                    READ: Maximum stack ram used: 4108
                    READ: Never used ram: 24564
                    READ: Last reset 00:18:26 ago, cause: external
                    READ: Error status: 0
                    READ: Bed probe heights: 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
                    READ: Free file entries: 10
                    READ: SD card 0 detected, interface speed: 20.0MBytes/sec
                    READ: SD card longest block write time: 0.0ms
                    READ: MCU temperature: min 30.9, current 32.4, max 35.7
                    READ: Supply voltage: min 1.0, current 1.0, max 1.1, under voltage events: 0, over voltage events: 0
                    READ: Slowest main loop (seconds): 0.004517; fastest: 0.000000
                    READ: === Move ===
                    READ: MaxReps: 0, StepErrors: 0, MaxWait: 0ms, Underruns: 0, 0
                    READ: === Heat ===
                    READ: Bed heater = 0, chamber heater = -1
                    READ: Heater 1 is on, I-accum = 0.0
                    READ: === GCodes ===
                    READ: Move available? no
                    READ: Stack pointer: 0 of 5
                    READ: macro is idle
                    READ: http is idle
                    READ: telnet is idle
                    READ: serial is ready with "M122"
                    READ: aux is idle
                    READ: file is idle
                    READ: === Network ===
                    READ: WiFiServer is running
                    READ: SPI underruns 0, overruns 0
                    READ: === Webserver ===
                    READ: HTTP sessions: 1 of 8
                    READ: ok
                    SENT: M105
                    READ: ok T:24.7 B:22.4
                    SENT: M105
                    READ: ok T:24.8 B:22.4
                    SENT: M105
                    READ: ok T:24.7 B:22.4

                    1 Reply Last reply Reply Quote 0
                    • eca77undefined
                      eca77
                      last edited by

                      @dc42:

                      Our posts crossed. It sounds to me that your SD card is working OK now but you can't edit or upload files over WiFi. Is that what you are now finding? Does the System File Editor list the files in /sys, and does the GCode Files page list the files in /gcodes?

                      That is correct.
                      The system file editor now lists the /sys files, but the Gcode files are not listed in the /gcode

                      1 Reply Last reply Reply Quote 0
                      • curieosundefined
                        curieos
                        last edited by

                        What web browser are you using?

                        She/Her
                        I work at a local 3D printing shop.
                        Printers: Micron+ w/Duet 3 Mini, in-progress adaptation of the Jubilee REL onto an E3D MS, Prusa i3 MK3S.

                        1 Reply Last reply Reply Quote 0
                        • eca77undefined
                          eca77
                          last edited by

                          windows edge

                          1 Reply Last reply Reply Quote 0
                          • curieosundefined
                            curieos
                            last edited by

                            Try using chrome or firefox. I haven't used windows edge but I know safari doesn't work well, and historically microsoft browsers are the worst in terms of supporting new features and frameworks.

                            She/Her
                            I work at a local 3D printing shop.
                            Printers: Micron+ w/Duet 3 Mini, in-progress adaptation of the Jubilee REL onto an E3D MS, Prusa i3 MK3S.

                            1 Reply Last reply Reply Quote 0
                            • eca77undefined
                              eca77
                              last edited by

                              But I just tried Firefox, I can now edit the config files with that and it saves them. Still can't see the gcodes file….

                              1 Reply Last reply Reply Quote 0
                              • eca77undefined
                                eca77
                                last edited by

                                which is a step in the right direction, I can edit the configuration, just can't upload anything to print.

                                1 Reply Last reply Reply Quote 0
                                • eca77undefined
                                  eca77
                                  last edited by

                                  okay, found out what the problem was. The folder was named "gcodes-ormerod", apparently that is wrong and it must be just gcodes…. would love a slap forehead emoji right now...

                                  1 Reply Last reply Reply Quote 0
                                  • eca77undefined
                                    eca77
                                    last edited by

                                    can't tell my wife I have spent most of the day on this and it was a simple file name change…

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

                                      I am glad you sorted it. For reference, you can find the required SD card folder structure here https://duet3d.com/wiki/SD_card_folder_structure.

                                      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

                                      1 Reply Last reply Reply Quote 0
                                      • tomasfundefined
                                        tomasf
                                        last edited by

                                        The web interface should really support all browsers. This is 2016, not 1997.

                                        1 Reply Last reply Reply Quote 0
                                        • iDeveloundefined
                                          iDevelo
                                          last edited by

                                          @tomasf:

                                          The web interface should really support all browsers. This is 2016, not 1997.

                                          It's not always possible. MS have never followed compliance. If all browsers were WebKit then 100% compliance could be achieved with ease.

                                          1 Reply Last reply Reply Quote 0
                                          • eca77undefined
                                            eca77
                                            last edited by

                                            @dc42:

                                            I am glad you sorted it. For reference, you can find the required SD card folder structure here https://duet3d.com/wiki/SD_card_folder_structure.

                                            yeah, I saw that, but figured that if the original files had the added tags that it would be allowed so I didn't think anything about it.

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