Remove logo on calibration screen
- OT-CNC
- Offline
- Platinum Member
Less
More
- Posts: 622
- Thank you received: 75
04 Apr 2020 22:52 #162714
by OT-CNC
Remove logo on calibration screen was created by OT-CNC
Is there a way to remove the Linuxcnc logo (sorry guys) on the calibration screen or resize/ re-position it to right to free up space? On a small machine monitor, it's hard to position both the halscope and calibration screen so things can be read easily.
Please Log in or Create an account to join the conversation.
- tommylight
- Offline
- Moderator
Less
More
- Posts: 19516
- Thank you received: 6545
04 Apr 2020 23:35 #162721
by tommylight
Replied by tommylight on topic Remove logo on calibration screen
There is no Linuxcnc logo on the calibration screen.
Could you post a screenshot of what exactly you need removed?
Could you post a screenshot of what exactly you need removed?
Please Log in or Create an account to join the conversation.
- OT-CNC
- Offline
- Platinum Member
Less
More
- Posts: 622
- Thank you received: 75
05 Apr 2020 00:09 #162726
by OT-CNC
Replied by OT-CNC on topic Remove logo on calibration screen
Attachments:
The following user(s) said Thank You: tommylight
Please Log in or Create an account to join the conversation.
- cmorley
- Offline
- Moderator
Less
More
- Posts: 7780
- Thank you received: 2075
05 Apr 2020 10:33 #162755
by cmorley
Replied by cmorley on topic Remove logo on calibration screen
i can tell you how to modify the file -you'll have to find it if you are using an installed version of linuxcnc.
In a RIP it's in tcl/bin/emccalib.tcl
look for :
change to :
save and no more image
Chris
In a RIP it's in tcl/bin/emccalib.tcl
look for :
# Wizard logo
set lname $::env(LINUXCNC_HOME)/share/linuxcnc/linuxcnc-wizard.gif
if { [file exists $lname] } {
set logo [image create photo -file $lname]
} else {
set logo ""
}
change to :
# Wizard logo
set lname $::env(LINUXCNC_HOME)/share/linuxcnc/linuxcnc-wizard.gif
if { [file exists $lname] } {
set logo ""
} else {
set logo ""
}
save and no more image
Chris
Please Log in or Create an account to join the conversation.
- OT-CNC
- Offline
- Platinum Member
Less
More
- Posts: 622
- Thank you received: 75
05 Apr 2020 14:29 #162773
by OT-CNC
Replied by OT-CNC on topic Remove logo on calibration screen
Chris,
Thanks for the info. If I do that will it re-size the window? I'm guessing its designed that size to accommodate additional joints?
Thanks for the info. If I do that will it re-size the window? I'm guessing its designed that size to accommodate additional joints?
Please Log in or Create an account to join the conversation.
- cmorley
- Offline
- Moderator
Less
More
- Posts: 7780
- Thank you received: 2075
05 Apr 2020 14:32 #162775
by cmorley
Replied by cmorley on topic Remove logo on calibration screen
The window will be smaller without the image
Please Log in or Create an account to join the conversation.
- OT-CNC
- Offline
- Platinum Member
Less
More
- Posts: 622
- Thank you received: 75
05 Apr 2020 14:41 - 05 Apr 2020 14:42 #162778
by OT-CNC
Replied by OT-CNC on topic Remove logo on calibration screen
Perfect! Thanks.
Last edit: 05 Apr 2020 14:42 by OT-CNC. Reason: sp
Please Log in or Create an account to join the conversation.
- tommylight
- Offline
- Moderator
Less
More
- Posts: 19516
- Thank you received: 6545
05 Apr 2020 22:48 #162813
by tommylight
Replied by tommylight on topic Remove logo on calibration screen
Damn, i have used that thousands of times, i never noticed that there!!!
Even glasses are not working for me any more !
Thanks for reminding me it is there.
Even glasses are not working for me any more !
Thanks for reminding me it is there.
Please Log in or Create an account to join the conversation.
- OT-CNC
- Offline
- Platinum Member
Less
More
- Posts: 622
- Thank you received: 75
06 Apr 2020 13:04 #162905
by OT-CNC
Replied by OT-CNC on topic Remove logo on calibration screen
Maybe yours doesn't have it? If you google for images, not all have the logo. I'm on 2.8
Is there a search/find feature in linux? I could not locate the directory that has emccalib.tcl
Is there a search/find feature in linux? I could not locate the directory that has emccalib.tcl
Please Log in or Create an account to join the conversation.
- cmorley
- Offline
- Moderator
Less
More
- Posts: 7780
- Thank you received: 2075
06 Apr 2020 15:11 - 06 Apr 2020 17:12 #162923
by cmorley
Replied by cmorley on topic Remove logo on calibration screen
Wrong thread
Last edit: 06 Apr 2020 17:12 by cmorley.
Please Log in or Create an account to join the conversation.
Time to create page: 0.075 seconds