some qs about Axis tuning
- liutas4x4
- Offline
- New Member
-
Less
More
- Posts: 19
- Thank you received: 5
10 Mar 2026 18:44 - 10 Mar 2026 19:05 #344100
by liutas4x4
some qs about Axis tuning was created by liutas4x4
hi,
- is it possible to increase size of buttons for axis control at Axis?
- is it possible to have control of secondary spindles at Axis?
may be I need rewrite something? what? where? how?
/eugenius
- is it possible to increase size of buttons for axis control at Axis?
- is it possible to have control of secondary spindles at Axis?
may be I need rewrite something? what? where? how?
/eugenius
Last edit: 10 Mar 2026 19:05 by liutas4x4. Reason: typo
Please Log in or Create an account to join the conversation.
- brianallen
- Offline
- New Member
-
Less
More
- Posts: 1
- Thank you received: 1
11 Mar 2026 03:45 - 13 Mar 2026 04:37 #344125
by brianallen
Replied by brianallen on topic some qs about Axis tuning
Hi Eugenius,
As far as I know with AXIS (the default LinuxCNC GUI) those things aren’t easily configurable from settings.
Bigger axis jog buttons: AXIS uses a Tk/Tcl interface, so the button sizes are basically defined in the GUI script. If you want them bigger you would need to edit the AXIS UI files (usually in something like linuxcnc/share/axis/). It’s possible, but it means modifying the Tk layout manually.
Secondary spindle control: AXIS is quite limited for multi-spindle setups. You can control additional spindles through HAL and M-codes, but the GUI usually won’t show extra spindle controls unless you customize the interface.
If you need more flexible controls, many people switch to QtVCP or gmoccapy, which are easier to customize than AXIS.
So yes, it’s possible, but it usually means editing the AXIS UI scripts or moving to a different GUI in wheelie life .
As far as I know with AXIS (the default LinuxCNC GUI) those things aren’t easily configurable from settings.
Bigger axis jog buttons: AXIS uses a Tk/Tcl interface, so the button sizes are basically defined in the GUI script. If you want them bigger you would need to edit the AXIS UI files (usually in something like linuxcnc/share/axis/). It’s possible, but it means modifying the Tk layout manually.
Secondary spindle control: AXIS is quite limited for multi-spindle setups. You can control additional spindles through HAL and M-codes, but the GUI usually won’t show extra spindle controls unless you customize the interface.
If you need more flexible controls, many people switch to QtVCP or gmoccapy, which are easier to customize than AXIS.
So yes, it’s possible, but it usually means editing the AXIS UI scripts or moving to a different GUI in wheelie life .
Last edit: 13 Mar 2026 04:37 by brianallen.
The following user(s) said Thank You: liutas4x4
Please Log in or Create an account to join the conversation.
- liutas4x4
- Offline
- New Member
-
Less
More
- Posts: 19
- Thank you received: 5
11 Mar 2026 14:15 #344137
by liutas4x4
Replied by liutas4x4 on topic some qs about Axis tuning
thank you,
I have custom PyVCP on right side of Axis. Will I need rewrite this panel is the case I will move to QtVCP or gmoccary?
I have custom PyVCP on right side of Axis. Will I need rewrite this panel is the case I will move to QtVCP or gmoccary?
Please Log in or Create an account to join the conversation.
- liutas4x4
- Offline
- New Member
-
Less
More
- Posts: 19
- Thank you received: 5
12 Mar 2026 17:52 #344183
by liutas4x4
Replied by liutas4x4 on topic some qs about Axis tuning
It seems I will try gmoccapy. It looks more friendly for me. And possibility to add stand alone pyvcp will help me too.
Once more, thank you for real help.
/eugenius
Once more, thank you for real help.
/eugenius
Please Log in or Create an account to join the conversation.
Time to create page: 0.096 seconds