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

      ; 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
                            • ShaunCroundefined
                              ShaunCro
                              last edited by ShaunCro

                              Have you tried reserving the IP on your router and allocating it to the Duet's mac instead of trying to specify on the device it self?

                              Your router isn't setup for any type of mac address authentication, or white listing is it?

                              Edit: have you updated the wifi server firmware? Think the latest is 1.23? NVM, missed that in initial post.

                              Try force your router to another channel as well, 1,6 or 11 would be the best as there is no overlap with other channels so should be better if there is an interference issue.

                              Lets just get one thing straight....

                              You don't own a Delta! It's true, you don't!

                              It owns you!

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

                                @turbo3000 said in Newbie Seeking Help:

                                then M552 S1 P192.168.1.120

                                That is asking to connect to the network whose SSID is "192.168.1.120", so it's not valid.

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

                                  @turbo3000 said in Newbie Seeking Help:

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

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

                                  So it's working!

                                  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
                                  • First post
                                    Last post
                                  Unless otherwise noted, all forum content is licensed under CC-BY-SA