Gmoccapy tool table column
09 Jan 2023 00:27 #261312
by Serg452
Gmoccapy tool table column was created by Serg452
Hello, can a table look like this, without X and Y?
linuxcnc.org/docs/html/gui/images/tooledit-sort.png
linuxcnc.org/docs/html/gui/images/tooledit-sort.png
Please Log in or Create an account to join the conversation.
10 Jan 2023 02:07 #261406
by cmorley
Replied by cmorley on topic Gmoccapy tool table column
The widget that is in Gmoccapy, is capable of this, but I'm not sure how Gmoccapy handles customization. It probably depends on which version of linuxcnc you are using.
Please Log in or Create an account to join the conversation.
14 Jan 2023 11:43 #261925
by HansU
Replied by HansU on topic Gmoccapy tool table column
I think there a rare use cases for having X and Y offsets for milling machines: a second spindle or a side mounted camera.
So I think it's best to make a setting for that and I think it's okay to hide it by default.
So I think it's best to make a setting for that and I think it's okay to hide it by default.
Please Log in or Create an account to join the conversation.
14 Jan 2023 15:00 #261944
by HansU
Replied by HansU on topic Gmoccapy tool table column
The simplest solution if you are using the latest Gmoccapy version (3.4.1 - available in LinuxCNC 2.9) is to create a filewith the following content:
~/.gmoccapyrc
self.widgets.tooledit1.set_col_visible("xy", False)
Please Log in or Create an account to join the conversation.
Time to create page: 0.149 seconds