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

    Problems with micro SD card on a ROSTOCK MAX V 3.2

    Scheduled Pinned Locked Moved
    CNC
    3
    29
    1.1k
    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.
    • insertcoinundefined
      insertcoin
      last edited by

      After putting M 115 into the console, i get
      FIRMWARE_NAME: RepRapFirmware for duet WiFi FIRMWARE_VERSION: 1.19.2 ELECTRONICS: Duet Wifi 1.0 FIRMWARE_DATE: 2017-09-01

      Danalundefined 1 Reply Last reply Reply Quote 0
      • insertcoinundefined
        insertcoin
        last edited by

        The panelDue firmware i am using is firmware version 1.22.1(28b1)

        Danalundefined 1 Reply Last reply Reply Quote 0
        • Danalundefined
          Danal @insertcoin
          last edited by Danal

          @insertcoin said in Problems with micro SD card on a ROSTOCK MAX V 3.2:

          How would i set up access point mode?

          From your USB terminal
          M552 S0
          This should put the WiFi module in "reset" or "idle" mode.

          M589 S"ssid" P"password" I"10.10.10.1"
          This sets the WiFi module to AP mode. Use an SSID and Password that you like. (Do Not put this in config.g, it saves itself in the WiFi module)

          M552 S2
          This actually starts the WiFi module. It is OK to put this in config.g

          A minute or so later, you can look for the SSID on your phone or tablet or whatever, and then connect to that network. Then connect to that IP address in a browser.

          Delta / Kossel printer fanatic

          1 Reply Last reply Reply Quote 0
          • Danalundefined
            Danal @insertcoin
            last edited by

            @insertcoin said in Problems with micro SD card on a ROSTOCK MAX V 3.2:

            After putting M 115 into the console, i get
            FIRMWARE_NAME: RepRapFirmware for duet WiFi FIRMWARE_VERSION: 1.19.2 ELECTRONICS: Duet Wifi 1.0 FIRMWARE_DATE: 2017-09-01

            Fantastic that we got the full story!!

            And... drum roll... that release is REALLY old.

            Given your school environment, what permission is needed to upgrade? We can discuss exactly how after we determine what is OK and what is not OK.

            Delta / Kossel printer fanatic

            1 Reply Last reply Reply Quote 0
            • Danalundefined
              Danal @insertcoin
              last edited by

              @insertcoin said in Problems with micro SD card on a ROSTOCK MAX V 3.2:

              The panelDue firmware i am using is firmware version 1.22.1(28b1)

              That is also fairly old. And a slightly different upgrade procedure. Again, after you decide how you wish to proceed, we can discuss the details.

              Delta / Kossel printer fanatic

              1 Reply Last reply Reply Quote 0
              • insertcoinundefined
                insertcoin
                last edited by

                @Danal said in Problems with micro SD card on a ROSTOCK MAX V 3.2:

                M589 S"ssid" P"password" I"10.10.10.1"

                this returns "bad or missing parameter in M 589 command" . I do not have the school wifi password, and wouldn't be able to use it anyways, are you saying i should choose whatever i want for ssid and password? I can download any software on my computer, the only problem is that my school doesn't allow wifi access. I have no other restrictions. Thanks so much by the way!

                Danalundefined 1 Reply Last reply Reply Quote 0
                • insertcoinundefined
                  insertcoin
                  last edited by

                  How would i change the firmware updates?

                  Danalundefined 1 Reply Last reply Reply Quote 0
                  • Danalundefined
                    Danal @insertcoin
                    last edited by

                    @insertcoin said in Problems with micro SD card on a ROSTOCK MAX V 3.2:

                    @Danal said in Problems with micro SD card on a ROSTOCK MAX V 3.2:

                    M589 S"ssid" P"password" I"10.10.10.1"

                    this returns "bad or missing parameter in M 589 command" . I do not have the school wifi password, and wouldn't be able to use it anyways, are you saying i should choose whatever i want for ssid and password? I can download any software on my computer, the only problem is that my school doesn't allow wifi access. I have no other restrictions. Thanks so much by the way!

                    By going AP, you are setting up a new network totally separate from the School's network. The ssid and password on this new network should NOT match the school, they should be your independent choice.

                    How about:

                    M589 S"rostocknet" P"pepperwool" I10.10.10.1

                    The bad parm error was from quotes around the IP address.

                    Delta / Kossel printer fanatic

                    insertcoinundefined 1 Reply Last reply Reply Quote 0
                    • Danalundefined
                      Danal @insertcoin
                      last edited by

                      @insertcoin said in Problems with micro SD card on a ROSTOCK MAX V 3.2:

                      How would i change the firmware updates?

                      Step 1 is to get connected. 🙂

                      Delta / Kossel printer fanatic

                      1 Reply Last reply Reply Quote 0
                      • insertcoinundefined
                        insertcoin @Danal
                        last edited by

                        @Danal said in Problems with micro SD card on a ROSTOCK MAX V 3.2:

                        M589 S"rostocknet" P"pepperwool" I10.10.10.1

                        Okay, i feel like we're getting closer. After sending though, M552 S2, i get a Wifi reported error: failed to start access point.

                        Danalundefined dc42undefined 2 Replies Last reply Reply Quote 0
                        • Danalundefined
                          Danal @insertcoin
                          last edited by

                          @insertcoin said in Problems with micro SD card on a ROSTOCK MAX V 3.2:

                          @Danal said in Problems with micro SD card on a ROSTOCK MAX V 3.2:

                          M589 S"rostocknet" P"pepperwool" I10.10.10.1

                          Okay, i feel like we're getting closer. After sending though, M552 S2, i get a Wifi reported error: failed to start access point.

                          Hmmm... try M552 S0 wait a min, M552 S2, wait, try that a couple of times.

                          Delta / Kossel printer fanatic

                          1 Reply Last reply Reply Quote 0
                          • insertcoinundefined
                            insertcoin
                            last edited by

                            I tried that just now for a few times. I forgot to mention that "Wifi module is idle" shows up every time i get the wifi reported error, is that important?

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

                              @insertcoin said in Problems with micro SD card on a ROSTOCK MAX V 3.2:

                              @Danal said in Problems with micro SD card on a ROSTOCK MAX V 3.2:

                              M589 S"rostocknet" P"pepperwool" I10.10.10.1

                              Okay, i feel like we're getting closer. After sending though, M552 S2, i get a Wifi reported error: failed to start access point.

                              That's because firmware 1.19.x didn't support access point mode. This is what I suggest:

                              • Download iap4e.bin and DuetWiFiServer.bin from https://github.com/dc42/RepRapFirmware/releases/tag/2.03 and put them in /sys on the Duet SD card
                              • Download Duet2CombinedFirmware.bin from https://github.com/dc42/RepRapFirmware/releases/tag/2.05.1 and put it in /sys on the Duet SD card
                              • Also put a copy of Duet2CombinedFirmware.bin on the SD card renamed to DuetWiFiFirmware.bin, replacing any existing file of the same name
                              • Put the SD card back in the Duet and start the Duet
                              • From Matter Control, send M997 S1
                              • When that finishes updating the WiFi module firmware, send M997 (without the S1). It will disconnect.
                              • After 30 seconds, try to connect again. Send M115 and check the firmware version. It should be 2.05.1.

                              That will get the Duet firmware up to date. After that you can update the touch screen firmware.

                              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
                              • insertcoinundefined
                                insertcoin
                                last edited by

                                Ok, great. I got the M997 step, but after disconnecting, i got
                                Warning: Macro file config-override.g not found.
                                Error: M375: Height map file heightmap.csv not found WiFi module started
                                And for some reason, after putting in M 115 into the terminal, the console doesn't respond with a statement. Should i try Access point mode anyways?

                                1 Reply Last reply Reply Quote 0
                                • insertcoinundefined
                                  insertcoin
                                  last edited by

                                  Amazing, thank you guys. i got the Access point mode running. The only thing i am wondering about now are the constant errors i get when trying to do the first probe and the bed mapping. I keep getting
                                  Error: Z probe already triggered at start of probing move
                                  and also recieved a M 375 again. BUT i am so happy this thing finally works(almost)! thanks so much.

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

                                    Please post your config.g, bed.g and homedelta.g files.

                                    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
                                    • Danalundefined
                                      Danal
                                      last edited by

                                      As Dave said, please post those files.

                                      • M375 no height map: We'll fix this MUCH later. Ignore it for now

                                      • Config-override.g: Same thing. We will fix it later, ignore for now.

                                      There may need to be some slight changes in the config, that's why we need to see the files. Don't try to operate the machine too much until we take a look... and/or be ready to power off if it jams or tries to cram the nozzle into the bed or...

                                      Delta / Kossel printer fanatic

                                      1 Reply Last reply Reply Quote 0
                                      • insertcoinundefined
                                        insertcoin
                                        last edited by

                                        bed.g:
                                        M203 Z25000
                                        G28

                                        M109 S0
                                        M140 S0
                                        M106 P0 S0
                                        M106 P2 S0 H-1

                                        G30 P0 X0 Y125 Z-99999
                                        G30 P1 X108.24 Y62.5 Z-99999
                                        G30 P2 X108.24 Y-62.5 Z-99999
                                        G30 P3 X0 Y-125 Z-99999
                                        G30 P4 X-108.24 Y-62.5 Z-99999
                                        G30 P5 X-108.24 Y62.5 Z-99999
                                        G30 P6 X0 Y62.5 Z-99999
                                        G30 P7 X54.13 Y-31.25 Z-99999
                                        G30 P8 X-54.13 Y-31.25 Z-99999
                                        G30 P9 X0 Y0 Z-99999 S6

                                        M106 P2 T50 S0.5 H1

                                        G28
                                        config.g:
                                        M550 PRMAXV32 ; Printer name
                                        M555 P2 ; Gcode Output Type
                                        M552 S1 ; Enable Wifi
                                        M575 P1 B57600 S1 ; PanelDue Comm Setup
                                        G21 ; Work in millimetres
                                        G90 ; Send absolute coordinates

                                        M569 P0 S0 ; Drive 0 goes forwards (X)
                                        M569 P1 S0 ; Drive 1 goes forwards (Y)
                                        M569 P2 S0 ; Drive 2 goes forwards (Z)
                                        M569 P3 S0 ; Drive 3 goes forwards (E0)
                                        M569 P4 S0 ; Drive 4 goes forwards (E1)

                                        M574 X2 Y2 Z2 S1 ; set endstop configuration (all endstops at high end, active high)

                                        M665 R144 L291.06 B135 H400 X0 Y0 Z0 ; delta radius, diagonal rod length, printable radius and homed height
                                        ;M665 R144 L337 B135 H350 X0 Y0 Z0 ; optional carbon fiber arms length setting
                                        ; Y X Z are tower angle offsets
                                        M666 X0 Y0 Z0 ; endstop offsets in mm

                                        M350 X16 Y16 Z16 E16:16 I1 ; Set 16x microstepping w/ Interpolation
                                        M92 X200 Y200 Z200 ; Set axis steps/mm
                                        M92 E182.0:182.0 ; Set extruder steps/mm

                                        M906 X1200 Y1200 Z1200 E1200:1200 I50 ; Set motor currents (mA) and idle current %
                                        M201 X4200 Y4200 Z4200 E5000 ; Accelerations (mm/s^2)
                                        M203 X15000 Y15000 Z15000 E15000 ; Maximum speeds (mm/min)
                                        M566 X2000 Y2000 Z2000 E2000 ; Maximum instant speed changes mm/minute

                                        M106 P0 H-1 ; Part Cooling Fan
                                        M106 P1 S0.5 H-1 ; Case fan
                                        M106 P2 T50 S0.7 H1 ; Heat sink fan

                                        M307 H0 B0 ; Heated Bed (H2)
                                        M305 P0 T100000 B4388 R4700 H30 L0 ; Bed thermistor

                                        M305 P1 T100000 B4388 R4700 H30 L0 ; Hot end Thermistor
                                        M563 P0 D0 H1 ; Hot end (T0), drive (E0), heater (H1)
                                        G10 P0 S0 R0 ; Hot end operating and standby temperatures

                                        ;Dual Extrusion Code
                                        ;M563 P1 D1 H1 ; Hot end (T1), drive (E1), heater (H1)
                                        ;G10 P1 S0 R0 ; Hot end (1) operating and standby temperatures

                                        M558 P5 I0 A2 S0.05 R0.4 H20 F2500 ; Strain gauge probe settings
                                        G31 P100 X0 Y0 Z-0.3 ; Probe trigger and offset values
                                        M557 R140 S30 ; defualt bed mapping
                                        M501 ; Load saved config values
                                        T0 ; Select Tool 0
                                        M375 ; Load height map

                                        homedelta.g:
                                        M203 Z25000
                                        G91 ; use relative positioning
                                        G1 S1 X750 Y750 Z750 F5000 ; move all carriages up, stopping at the endstops
                                        G1 S2 X-5 Y-5 Z-5 F500 ; move all towers down 5mm
                                        G1 S1 X8 Y8 Z8 F500 ; move towers slowly up 8mm, stopping at the endstops
                                        G1 S2 X-5 Y-5 Z-5 F500 ; move carriages down 5mm
                                        G90 ; back to absolute positioning

                                        1 Reply Last reply Reply Quote 0
                                        • Danalundefined
                                          Danal
                                          last edited by

                                          Also, in AP mode, you have the web interface up, right? Let's update that as well. Assuming that M115 shows you to be on 2.05.1, do this:

                                          1. Download https://github.com/chrishamm/DuetWebControl/releases/download/2.0.7/DuetWebControl-SD.zip

                                          2. DO NOT unzip it

                                          3. Find the "system" tab in the Duet web interface. Find the "Upload system files" somewhere (lower right?) on that page. Press this button and select the zip file from step (1)

                                          When it finishes uploading, the web interface will change. This new interface will get us some capabilities we will use later.

                                          Delta / Kossel printer fanatic

                                          1 Reply Last reply Reply Quote 0
                                          • insertcoinundefined
                                            insertcoin
                                            last edited by

                                            Okay, i will do that. School closed at 2pm and Midwinter break starts tomorrow, so I'll report back in a week. Thank you so much.

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