add + sign with axes XYZ and runtime in program

More
08 Sep 2016 15:51 - 08 Sep 2016 16:03 #80230 by boy777
did that,

edited it with
nano path <file_name.file_type


but nothing happened,

are you sure that it really works ?
kindly show image containing + sign in linuxCNC
Last edit: 08 Sep 2016 16:03 by boy777.

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

More
08 Sep 2016 17:30 #80234 by andypugh
Perhaps you only changed metric and you are displaying inches, or vice-versa?

Attachments:

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

More
08 Sep 2016 17:31 #80235 by andypugh
(self,s,spd,dtg,limit,homed,positions,axisdtg,g5x_offset,g92_offset,tlo_offset):
            if self.get_show_metric():
                format = "% 6s:%+9.3f"
                droformat = " " + format + "  DTG %1s:% 9.3f"
                offsetformat = "% 5s %1s:% 9.3f  G92 %1s:% 9.3f"
                rotformat = "% 5s %1s:% 9.3f"
            else:
                format = "% 6s:%+9.4f"
                droformat = " " + format + "  DTG %1s:% 9.4f"
                offsetformat = "% 5s %1s:% 9.4f  G92 %1s:% 9.4f"
                rotformat = "% 5s %1s:% 9.4f"
            diaformat = " " + format

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

More
10 Sep 2016 05:33 #80279 by boy777

sudo gedit /usr/lib/pymodules/python2.7/rs274/glcanon.py
sudo mousepad /usr/lib/pymodules/python2.7/rs274/glcanon.py
sudo cp ~/Desktop/glcanon.py /usr/lib/pymodules/python2.7/rs274/glcanon.py


didnt found glcanon.py in EMc2.4 , also tired search for files
instead found glcanon.pyc in same folder.
but nothing writhen there except 2 smilyes sign.

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

More
10 Sep 2016 06:12 #80283 by andypugh

didnt found glcanon.py in EMc2.4 , also tired search for files.


You should be able to find it now that you are on 2.7.6.

.pyc is a compiled glcanon.py file, you wouldn't be able to edit that. The uncompiled file really ought to be somewhere, though. Ppossibly glcanon.g

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

More
10 Sep 2016 06:12 #80284 by andypugh

didnt found glcanon.py in EMc2.4 , also tired search for files.


You should be able to find it now that you are on 2.7.6.

.pyc is a compiled glcanon.py file, you wouldn't be able to edit that. The uncompiled file really ought to be somewhere, though. Ppossibly glcanon.g

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

More
10 Sep 2016 06:18 - 10 Sep 2016 06:31 #80285 by boy777

didnt found glcanon.py in EMc2.4 , also tired search for files.


You should be able to find it now that you are on 2.7.6.

.pyc is a compiled glcanon.py file, you wouldn't be able to edit that. The uncompiled file really ought to be somewhere, though. Ppossibly glcanon.g



tried search for files : glcanon
found only glcanon.pyc

its shows nothing else glcanon.pyc

some one did it in EMc2.4, and didn't told me how to do,
if we can't find, its not a big issue . as solved in LinuxCNC 2.7.x
Last edit: 10 Sep 2016 06:31 by boy777.

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

More
10 Sep 2016 18:31 #80309 by tommylight
Have a look, there should be a symlink to glcanon.py and a file named glcanon.pyc
Attachments:
The following user(s) said Thank You: boy777

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

More
16 Sep 2016 10:15 #80489 by boy777

Hi Everybody,

how to add run time to the auto mode, so that every time I get the time consumed by job.
Third one , how to save values of XYZ to a file so that if i stopped the program , i can continue from that point, something like that helps much. I haven't found anything regarding these issues . Kindly help me.
Thanks in advance
Sorry again
Have good time!


didnt found any help about auto running program from stop point, also no time counting of a running job in AUTO mode.
kindly help me do this.

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

More
16 Sep 2016 10:17 #80490 by boy777

Have a look, there should be a symlink to glcanon.py and a file named glcanon.pyc

thank you tommy
i changed it in LinuxCNC 2.7.x
leaving the old versions of EMC ...

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

Time to create page: 0.175 seconds
Powered by Kunena Forum