/simple_tune

Simple Linuxcnc GUI for Setup Tuning

Primary LanguagePythonGNU General Public License v2.0GPL-2.0

VCP Template

Very basic QtPyVCP based Virtual Control Panel for LinuxCNC. This is intended as a template that you can use as a base for creating your own VCPs.

Getting Started

  1. Fork this repository to your github account.
  2. Clone it to your local machine: git clone https://github.com/USERNAME/REPO.git
  3. Install with pip: pip install -e .
  4. Edit the files to customize name etc.
  5. Edit the layout in QtDesigner by running: editvcp myvcp

To Copy

  1. Clone the VCP Template: git clone https://github.com/kcjengr/vcp-template.git
  2. Run the copy.sh script and give it a new name: ./copy.sh

To Create the Tutorial

  1. Clone the VCP Template: git clone https://github.com/kcjengr/vcp-template.git
  2. Run the tutorial.sh script and give it a new name: ./tutorial.sh