bhowiebkr / LinuxCNC-Config-Editor

A Python Qt based tool for editing LinuxCNC config files (INI) with a GUI and built in variable documentation.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

LinuxCNC Config Editor

This is a GUI editor of configuration files (INI) for LinuxCNC. It’s not designed for generating your CNC machine’s configuration like Stepconf or PNCconf but rather a tool for helping you edit the configuration file after the fact.

LinuxCNC Config Editor

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.

This software is released under the GPLv2 license. See the file LICENSE.md for more details.

Installation

This tool currently only requires PyQt5 to run. For future changes install dependencies by the following:

pip3 install -r requirements.txt

Usage

Simply run the Python script with the following command:

python3 LinuxCNC_Config_Editor.py

In the file LinuxCNC_Config_Editor.py there is a variaable DEBUG make sure it's set to false if you don't want it defaulting to the example file. I'll fix this with some automation at a later date.

About

A Python Qt based tool for editing LinuxCNC config files (INI) with a GUI and built in variable documentation.

License:GNU General Public License v2.0


Languages

Language:Python 84.7%Language:HTML 15.3%