Duet3D Logo Duet3D
    • Tags
    • Documentation
    • Order
    • Register
    • Login
    1. Home
    2. EdI_VeDeR
    3. Topics
    • Profile
    • Following 0
    • Followers 0
    • Topics 2
    • Posts 5
    • Best 1
    • Controversial 0
    • Groups 0

    Topics created by EdI_VeDeR

    • EdI_VeDeRundefined

      Duet wifi, not able to setup network true serial

      General Discussion
      • • • EdI_VeDeR
      6
      0
      Votes
      6
      Posts
      236
      Views

      droftartsundefined

      @EdI_VeDeR said in Duet wifi, not able to setup network true serial:

      M552 S0 ;stop wifi
      G4 P10000 ;pause
      M587 S"SSID" P"PASSWORD" ; set network
      G4 P10000 ;pause

      These lines are unnecessary in config.g, because the WiFi module is disabled to start with, and does not get enabled until the end of running config.g. Also, M587 should NOT be in config.g; see note at end of https://duet3d.dozuki.com/Wiki/Gcode?revisionid=HEAD#Section_M587_Add_WiFi_host_network_to_remembered_list_or_list_remembered_networks

      Important! Do not use M587 within config.g. As well as being a security hazard, writing the access point parameters to WiFi chip every time you start the Duet may eventually wear out the flash memory.

      Ian

    • EdI_VeDeRundefined

      beginer cr10 questions

      Tuning and tweaking
      • • • EdI_VeDeR
      3
      0
      Votes
      3
      Posts
      186
      Views

      EdI_VeDeRundefined

      Thank you for fast anwser.

      For my slow homing I found the problem in my cura "start gcode"