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

    Uploading code files from Simplify3D to DuetWiFi using scripts?

    Scheduled Pinned Locked Moved
    General Discussion
    4
    6
    3.0k
    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.
    • briangilbertundefined
      briangilbert
      last edited by

      Was talking with a friend earlier who is using the "Post Processing" feature of Simplify3D to upload his saved gcode files to his Octoprint server, wondering if there is any way I could use this feature to upload gcode files to my DuetWiFi?

      In the instance of my friend he is uploading the files using curl with an API key to octoprint:

      [[language]]
      curl -k -H "X-Api-Key: [his api key]" -F "select=false" -F "print=false" -F "file=@[output_filepath]" "http://octopi.local/api/files/local" && rm "@{output_filepath}"
      
      

      I'm sure I've seen somewhere in the past about ways to upload files to the duet, but I can't find it now?

      Co-creator of the Zesty Nimble direct drive extruder

      1 Reply Last reply Reply Quote 0
      • dc42undefined
        dc42 administrators
        last edited by

        See https://www.duet3d.com/forum/thread.php?pid=9032#p9032.

        Duet WiFi hardware designer and firmware engineer
        Please do not ask me for Duet support via PM or email, use the forum
        http://www.escher3d.com, https://miscsolutions.wordpress.com

        1 Reply Last reply Reply Quote 0
        • T3P3Tonyundefined
          T3P3Tony administrators
          last edited by

          The DWC readme lists all the rr_…. commands:
          https://github.com/chrishamm/DuetWebControl/blob/master/README.md

          It's a good place to start.

          www.duet3d.com

          1 Reply Last reply Reply Quote 0
          • briangilbertundefined
            briangilbert
            last edited by

            Thanks gents!

            Co-creator of the Zesty Nimble direct drive extruder

            1 Reply Last reply Reply Quote 0
            • Martin1454undefined
              Martin1454
              last edited by

              Did anybody ever figure out how to upload from simplify3d directly to duet?

              1 Reply Last reply Reply Quote 0
              • dc42undefined
                dc42 administrators
                last edited by

                Yes, see https://forum.duet3d.com/topic/867/duet-wifi-s3d.

                Duet WiFi hardware designer and firmware engineer
                Please do not ask me for Duet support via PM or email, use the forum
                http://www.escher3d.com, https://miscsolutions.wordpress.com

                1 Reply Last reply Reply Quote 0
                • First post
                  Last post
                Unless otherwise noted, all forum content is licensed under CC-BY-SA