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

    Losing Wifi

    Scheduled Pinned Locked Moved Solved
    Gcode meta commands
    2
    3
    66
    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.
    • Mike 1undefined
      Mike 1
      last edited by

      Hello

      I do have some issues with my wifi. I think my neighbours are quite busy al well 😉
      So I would like to restart the wifi from time to time again to get access to the webinterface again.
      This is my macro. But why does it not work?

      M552 S0							; Disable Networking
      M552 S1							; Enable Networking
      M586 P0 S1 						; Enable HTTP
      M586 P1 S0 						; Disable FTP
      

      Or is there a way to stop the error messages on my PanelDue?

      Thanks!
      Mike

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

        Try adding a short delay around the M552 commands.

        Z-Bot CoreXY Build | Thingiverse Profile

        Mike 1undefined 1 Reply Last reply Reply Quote 0
        • Mike 1undefined
          Mike 1 @Phaedrux
          last edited by

          @Phaedrux
          Now ist seams to work!

          M552 S0							; Disable Networking
          G4 P200                         ; wait for x milliseconds
          M552 S1							; Enable Networking
          M586 P0 S1 						; Enable HTTP
          M586 P1 S0 						; Disable FTP
          

          Thanks!

          1 Reply Last reply Reply Quote 1
          • Phaedruxundefined Phaedrux marked this topic as a question
          • Phaedruxundefined Phaedrux has marked this topic as solved
          • First post
            Last post
          Unless otherwise noted, all forum content is licensed under CC-BY-SA