An open API service indexing awesome lists of open source software.

https://github.com/turboss/turbostich


https://github.com/turboss/turbostich

Last synced: 5 months ago
JSON representation

Awesome Lists containing this project

README

          

# 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 .`
5) Edit the files to customize name etc.
6) 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`