https://github.com/machinekoder/python-hal-seed
Seed configuraton for Python Machinekit HAL configurations
https://github.com/machinekoder/python-hal-seed
hal machinekit python seed
Last synced: 13 days ago
JSON representation
Seed configuraton for Python Machinekit HAL configurations
- Host: GitHub
- URL: https://github.com/machinekoder/python-hal-seed
- Owner: machinekoder
- Created: 2018-03-09T08:49:39.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-03-09T08:52:25.000Z (over 8 years ago)
- Last Synced: 2025-10-18T23:41:28.737Z (10 months ago)
- Topics: hal, machinekit, python, seed
- Language: Python
- Size: 39.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Python HAL Seed
Python HAL seed code to get started with building Machinekit HAL applications.
[QtQuickVcp download section](https://github.com/qtquickvcp/QtQuickVcp#download)
## Starting the configuration
You can start the Machinekit configuration by running following from the terminal.
```bash
./run.py
```
Or with additional debug output
```bash
./run.py --debug
```
## What to edit?