[Emc-developers] Issue XY UV display in axis interact problem

2011-12-01 Thread Sammel Lothar
hi as you all now i am trying to get axis to display foamcutting path 2plan view planes are done OK live plot is next im trying to find in axis the place where the tool hits the milling path and the color of the liveplotline is changing in update there woudt be the best interact place ! cause

Re: [Emc-developers] Issue XY UV display in axis first Working code !

2011-11-26 Thread andy pugh
On 26 November 2011 10:30, Sammel Lothar sammellot...@gmx.de wrote: hi all i overcome my main problems but it is still a work around What is the white line? I think that the UV plane display would fit the current way of doing things better if it was controlled by the GEOMETRY= line in the INI

Re: [Emc-developers] Issue XY UV display in axis

2011-11-25 Thread Thomas Powderly
On Thu, Nov 24, 2011 at 9:33 AM, Jeff Epler jep...@unpythonic.net wrote: I think it would be neat to have this feature, and I would be happy to review patches implementing it before their inclusion in emc2, but I don't have any specific ideas about how to implement this. The current

Re: [Emc-developers] Issue XY UV display in axis

2011-11-25 Thread Sammel Lothar
Everything is useless so lost 3 Days of programming the Routine that i made the plane view from in glcanon.py GLCanon is only processed at emc axis start not at open a NGC file i made a printhere into the strait_feed(self,x,y.) for example and the open file dialog is not passing this again !

Re: [Emc-developers] Issue XY UV display in axis

2011-11-25 Thread andy pugh
On 25 November 2011 23:07, Sammel Lothar sammellot...@gmx.de wrote: Everything is useless so lost 3 Days of programming Surely not everything? It seems to be close to working, even if the code is being invoked at the wrong point. -- atp The idea that there is no such thing as objective truth

Re: [Emc-developers] Issue XY UV display in axis

2011-11-24 Thread Jeff Epler
I think it would be neat to have this feature, and I would be happy to review patches implementing it before their inclusion in emc2, but I don't have any specific ideas about how to implement this. The current implementation of the preview for 9 axis code works under the model that there is a

Re: [Emc-developers] Issue XY UV display in axis

2011-11-24 Thread Jon Elson
Jeff Epler wrote: To optionally do this kind of XYUV preview, you'd have to change the information that is recorded at each canon call, then issue two sets of OpenGL calls to generate the preview: one for the XY part of the movement and one for the UV part of the movement. Presumably a

Re: [Emc-developers] Issue XY UV display in axis

2011-11-23 Thread andy pugh
On 23 November 2011 09:27, Sammel Lothar sammellot...@gmx.de wrote: i need to display the  XY and the UV path on the axis display  can i overcame this issue in any way ? I think the only way would be to persuade Axis to do an XY preview followed by a UV preview, rather than do them both