probe_basic
probe_basic copied to clipboard
User interface for the LinuxCNC machine control.
Begin the journey to build/enhance documentation for PB. Using QT Dragon's documentation as a good target for scope/content: http://linuxcnc.org/docs/devel/html/gui/qtdragon.html
Either: [a] add PB to an existing linuxcnc config wizard, or [b] fork an existing wizard and customise to be a PB wizard, or [c] create a "converter" wizard that...
I see some subroutines for tool setters, but nothing hooked up in probe_basic.ui yet. Do you have any hints on how to use those subroutines? I can also help to...
Currently in Probing routines its just checked if the Probe is in the Machine, but not if its "connected". Especially for Wireless Probes a check would save tips. I solved...
when trying to install it fails whilst installing "qtpyvcp_conversational_gcode-main" `Traceback (most recent call last): File "./setup.py", line 1, in import versioneer File "/home/dgentile/Downloads/qtpyvcp_conversational_gcode-main/versioneer.py", line 418 LONG_VERSION_PY: Dict[str, str] = {}...
Hi, I ran into an issue using a mounted remote folder to upload gcode files to the debian machine running my CNC: It seems that debian doesn't update automatically folders...
Noticed that two ATC subroutines still set parameter #5210=0 (unload_spindle.ngc, m13.ngc). In addition, the UNLOAD SPINDLE screen buttons also call "M61 Q#3991 G43 H#3991 #5210 = 0" According to the...