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

    tychop

    @tychop

    0
    Reputation
    1
    Profile views
    6
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    tychop Unfollow Follow

    Latest posts made by tychop

    • RE: Duet wifi S3D

      Yep, Got it

      This works:
      curl -F "file=@[output_filepath]" "http://192.168.x.x/rr_upload?name=0%3A%2Fgcodes%2F[output_filename].gcode"
      curl "http://192.168.x.x/rr_gcode?gcode=M32 0%3A%2Fgcodes%2F[output_filename].gcode"

      Many thanks !!

      posted in General Discussion
      tychopundefined
      tychop
    • RE: Duet wifi S3D

      Yes, I figured that could be the issue, however, I couldn't find anything here https://github.com/chrishamm/DuetWebControl…

      Is there a command to print? Where can I look for it?

      I can see

      [[language]]
      function startUpload(type, files, fromCallback) {
      
      ```in the javascript, but am clueless how to specify 'print' as the type to upload gcode & start the print
      posted in General Discussion
      tychopundefined
      tychop
    • RE: Duet wifi S3D

      @MoS-tekknix:

      @sungod3k:

      I ran the original and the autouploaded file through notepad++s compare tool and they matched 100%

      Uhm, thats interesting.

      Can you try this one, i'm using and change the IP to your DuetWifi/Ethernet IP?

      [[language]]
      curl -F "file=@[output_filepath]" "http://192.168.178.144/rr_upload?name=gcodes/[output_filename].gcode"
      
      

      That is working even if the Printer is currently busy.

      Regards
      MoS-tekknix

      This script
      curl -F "file=@[output_filepath]" "http://192.168.x.x/rr_upload?name=gcodes/[output_filename].gcode"
      uploads the file correctly, but the print doesn't start…

      Am I missing something?

      posted in General Discussion
      tychopundefined
      tychop
    • RE: Raspberry pi Octoprint and duetwifi

      The WiFi connection on my DuetWiFi is very disappointing for me. During printing I'm not able to get a connection to the Duet. "The server dropped it's connection" is the error I get.
      I think I am going to hook the Duet to a Pi and use RepetierServer/OctoPi for the wireless printing.

      posted in Duet Hardware and wiring
      tychopundefined
      tychop
    • RE: Creality CR-10 upgrade

      @Agniusm:

      I think you will need to rewire. I swapped my cables and built them from scratch so i don't really know.

      Not wat I was hoping for, but thanks for letting me know..
      I'll go and hunt down the wiring of the cr-10 connectors.

      posted in Duet Hardware and wiring
      tychopundefined
      tychop
    • RE: Creality CR-10 upgrade

      Agniusm,

      I'm about to start my adventure to replace the cr-10 board with the DuetWiFi..
      The steppermotor connectors are slightly different, but it's possible to plug it in…

      Question:
      Are the steppermotor connectors of the CR-10 pin-compatible with the connectors of the Duet board?
      Can I plug them in the Duet board or do I have to rewire ??
      If so, which way should the connector be orientated?

      posted in Duet Hardware and wiring
      tychopundefined
      tychop