Vismac tible window bar
- papagno-source
- Offline
- Senior Member
Less
More
- Posts: 72
- Thank you received: 2
15 Jun 2022 19:18 #245216
by papagno-source
Vismac tible window bar was created by papagno-source
Hi .
if a sim / vismach / 3axis-tutorial configuration is started, the TK window opens, where the virtual machine is represented. The title of the open window is tk, is it possible to change the name TK to another title?
Thanks
if a sim / vismach / 3axis-tutorial configuration is started, the TK window opens, where the virtual machine is represented. The title of the open window is tk, is it possible to change the name TK to another title?
Thanks
Please Log in or Create an account to join the conversation.
15 Jun 2022 21:20 #245230
by andypugh
Replied by andypugh on topic Vismac tible window bar
adding "app.title("new name") might work:
github.com/LinuxCNC/linuxcnc/blob/master...hon/vismach.py#L1014
github.com/LinuxCNC/linuxcnc/blob/master...hon/vismach.py#L1014
Please Log in or Create an account to join the conversation.
- papagno-source
- Offline
- Senior Member
Less
More
- Posts: 72
- Thank you received: 2
16 Jun 2022 15:39 #245272
by papagno-source
Replied by papagno-source on topic Vismac tible window bar
Hi Andy , more thanks it is ok.
Another question .
is there a keyboard command or other to delete the tool path made by the tool?
Thanks
Another question .
is there a keyboard command or other to delete the tool path made by the tool?
Thanks
Please Log in or Create an account to join the conversation.
16 Jun 2022 16:13 #245273
by andypugh
Replied by andypugh on topic Vismac tible window bar
It looks like there should be a HAL pin:
github.com/LinuxCNC/linuxcnc/blob/master...hon/vismach.py#L1025
github.com/LinuxCNC/linuxcnc/blob/master...hon/vismach.py#L1025
Please Log in or Create an account to join the conversation.
- papagno-source
- Offline
- Senior Member
Less
More
- Posts: 72
- Thank you received: 2
16 Jun 2022 18:23 #245279
by papagno-source
Replied by papagno-source on topic Vismac tible window bar
OK it fuction.
More thanks Andy.
More thanks Andy.
Please Log in or Create an account to join the conversation.
- papagno-source
- Offline
- Senior Member
Less
More
- Posts: 72
- Thank you received: 2
29 Jun 2022 13:55 #246163
by papagno-source
Replied by papagno-source on topic Vismac tible window bar
I have another question.
The tool drawing the toolpaph with red color , but not change color if command is G0 or working command(g1 ecc..)
How can change tool drawing color for G0 .
Thanks
The tool drawing the toolpaph with red color , but not change color if command is G0 or working command(g1 ecc..)
How can change tool drawing color for G0 .
Thanks
Please Log in or Create an account to join the conversation.
29 Jun 2022 18:55 #246186
by andypugh
Replied by andypugh on topic Vismac tible window bar
Vismach doesn't receive any information about the motion mode, so I would say that this isn't possible without changes to the Vismach code.
Please Log in or Create an account to join the conversation.
Time to create page: 0.070 seconds