Machineface is a remote user interface for Machinekit optimized for 3D printers and mobile devices.
This UI uses the QtQuickVcp QtQuick modules.
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.