Remove logo on calibration screen

More
04 Apr 2020 22:52 #162714 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.

More
04 Apr 2020 23:35 #162721 by tommylight
There is no Linuxcnc logo on the calibration screen.
Could you post a screenshot of what exactly you need removed?

Please Log in or Create an account to join the conversation.

More
05 Apr 2020 00:09 #162726 by OT-CNC
Circled in red:

Attachments:
The following user(s) said Thank You: tommylight

Please Log in or Create an account to join the conversation.

More
05 Apr 2020 10:33 #162755 by cmorley
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 :
# 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.

More
05 Apr 2020 14:29 #162773 by OT-CNC
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?

Please Log in or Create an account to join the conversation.

More
05 Apr 2020 14:32 #162775 by cmorley
The window will be smaller without the image

Please Log in or Create an account to join the conversation.

More
05 Apr 2020 14:41 - 05 Apr 2020 14:42 #162778 by OT-CNC
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.

More
05 Apr 2020 22:48 #162813 by tommylight
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.

Please Log in or Create an account to join the conversation.

More
06 Apr 2020 13:04 #162905 by OT-CNC
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

Please Log in or Create an account to join the conversation.

More
06 Apr 2020 15:11 - 06 Apr 2020 17:12 #162923 by cmorley
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.092 seconds
Powered by Kunena Forum