https://github.com/turboss/turbostich
https://github.com/turboss/turbostich
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/turboss/turbostich
- Owner: TurBoss
- License: gpl-2.0
- Created: 2022-12-30T19:21:30.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-01-03T06:08:41.000Z (over 3 years ago)
- Last Synced: 2025-05-14T10:31:50.491Z (about 1 year ago)
- Language: G-code
- Size: 4.4 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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`