supermerill / SuperSlicer

G-code generator for 3D printers (Prusa, Voron, Creality, etc.)
4.13k stars 519 forks source link

Add the ability to read slicer configs from a cloud-accessible location #1390

Open spott opened 3 years ago

spott commented 3 years ago

Is your feature request related to a problem? Please describe. I have multiple computers that I run super slicer on for the same printer. I would like to be able to share configs for these automatically, without having to export/import each time configs change.

Describe the solution you'd like Every computer to have an up to date synced config.

Describe how it would work There are a couple of different options here:

Describe alternatives you've considered A soft link between the configuration directory and a location in a cloud synced folder. It would work, but requires a more complicated setup on each new computer (and is limited to more computer savvy users)

supermerill commented 3 years ago

duplicate of #785