Small fix for axis.tcl
- D.L.
- Offline
- Senior Member
-
Less
More
- Posts: 55
- Thank you received: 37
13 Nov 2021 18:30 #226343
by D.L.
Small fix for axis.tcl was created by D.L.
Hi,
I made a little fix for Axis interface:
axis.tcl:
I made a little fix for Axis interface:
axis.tcl:
Orig:
pack ${pane_top}.ajogspeed.l0 -side left
pack ${pane_top}.ajogspeed.l -side left
pack ${pane_top}.ajogspeed.l1 -side left
pack ${pane_top}.ajogspeed.s -side right
...
pack ${pane_top}.jogspeed.l0 -side left
pack ${pane_top}.jogspeed.l -side left
pack ${pane_top}.jogspeed.l1 -side left
pack ${pane_top}.jogspeed.s -side right
...
pack ${pane_top}.maxvel.l0 -side left
pack ${pane_top}.maxvel.l -side left
pack ${pane_top}.maxvel.l1 -side left
pack ${pane_top}.maxvel.s -side right
Fix:
pack ${pane_top}.ajogspeed.l0 -side left
pack ${pane_top}.ajogspeed.s -side right
pack ${pane_top}.ajogspeed.l1 -side right
pack ${pane_top}.ajogspeed.l -side right
...
pack ${pane_top}.jogspeed.l0 -side left
pack ${pane_top}.jogspeed.s -side right
pack ${pane_top}.jogspeed.l1 -side right
pack ${pane_top}.jogspeed.l -side right
...
pack ${pane_top}.maxvel.l0 -side left
pack ${pane_top}.maxvel.s -side right
pack ${pane_top}.maxvel.l1 -side right
pack ${pane_top}.maxvel.l -side right
Attachments:
Please Log in or Create an account to join the conversation.
- andypugh
-
- Away
- Moderator
-
Less
More
- Posts: 23227
- Thank you received: 4898
18 Nov 2021 18:39 #226905
by andypugh
Replied by andypugh on topic Small fix for axis.tcl
Are you able to make a pull request on GitHub?
(Fir a single file change like this you can make the edit live in the web site. But you would have to register )
(Fir a single file change like this you can make the edit live in the web site. But you would have to register )
Please Log in or Create an account to join the conversation.
- D.L.
- Offline
- Senior Member
-
Less
More
- Posts: 55
- Thank you received: 37
18 Nov 2021 21:23 - 20 Nov 2021 22:02 #226921
by D.L.
Replied by D.L. on topic Small fix for axis.tcl
I did it: github.com/LinuxCNC/linuxcnc/pull/1387
and for 2.7 and 2.8
and for 2.7 and 2.8
Last edit: 20 Nov 2021 22:02 by D.L..
The following user(s) said Thank You: tommylight
Please Log in or Create an account to join the conversation.
Time to create page: 1.401 seconds