Skip to content

Latest commit

 

History

History
39 lines (21 loc) · 779 Bytes

README.md

File metadata and controls

39 lines (21 loc) · 779 Bytes

TurboProbe

Very minimal UI for calling subroutines in LinuxCNC

Sub Caller UI

Configuring

Machine INI File

Add subroutine path to the [RS274NGC] section

[RS274NGC]

SUBROUTINE_PATH = path/to/subroutines

Configuring Sub caller

In the turboprobe.py file you need to change the SUBROUTINE_PATH variable to point to the subroutine directory defined in your machines INI.

Dependencies

sudo apt-get install python-pyqt5

Usage

Make sure LinuxCNC is running, and if you are running a RIP set up the environment. Then launch the sub caller UI:

python turboprobe.py

Select the subroutine you want to call from the combobox and enter and args in the input boxes. If you leave a box empty that arg will be skipped.