Turn off backplotting during jogging
02 Mar 2019 18:28 #127529
by pferrick
Turn off backplotting during jogging was created by pferrick
Hi all-
Does anybody else think that backplotting while jogging is unnecessary...? I often find myself clearing it and thinking "there must be some way to turn this off!" So far the best I've been able to do is make the line black while jogging (via xrdb) , which almost has the effect I'm looking for -except for the black lines across the toolpaths!
So far I haven't been able to come up with any references to this on the web/forum (which of course doesn't mean there aren't any!), but before I start poking around in axis.py etc. I thought it might be smart to ask.
thanks,
Patrick
Does anybody else think that backplotting while jogging is unnecessary...? I often find myself clearing it and thinking "there must be some way to turn this off!" So far the best I've been able to do is make the line black while jogging (via xrdb) , which almost has the effect I'm looking for -except for the black lines across the toolpaths!
So far I haven't been able to come up with any references to this on the web/forum (which of course doesn't mean there aren't any!), but before I start poking around in axis.py etc. I thought it might be smart to ask.
thanks,
Patrick
Please Log in or Create an account to join the conversation.
02 Mar 2019 21:49 #127549
by Grotius
Replied by Grotius on topic Turn off backplotting during jogging
You can ook at the gnipsel tutorial. Last section. It can be implemented in your python gui code like self.widgets.gremlin.show... see attached list.
Please Log in or Create an account to join the conversation.
02 Mar 2019 22:02 #127552
by pferrick
Replied by pferrick on topic Turn off backplotting during jogging
I should probably have mentioned that I am using AXIS, which I do not believe uses the gremlin preview widget.
PKF
PKF
Please Log in or Create an account to join the conversation.
04 Mar 2019 00:01 #127640
by andypugh
I am pretty sure that it is all the same code. (both Axis and Gremlin use glcanon)
Replied by andypugh on topic Turn off backplotting during jogging
I should probably have mentioned that I am using AXIS, which I do not believe uses the gremlin preview widget.
I am pretty sure that it is all the same code. (both Axis and Gremlin use glcanon)
Please Log in or Create an account to join the conversation.
04 Mar 2019 03:38 #127654
by cmorley
Replied by cmorley on topic Turn off backplotting during jogging
I think you would have to modify pyPositionLogger() in the linuxcnc module.
It makes a GL display list using colors based on motion controller commands.
glcannon uses this list to build the display.
It's c++ code.
Chris M
It makes a GL display list using colors based on motion controller commands.
glcannon uses this list to build the display.
It's c++ code.
Chris M
Please Log in or Create an account to join the conversation.
04 Mar 2019 05:45 #127658
by nkp
Replied by nkp on topic Turn off backplotting during jogging
.Xresources:
xrdb -load ~/.Xresources
*Togl.backplotjog: black
xrdb -load ~/.Xresources
Please Log in or Create an account to join the conversation.
Time to create page: 0.103 seconds