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

    Topics created by llamatrails

    • llamatrailsundefined

      DuetWiFi: upgrading from firmware 2.04

      Firmware installation
      • • • llamatrails
      4
      0
      Votes
      4
      Posts
      135
      Views

      Phaedruxundefined

      If you still have access to DWC. Upload these 3 zip files, one at a time in the system tab. Don't extract them first. Reboot after each. Use M115 in the gcode console to verify the firmware has been applied.
      https://github.com/Duet3D/RepRapFirmware/releases/download/2.05.1/Duet2Firmware-2.05.1.zip
      https://github.com/Duet3D/RepRapFirmware/releases/download/3.0/Duet2and3Firmware-3.0.zip
      https://github.com/Duet3D/RepRapFirmware/releases/download/3.3/Duet2and3Firmware-3.3.zip
      That will get your firmware and DWC up to date.

      From there you can update to the betas manually.

      You can see the change logs here:
      https://github.com/Duet3D/RepRapFirmware/wiki/Changelog-RRF-3.x

      For your config, might be a good idea to run through the configurator tool and generate a fresh set for RRF3.
      https://configtool.reprapfirmware.org/Start

      Backup your existing config files in the sys folder in case you want to switch back to RRF2. It’s easy to switch back and forth, just upload the zip file for the version you want and then upload your config files.

      These documents will come in handy during the conversion.
      https://duet3d.dozuki.com/Wiki/RepRapFirmware_3_overview
      https://duet3d.dozuki.com/Wiki/Gcode

    • llamatrailsundefined

      FTP and Telnet: working yet ?

      General Discussion
      • • • llamatrails
      16
      0
      Votes
      16
      Posts
      3.6k
      Views

      hackerundefined

      Honestly, I haven't used ftp for years, so I don't remember all the details, but I think the [c]Unknown command[/c] may have to do with the full command [c]ls[/c] or [c]dir[/c] translates to (by the client). For instance, I have an habit of entering [c]ls -l[/c] even though I know I shouldn't. And after I do that, pretty much nothing works

      [[language]] ftp> ls -l ---> PASV ---> LIST -l Unknown command. ftp> ls ---> PASV Unknown command. ---> PORT 192,168,4,14,230,94 Unknown command. ---> LIST