Smaller hbox_jog [SOLVED]

More
02 Aug 2023 13:44 #276778 by HansU
Replied by HansU on topic Smaller hbox_jog
Yeah I know that ...

@zz912

But if you want to hide something that is not available as an embedded tab, you have to first locate the widget using the glade editor like described here: linuxcnc.org/docs/2.9/html/gui/gladevcp....a_new_user_interface

And then just create a user command file with the line


self.widgets.<widget-name>.hide()

self.widgets.hbox_jog.hide()

for your case.


Another solution for you could also be to remove or reduce the number of step buttons in your ini file (display section).
The following user(s) said Thank You: tommylight, zz912, spumco

Please Log in or Create an account to join the conversation.

More
03 Aug 2023 15:00 - 03 Aug 2023 15:01 #276836 by HansU
Replied by HansU on topic Smaller hbox_jog

Another solution for you could also be to remove or reduce the number of step buttons in your ini file (display section).



Removing does not work, but you can reduce it to one or two buttons like this

INCREMENTS = 1.000

or this:

INCREMENTS = 1.000 mm, 0.100 mm
Last edit: 03 Aug 2023 15:01 by HansU.
The following user(s) said Thank You: zz912

Please Log in or Create an account to join the conversation.

More
03 Aug 2023 18:50 #276841 by zz912
Replied by zz912 on topic Smaller hbox_jog

I think this does what you want. It hides the jog buttons but keeps the slider for the jog rate. The documentation is a bit unprecise at this point, I must admit.


EMBED_TAB_NAME = some_name
EMBED_TAB_LOCATION = hbox_jog
EMBED_TAB_COMMAND = hide

 

This solved my problem. Thank you.

Please Log in or Create an account to join the conversation.

Moderators: newbynobiHansU
Time to create page: 0.130 seconds
Powered by Kunena Forum