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

    Newbie Seeking Help

    Scheduled Pinned Locked Moved
    General Discussion
    7
    29
    970
    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.
    • turbo3000undefined
      turbo3000
      last edited by

      5d00b20f-55b0-4aa3-a902-0a34dcf780f9-image.png

      So i have /www separate & /sys separate.

      The /config/sys & /config/www directory & files, i was just trying to see if that would solve the problem.

      1 Reply Last reply Reply Quote 0
      • turbo3000undefined
        turbo3000
        last edited by

        This post is deleted!
        1 Reply Last reply Reply Quote 0
        • turbo3000undefined
          turbo3000
          last edited by

          79bb7472-d875-4c0e-ad05-30dccf179a09-image.png

          It does remember my SSID, just not my IP address.

          Do i need to port forward? i have an Asus GT-AC5300 router.

          1 Reply Last reply Reply Quote 0
          • turbo3000undefined
            turbo3000
            last edited by

            056299a5-14c7-40e6-a061-0eae0dd8e902-image.png

            This is interesting. Does this mean i can't see my /sys files?

            If so why?

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

              They should not be sub-directories of /config.

              Delta / Kossel printer fanatic

              1 Reply Last reply Reply Quote 0
              • jay_s_ukundefined
                jay_s_uk
                last edited by

                It does imply that.

                I would suggest copying everything off the SD card and formatting it with the SD card formatter https://www.sdcard.org/downloads/formatter/

                I would also suggest only copying across the /sys and /www folders.

                Owns various duet boards and is the main wiki maintainer for the Teamgloomy LPC/STM32 port of RRF. Assume I'm running whatever the latest beta/stable build is

                1 Reply Last reply Reply Quote 1
                • turbo3000undefined
                  turbo3000
                  last edited by

                  Thankyou. I have deleted those other files. Checked /sys folder again.

                  2205c03a-3917-41be-8970-c08cdf9a26a7-image.png

                  But still no DWC !!!!

                  PaulHewundefined 1 Reply Last reply Reply Quote 0
                  • PaulHewundefined
                    PaulHew @turbo3000
                    last edited by

                    @turbo3000 I would go back to basics. Please post your config.g just incase.....
                    M588 "*"

                    M587 with only the S & P parameters, so it gets the address from the router as opposed to being defined, just incase........................

                    Get DWC working first then progress from that.

                    So M20 "/www" does not show anything? It did on your post @ 16:40.:confused:

                    Regards,
                    Paul

                    RailCore II - Duet Mini + 1LC, Voron V0.1 - Duet Mini
                    Voron 2.4 disassembled..... Waiting for the RailCore Mini....

                    1 Reply Last reply Reply Quote 0
                    • turbo3000undefined
                      turbo3000
                      last edited by

                      ; Configuration file for Duet WiFi (firmware version 2.00)
                      ; executed by the firmware on start-up
                      ;
                      ; generated by RepRapFirmware Configuration Tool v2.1.8 on Fri May 01 2020 01:28:58 GMT+1000 (Australian Eastern Standard Time)

                      ; General preferences
                      G90 ; send absolute coordinates...
                      M83 ; ...but relative extruder moves
                      M550 P"My Printer" ; set printer name

                      M667 S1 ; select CoreXY mode

                      ; Network
                      M552 S1 ; enable network

                      ;M552 P192.168.1.120
                      ;M554 P192.168.1.255
                      ;M553 P225.255.255.0

                      M586 P0 S1 ; enable HTTP
                      M586 P1 S0 ; disable FTP
                      M586 P2 S0 ; disable Telnet

                      ; Drives
                      M569 P0 S1 ; physical drive 0 goes forwards
                      M569 P1 S1 ; physical drive 1 goes forwards
                      M569 P2 S0 ; physical drive 2 goes backwards
                      M569 P3 S0 ; physical drive 3 goes backwards
                      M584 X0 Y1 Z2 E3 ; set drive mapping
                      M350 X16 Y16 Z16 E16 I1 ; configure microstepping with interpolation
                      M92 X80.00 Y80.00 Z4000.00 E98.00 ; set steps per mm
                      M566 X600.00 Y600.00 Z12.00 E120.00 ; set maximum instantaneous speed changes (mm/min)
                      M203 X18000.00 Y18000.00 Z180.00 E1500.00 ; set maximum speeds (mm/min)
                      M201 X3000.00 Y3000.00 Z100.00 E10000.00 ; set accelerations (mm/s^2)
                      M906 X950 Y950 Z950 E950 I30 ; set motor currents (mA) and motor idle factor in per cent
                      M84 S30 ; Set idle timeout

                      ; Axis Limits
                      M208 X0 Y0 Z0 S1 ; set axis minima
                      M208 X330 Y330 Z400 S0 ; set axis maxima

                      ; Endstops
                      M574 X1 Y1 Z1 S0 ; set active low and disabled endstops

                      ; Z-Probe
                      M558 P5 H5 F0 T6000 ; set Z probe type to switch and the dive height + speeds
                      G31 P600 X0 Y0 Z0 ; set Z probe trigger value, offset and trigger height
                      M557 X15:215 Y15:195 S20 ; define mesh grid

                      ; Heaters
                      M305 P0 T100000 B4138 R4700 ; set thermistor + ADC parameters for heater 0
                      M143 H0 S120 ; set temperature limit for heater 0 to 120C
                      M305 P1 T100000 B4138 R4700 ; set thermistor + ADC parameters for heater 1
                      M143 H1 S280 ; set temperature limit for heater 1 to 280C

                      ; Fans
                      M106 P0 S0 I0 F500 H-1 ; set fan 0 value, PWM signal inversion and frequency. Thermostatic control is turned off
                      M106 P1 S1 I0 F500 H1 T45 ; set fan 1 value, PWM signal inversion and frequency. Thermostatic control is turned on
                      M106 P2 S1 I0 F500 H1 T45 ; set fan 2 value, PWM signal inversion and frequency. Thermostatic control is turned on

                      ; Tools
                      M563 P0 D0 H1 F0 ; define tool 0
                      G10 P0 X0 Y0 Z0 ; set tool 0 axis offsets
                      G10 P0 R0 S0 ; set initial tool 0 active and standby temperatures to 0C

                      ; Custom settings are not defined

                      ; Miscellaneous
                      M911 S10 R11 P"M913 X0 Y0 G91 M83 G1 Z3 E-5 F1000" ; set voltage thresholds and actions to run on power loss

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

                        Which browser are you using?

                        Does it work any better if you enter this in the address bar:

                        http://192.168.1.120/index.html

                        PS - firmware version 2.0 is rather old!

                        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
                        • turbo3000undefined
                          turbo3000
                          last edited by

                          7a7c1ed0-8a6d-47b5-bac8-0c542ac7f53d-image.png

                          i got something !!!!

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

                            I think the reason may be that the version of Duet Web Control you are using is much later than the version of the main firmware. Firmware 2.0 was designed to work with a much older version of DWC.

                            I suggest you upgrade to firmware 2.05.1. Download Duet2CombinedFirmware from https://github.com/dc42/RepRapFirmware/releases/tag/2.05.1 and copy it into /sys on the SD card. Put the card back in the Duet, start the Duet, and send M997 from YAT. After 30 seconds, reconnect form YAT and send M115 to see if the update was successful.

                            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
                            • turbo3000undefined
                              turbo3000
                              last edited by

                              @dc42 said in Newbie Seeking Help:

                              M115

                              6e3cad42-b183-4a75-80fc-06b83c059eb4-image.png

                              Ok the firmware update worked perfectly, however, this problem remains!

                              85b79122-5be2-47c3-86fc-68f2fb8c8c34-image.png

                              1 Reply Last reply Reply Quote 0
                              • turbo3000undefined
                                turbo3000
                                last edited by

                                should i force the static IP in the config.h file?

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

                                  Now is the time to follow this:

                                  https://duet3d.dozuki.com/Guide/1.)+Getting+Connected+to+your+Duet/7

                                  You will already be at about step 6, with what you've done.

                                  Delta / Kossel printer fanatic

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

                                    When you type in just the IP address in the browser, what message does it report now? You may need to clear the browser cache.

                                    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
                                    • turbo3000undefined
                                      turbo3000
                                      last edited by

                                      1ee79c87-e7b5-412f-96b0-e48875bbddc6-image.png

                                      no errors in the browser when going the direct IP address.

                                      bd241a9c-be35-4ee5-94b8-45aca16ad29f-image.png

                                      and strangely, it knows my assigned static IP address but it cannot remember it? maybe this is a firmware issue?

                                      I didn't have to send the M587 S & P command, it knows my static address, but when we run the M587, the SSID is remembered, but the IP is NULLED, yet the static IP address is there.

                                      dc42undefined 1 Reply Last reply Reply Quote 0
                                      • turbo3000undefined
                                        turbo3000
                                        last edited by

                                        ok so i go to Step 8.

                                        Sent M552 S0
                                        then M552 S1 P192.168.1.120

                                        and now i get this... and even after 30seconds, i try M552 & it remains with those errors

                                        28cb5a0d-3359-4411-97a5-e12b70cb0cb1-image.png

                                        dc42undefined 1 Reply Last reply Reply Quote 0
                                        • turbo3000undefined
                                          turbo3000
                                          last edited by

                                          db80ddc2-a590-450f-bee7-7872cd1503f7-image.png

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

                                            Are you far away from the router?

                                            Z-Bot CoreXY Build | Thingiverse Profile

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