8000 GitHub - cyberpunkerx/print-manager: Provide desktop support for printer management and print preparation.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

cyberpunkerx/print-manager

 
 

Repository files navigation

print-manager

Provides desktop support for printer management and print preparation.

This repository has further information at Print Manager 1.1 and at [adding your printer] (https://spark.autodesk.com/developers/reference/introduction/printer-manufacturers-2/integrate-your-printer-model).

For Print Manager to start you must download the geometry processor that is attached to the releases see Print Manager Releases

When unzipped please edit the localConfig.json file to use this.

Quick Start

  1. Install node version 0.10.35 (not the latest) found here: http://blog.nodejs.org/2014/12/23/node-v0-10-35-stable/ NOTE: You must have platform C++ tools to be able to build some modules.
  2. cd spark-print-mgr
  3. Add localConfig.json to the spark-print-mgr directory with the following content (it contains the location to the prep server)

{ "roopaServerPath" : "C:/SPARK/Release/runTime/RoopaServer.app/Contents/MacOS/RoopaServer" }

The above will work for Mac OS*.

  1. npm install
  2. node Server.js (will start server on localhost:9998)
  3. Go to: http://localhost:9998/printdb/printertypes to see normal execution

To see full documentation of print-manager and download print studio, please request access to the developer portal at https://spark.autodesk.com/developers/.

To submit contributions back to this project. Please fill in the contributers agreement.

If Building on Windows make sure to install Bonjour SDK from the Apple Store and make sure the variable BONJOUR_SDK_HOME is set to the location.

*Here is an example of localConfig.json for Windows.

{ "roopaServerPath" : "C:\Users\joe\Release\runTime\bin\RoopaServer.exe", }

About

Provide desktop support for printer management and print preparation.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 93.0%
  • HTML 4.1%
  • Lua 1.2%
  • Python 0.9%
  • CSS 0.4%
  • Protocol Buffer 0.4%
0