kcjengr / probe_basic

User interface for the LinuxCNC machine control.
https://kcjengr.github.io/probe_basic/
GNU General Public License v3.0
89 stars 55 forks source link

Display jog buttons based on axis_mask #76

Closed dpslwk closed 11 months ago

dpslwk commented 1 year ago

First try at working with Qt

This change moves the jog buttons in sb_page1 into a VCPStackedWidget and then switch the page based on status:axis_mask this is the same technique is used by the dro_display to display hide 4th and 5th axis based on machine config

xyzab xyza xyz
TurBoss commented 11 months ago

Welcome!

Works like a charm Thank yo so much!