Jump to content

Sven_Hinrichs

Member
  • Posts

    2
  • Joined

  • Last visited

Personal Information

  • 3D printer
    I have no 3D printer

Sven_Hinrichs's Achievements

0

Reputation

  1. Hi Mari, Apologies, I didn't see your reply! Essentially, I'm trying to automate a process where designs are stored centrally and I can "order" them from a central system. I want to avoid having to go into CURA and opening cad files individually (pull), but I'd rather have them pushed into CURA. I have the following components: A library of CAD designs, hosted on AWS My S3 bucket is mounted as a local drive (via rclone) I have access control, so I can pass a URL from where the files can be downloaded Fusion360, This exports the CAD file directly to the S3 bucket Today, I'm exporting it to the mounted drive Once this all works, I'll get the JSON exporter plug-in to save files automatrically A slicer, such as CURA A tool to post JSONs; I use make.com I can easily query my S3 bucket by file name and retrieve the CAD file URL I can then pass that URL to {hopefully} CURA The CAD file should then automatically load Hope this makes sense?
  2. Hi All, Is there a way (such as a plugin) to send a CAD file to CURA and open it automatically? I can provide a JSON using Post, and it will contain a URL to the CAD file "modelUrl": "https://[mylinktothecadfile]", Thanks, All!
×
×
  • Create New...