kcjengr / qtpyvcp

QtPyVCP - Qt and Python based Virtual Control Panel framework for LinuxCNC.
https://www.qtpyvcp.com
Other
88 stars 48 forks source link

Enhance bar indicator for 100% value separate from max #85

Closed joco-nz closed 3 years ago

joco-nz commented 3 years ago

This allows a separate value to be used to drive when the bar text % label is at 100% compared to max value. For example where a motor can drive to 300% normal torque you would want it to show 300% in the label when the bar is fully coloured. Making this new target value the same as max maintains existing behaviour. It is easy to see what is happening by trying different values in QTDesigner.

TurBoss commented 3 years ago

thank you!