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

    Script to Upload to Duet3 Machines

    Scheduled Pinned Locked Moved
    Third-party software
    1
    1
    181
    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.
    • Luke'sLaboratoryundefined
      Luke'sLaboratory
      last edited by

      Hi There -

      I've made a Script in python using a new method I added to Danal's (RIP) DuetWebAPI to automatically upload files to duet 3's (with SBC? not sure, all I have is w/ SBC)

      Should be slicer-agnostic, just add it to your post processing scripts with the following command (or run it in a terminal, doesn't matter)

      python3 {pathtoyourscript}/Upload.py "[output_filepath]" {DuetIP}

      Its in my slicertools repo where I have two other tools like mesh-resizing (I combined S3D and SS from this link into a single script, and added a probeSpacing variable that can be called from the command line) and G10 conversion for conventional slicers (particularily convenient for toolchangers!

      https://github.com/lukeslaboratory/SlicerTools

      I know the code is probably pretty scuffed, and I'm more than happy to learn!

      Hopefully this helps someone else!

      Luke
      http://lukeslab.online

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