项目作者: flux3dp

项目描述 :
Web-based 2d/3d editing application for FLUX desktop manufacturing products
高级语言: JavaScript
项目地址: git://github.com/flux3dp/flux-studio.git
创建时间: 2015-04-17T02:57:25Z
项目社区:https://github.com/flux3dp/flux-studio

开源协议:

下载


FLUX Studio


Introduction

FLUX Studio is the companion application for FLUX Delta Series. It gives creators an intuitive interface to control over every function of the machine.

Requirement

Install dependency

  1. Install necessary node packages $> npm i --save-dev

Build javascript/css resources

  1. Build resource $> gulp jsx sass

Rebuild module for electron $> node_modules/.bin/electron-rebuild

  • Rebuild C++ module to make it compatible with the node inside of electron.
  • Though the module was build when running yarn install (or npm install, npm rebuild), it was build for node in your command line environment, not for electron

Run electron

  • Run default: npm start
  • Support environment variables
    BACKEND: path to fluxghost backend GHOST_SLIC3R: path to slic3r application
    GHOST_CURA: path to cura application GHOST_CURA2: path to cura2 application

License

  • AGPLv3