Skip to content

Latest commit

 

History

History
28 lines (17 loc) · 873 Bytes

README.md

File metadata and controls

28 lines (17 loc) · 873 Bytes

Machineface

Machineface is a remote user interface for Machinekit optimized for 3D printers and mobile devices.

This UI uses the QtQuickVcp QtQuick modules.

Alt text

Using Machineface

To use Machineface you have to clone the repository on your Machinekit computer:

cd ~/
git clone https://github.com/qtquickvcp/Machineface.git

Next, you have to supply the path to the directory to the configserver.

configserver -n 'My Machine' ~/Machineface

The UI is then automatically deployed to the Machinekit Client

For more information about using Machinekit with remote user interfaces please read the QtQuickVcp documentation.