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

    Wifi macro instead of config.g - how?

    Scheduled Pinned Locked Moved
    Duet Web Control
    3
    3
    139
    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.
    • eranglrundefined
      eranglr
      last edited by

      My current wifi settings are in config.g
      I understand that this is not the way to set the wifi, but with macro.

      How do I set the wifi inside a macro so it will automatically be connected to the network on power on?

      fcwiltundefined 1 Reply Last reply Reply Quote 0
      • fcwiltundefined
        fcwilt @eranglr
        last edited by

        @eranglr said in Wifi macro instead of config.g - how?:

        My current wifi settings are in config.g
        I understand that this is not the way to set the wifi, but with macro.

        How do I set the wifi inside a macro so it will automatically be connected to the network on power on?

        Once the WiFi settings are correct for your printer to connect to your WiFi network all you need in config.g is one command:

        M552 S1 ; enable (S1) networking (WiFi)

        Frederick

        Printers: a small Utilmaker style, a small CoreXY and a E3D MS/TC setup. Various hotends. Using Duet 3 hardware running 3.4.6

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

          That right. Once you've send the command to add the SSID and password once it gets stored in the wifi module itself. No need to send it again. M552 S1 enables networking and the wifi module will connect to the first available SSID with the best signal strenght.

          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