Skip to content
Simon Ko edited this page Mar 2, 2017 · 3 revisions

Welcome to the flux-studio wiki!

To request features, kindly use Issues tab.

Introduction

FLUX Studio is the software that help users to control FLUX Delta series. It is mainly designed for the features of 3d printing, laser engraving, pen drawing, 3d scanning, vinyl cutting that FLUX Delta series has, and allows users to arrange their working objects in the working area, and then generate the toolpath that the machine going to run.

Requirement

The project includes mainly the UI and control logic of FLUX Studio, which is written in HTML/JS with React.js framework. For communication with the machine, and intensive calculations, FLUX Studio requires fluxghost / fluxclient to run.

About fluxghost

Websocket based API written in Python, which is a interface of FLUX Studio in Javascript and fluxclient in Python. https://github.com/flux3dp/fluxghost

About fluxclient

Python SDK for FLUX Delta series. https://github.com/flux3dp/fluxclient

Clone this wiki locally