Gcode Graphics
04 Apr 2020 05:24 #162638
by hottabich
Gcode Graphics was created by hottabich
Hello! Please tell me how to increase the resolution in Gcode Graphics or integrate
GcodeBackplot from Qtpyvcp? For comparison, I give screenshots.
GcodeBackplot from Qtpyvcp? For comparison, I give screenshots.
Please Log in or Create an account to join the conversation.
04 Apr 2020 05:59 #162639
by cmorley
Replied by cmorley on topic Gcode Graphics
I don't know what the problem Gcode graphics. Could you post a sample prorgram that shows the problem so i can test? Even a partial (if you are worried about giving away a gcode program)
As far as adding qtpyvcp's backplot - that would be nice it uses different technology.
Unfortunately it requires newer libraries then some of our distributions supply.
I will look into seeing if we could suport both technologies in the future.
Chris
As far as adding qtpyvcp's backplot - that would be nice it uses different technology.
Unfortunately it requires newer libraries then some of our distributions supply.
I will look into seeing if we could suport both technologies in the future.
Chris
The following user(s) said Thank You: hottabich
Please Log in or Create an account to join the conversation.
04 Apr 2020 06:23 #162640
by cmorley
Replied by cmorley on topic Gcode Graphics
there is an INI setting available for AXIS called ARCDIVISION that may make a difference.
linuxcnc.org/docs/2.8/html/config/ini-co...tml#_display_section
Looks like it is only use in AXIS.
Could you try your program in AXIS and if the setting makes a difference i can try to incorporate that code difference into qtvcp
Chris
linuxcnc.org/docs/2.8/html/config/ini-co...tml#_display_section
Looks like it is only use in AXIS.
Could you try your program in AXIS and if the setting makes a difference i can try to incorporate that code difference into qtvcp
Chris
The following user(s) said Thank You: hottabich
Please Log in or Create an account to join the conversation.
04 Apr 2020 06:24 #162641
by cmorley
Replied by cmorley on topic Gcode Graphics
64 is the default setting, I would guess higher is better accuracy
Chris
Chris
The following user(s) said Thank You: hottabich
Please Log in or Create an account to join the conversation.
04 Apr 2020 07:00 - 04 Apr 2020 07:13 #162644
by hottabich
Replied by hottabich on topic Gcode Graphics
Thank you for attention! In AXIS, visualization is like in Qtvcp. I just can't go from MACH3 to
Linuxcnc. Qtvcp has poor visualization, and jogIncremental is not working properly in Qtpyvcp.
Linuxcnc. Qtvcp has poor visualization, and jogIncremental is not working properly in Qtpyvcp.
Last edit: 04 Apr 2020 07:13 by hottabich.
Please Log in or Create an account to join the conversation.
04 Apr 2020 07:04 #162645
by bbsr_5a
Replied by bbsr_5a on topic Gcode Graphics
this are very tight lines if thel ines are more spaced as of the cutter it looks like rougher
but this is normal behavior it does not show the Part only the millinglines
if yoiu zoom in it also gets rougher to thel ines
use CAMOTICS to show the outcome of g-code
and visual in Blender
but this is normal behavior it does not show the Part only the millinglines
if yoiu zoom in it also gets rougher to thel ines
use CAMOTICS to show the outcome of g-code
and visual in Blender
The following user(s) said Thank You: hottabich
Please Log in or Create an account to join the conversation.
04 Apr 2020 07:48 #162648
by cmorley
Replied by cmorley on topic Gcode Graphics
In AXIS try selecting alpha_blend in the 'View' drop down list.
It made quite a difference.
If that's an improvement I can easily add that to qtvcp.
Chris
It made quite a difference.
If that's an improvement I can easily add that to qtvcp.
Chris
The following user(s) said Thank You: hottabich
Please Log in or Create an account to join the conversation.
04 Apr 2020 08:14 - 04 Apr 2020 08:17 #162649
by hottabich
Replied by hottabich on topic Gcode Graphics
Super! Can this be added to Qtvcp?
With respect Jura.
With respect Jura.
Last edit: 04 Apr 2020 08:17 by hottabich.
Please Log in or Create an account to join the conversation.
04 Apr 2020 08:29 #162650
by cmorley
Replied by cmorley on topic Gcode Graphics
yes the code is there - it just needs to be turned on.
You did a custom screen for qtdragin didn't you?
add:
self.w.gcodegraphics.program_alpha = True
to init_widgets(self); function
I'll see about making it easier in the future.
You did a custom screen for qtdragin didn't you?
add:
self.w.gcodegraphics.program_alpha = True
to init_widgets(self); function
I'll see about making it easier in the future.
The following user(s) said Thank You: hottabich
Please Log in or Create an account to join the conversation.
04 Apr 2020 10:05 #162661
by hottabich
Replied by hottabich on topic Gcode Graphics
Thank you so much! The picture is beautiful, but it cannot be moved in the window.
The file is being reloaded. In Qtpyvcp, I freely move the picture.
The file is being reloaded. In Qtpyvcp, I freely move the picture.
Please Log in or Create an account to join the conversation.
Moderators: cmorley
Time to create page: 0.169 seconds