GCodeBackPlot issues
13 Nov 2020 19:28 #189244
by bcorley
GCodeBackPlot issues was created by bcorley
I am migrating from gtk/Glade to QtPyVCP and have some issues with the GCodeBackPlot widget.
I am using:
linuxcnc 2.8
Debian 9.13
pyqt5.7
#1. I would like to get rid of the grid lines in the zView
#2. The cone scales with the XY footprint of the loaded program. In Z view, on large footprint programs, it covers a large percentage of the cut path. Can I make it smaller and possibly translucent?
Thanks,
bcorley
I am using:
linuxcnc 2.8
Debian 9.13
pyqt5.7
#1. I would like to get rid of the grid lines in the zView
#2. The cone scales with the XY footprint of the loaded program. In Z view, on large footprint programs, it covers a large percentage of the cut path. Can I make it smaller and possibly translucent?
Thanks,
bcorley
The following user(s) said Thank You: tacklem60
Please Log in or Create an account to join the conversation.
15 Nov 2020 05:49 #189439
by tacklem60
Replied by tacklem60 on topic GCodeBackPlot issues
The grid lines can be spaces further apart (or removed entirely) in the ini file. Just change the grid increments and remove the ones you dont want or all of them to get rid of them completely.
As for the tool obscuring the toolpath when viewing from the Z direction, this is an exact problem i have been finding also and would love a solution to
As for the tool obscuring the toolpath when viewing from the Z direction, this is an exact problem i have been finding also and would love a solution to
Please Log in or Create an account to join the conversation.
- tommylight
- Away
- Moderator
Less
More
- Posts: 19188
- Thank you received: 6433
15 Nov 2020 09:16 #189444
by tommylight
Replied by tommylight on topic GCodeBackPlot issues
Set the tool diameter in the tool table, i am pretty sure the GUI will change it's appearance depending on the tool dimensions and shape.
Please Log in or Create an account to join the conversation.
15 Nov 2020 10:39 #189447
by MaHa
Replied by MaHa on topic GCodeBackPlot issues
In my config in Axis 2.8 ,i was able to set under [DISPLAY] CONE_BASESIZE = 0.1 , to shrink the displayed cone
The following user(s) said Thank You: tommylight
Please Log in or Create an account to join the conversation.
16 Nov 2020 14:19 #189513
by bcorley
Replied by bcorley on topic GCodeBackPlot issues
So, I commented out GRIDS under [DISPLAY] - no help, still shows grid lines. Was this the right parameter?
Please Log in or Create an account to join the conversation.
16 Nov 2020 14:34 #189514
by bcorley
Replied by bcorley on topic GCodeBackPlot issues
For the cone size issue,
I added 'CONESIZE_BASESIZE=0.1' in my [DISPLAY] section - no help.
Could be that I am not using Axis, (I've made a custom GUI from scratch)? If so, what does Axis set based on this ini value?
Further, this is a plasma machine and I don't use the tool table. However, I tried sending an mdi of 'T1 M6', (T1 has diameter of 0.125" in tool table), but nothing changed. I cleared the program then reloaded it and the cone still becomes huge, ignoring the tool diameter set in the tool table.
I added 'CONESIZE_BASESIZE=0.1' in my [DISPLAY] section - no help.
Could be that I am not using Axis, (I've made a custom GUI from scratch)? If so, what does Axis set based on this ini value?
Further, this is a plasma machine and I don't use the tool table. However, I tried sending an mdi of 'T1 M6', (T1 has diameter of 0.125" in tool table), but nothing changed. I cleared the program then reloaded it and the cone still becomes huge, ignoring the tool diameter set in the tool table.
Please Log in or Create an account to join the conversation.
- tommylight
- Away
- Moderator
Less
More
- Posts: 19188
- Thank you received: 6433
16 Nov 2020 14:47 #189515
by tommylight
Replied by tommylight on topic GCodeBackPlot issues
No pictures = never happened !(I've made a custom GUI from scratch)?
Please Log in or Create an account to join the conversation.
16 Nov 2020 15:38 #189516
by bcorley
Replied by bcorley on topic GCodeBackPlot issues
I attached a screenshot of the GUI. I was able to send an mdi of 'M61 T1' and the tool did change!
Now if I could just get rid of those pesky grid lines.
Now if I could just get rid of those pesky grid lines.
Please Log in or Create an account to join the conversation.
16 Nov 2020 17:28 #189524
by bcorley
Replied by bcorley on topic GCodeBackPlot issues
sorry M61 Q1, not T1
Please Log in or Create an account to join the conversation.
- sqmathlete
- Offline
- Premium Member
Less
More
- Posts: 118
- Thank you received: 17
06 Apr 2021 21:00 #205187
by sqmathlete
Replied by sqmathlete on topic GCodeBackPlot issues
Hi,
I know this is a little late but I am thinking of doing the same with my custom lathe gui. How difficult is it to go from glade to QtPyVcp? Can you reuse your handler file in anyway?I am migrating from gtk/Glade to QtPyVCP
Please Log in or Create an account to join the conversation.
Time to create page: 0.087 seconds