Skip to content

Very minimal UI for calling subroutines in LinuxCNC

Notifications You must be signed in to change notification settings

kcjengr/TurBoProbe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Very minimal UI for calling subroutines in LinuxCNC

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published