-
Notifications
You must be signed in to change notification settings - Fork 9
Home
Welcome to the flux-studio wiki!
To request features, kindly use Issues tab.
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.
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.
Websocket based API written in Python, which is a interface of FLUX Studio in Javascript and fluxclient in Python. https://github.com/flux3dp/fluxghost
Python SDK for FLUX Delta series. https://github.com/flux3dp/fluxclient