qtpyvcp
qtpyvcp copied to clipboard
QtPyVCP - Qt and Python based Virtual Control Panel framework for LinuxCNC.
Traceback (most recent call last): File "/usr/lib/python3/dist-packages/qtpyvcp/widgets/input_widgets/file_system.py", line 111, in data date = parse(data) ^^^^^^^^^^^ File "/usr/lib/python3/dist-packages/dateutil/parser/_parser.py", line 1368, in parse return DEFAULTPARSER.parse(timestr, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3/dist-packages/dateutil/parser/_parser.py", line 643, in...
If you try and rename a file/directory or use the save as button, the system throws up a virtual keyboard, but nothing you press does anything. It also covers up...
In my implementation, multiple people will be using the machine. Each user will have their own directory under the root. Would be nice if conversational would save the files under...
VTK will correctly render rotation when starting from a rotation of zero, loading in the gcode then applying the rotation (15 degrees in thius example). When rotation already exists in...
When changing active WCS where each WCS has different offsets and rotation: 1. the origin axes are correctly moving and rotating 2. the program render is not correctly moving or...
_estop_bindOk https://github.com/kcjengr/qtpyvcp/blob/57f5c7931f9f9f711824d01d4b92998644677f68/src/qtpyvcp/actions/machine_actions.py#L78 I think the above should be ``` widget.setChecked(STAT.task_state == linuxcnc.STATE_ESTOP) ```
Define a system to automatically adjust the decimal display to accomodate for Imperial or Metric based on the machine default setting.
Hello Create slots for foam views. Something similar at how is made in probe_basic lathe using the yaml config https://github.com/kcjengr/probe_basic/blob/main/configs/probe_basic_lathe/custom_config.yml#L41
Similar to the feature available in pyvcp UI designer could allow for the ability to add/insert in a user designed/define UI panel. Concept: This would be a UI file/python handler...
(Please fill in this issue template with as much information as you can about the circumstances under which the issue occurred, and the steps needed to reproduce it.) ## Steps...