https://github.com/turboss/sg_cnc
Surface Grinder CNC
https://github.com/turboss/sg_cnc
Last synced: 4 months ago
JSON representation
Surface Grinder CNC
- Host: GitHub
- URL: https://github.com/turboss/sg_cnc
- Owner: TurBoss
- Created: 2020-10-12T06:31:06.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-28T10:45:37.000Z (over 3 years ago)
- Last Synced: 2025-09-07T18:54:13.128Z (10 months ago)
- Language: SCSS
- Size: 5.21 MB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# SG CNC for linuxcnc
#### Surface Grinder CNC
## Quick install
install linuxcnc 2.9pre using the debian 11
http://www.linuxcnc.org/
### Dependencies
```
$ sudo apt install python3-pyqt5 python3-pyqt5.qtquick python3-dbus.mainloop.pyqt5 python3-pyqt5.qtopengl python3-pyqt5.qsci python3-pyqt5.qtmultimedia qml-module-qtquick-controls gstreamer1.0-plugins-bad libqt5multimedia5-plugins pyqt5-dev-tools python3-dev python3-setuptools python3-pip git
```
### installation
```
$ git clone https://github.com/turboss/sg_cnc.git
$ cd sg_cnc
$ pip install -e .
```
## Customize
now you can run editvcp to edit the interface
```
$ editvcp sg_cnc-sg
```
## Resources
* [Development](https://github.com/turboss/sg_cnc)
* [Documentation](https://qtpyvcp.com)
* [Issue Tracker]()
## Dependancies
* [LinuxCNC](https://linuxcnc.org) 2.9pre
* Python 3.9
* PyQt5 or PySide2
* [QtPyVCP](https://qtpyvcp.com/)
SG_CNC is developed and tested using the LinuxCNC Debian 11, It should run on any system that can have PyQt5 installed, but Debian 11 is the only OS
that is officially supported.
## DISCLAIMER
THE AUTHORS OF THIS SOFTWARE ACCEPT ABSOLUTELY NO LIABILITY FOR
ANY HARM OR LOSS RESULTING FROM ITS USE. IT IS _EXTREMELY_ UNWISE
TO RELY ON SOFTWARE ALONE FOR SAFETY. Any machinery capable of
harming persons must have provisions for completely removing power
from all motors, etc, before persons enter any danger area. All
machinery must be designed to comply with local and national safety
codes, and the authors of this software can not, and do not, take
any responsibility for such compliance.
Copyright (c) 2020 All rights reserved.