6

What operating systems are available for running the Autodesk Spark Print Manager? (https://spark.autodesk.com/developers/reference/printer-manufacturers/integrate-your-printer/integrate-your-printer-model)

I'm finding the documentation a little difficult to parse. It does seem that there are only build options for Windows or Mac, but I want to confirm.

Thanks!

Marviel
  • 148
  • 4
  • What exactly does that software do? It wants me to make an account to see the documentation? It it like octoprint? – Eric Johnson Feb 12 '16 at 01:18
  • Hey! Sorry for late reply... Basically it allows you to manage print queues, prepare basic DLP/FDM jobs, among other things. Kind of like the glue between a GUI and the firmware of the printer. – Marviel Dec 29 '16 at 14:07

1 Answers1

3

I checked https://spark.autodesk.com/developers/reference/desktop-applications/print-manager. It seems that Print manager is a application written in JavaScript and its source code is available on github.

So you have to install node.js to run it. So you can use all major OS (win, mac, linux, ...).

amra
  • 1,911
  • 10
  • 17