[Emc-developers] hi i made a grid patch for the new git

2012-05-07 Thread Sammel Lothar
here is the patch it adds the availaby to put a grid in z view beond the g-code so better viewing is providet >From 2afebf8c3e97f6996a3db0400d1684e9886eba4b Mon Sep 17 00:00:00 2001 From: SammelLothar Date: Mon, 7 May 2012 11:16:47 +0200 Subject: [PATCH] grid_patch --- configs/sim/axis/axis

[Emc-developers] Issue XY UV display in axis

2011-11-23 Thread Sammel Lothar
in any way ? The actuell mashines does the path as in the G-code ! Sammel Lothar Germany > -- All the data continuously generated in your IT infrastructure contains a definitive record of customers, applicat

[Emc-developers] Hershey(py) new Items implemented UV

2011-11-25 Thread Sammel Lothar
#This is a component of AXIS, a front-end for emc #Copyright 2005, 2006 Chris Radek # #This program is free software; you can redistribute it and/or modify #it under the terms of the GNU General Public License as published by #the Free Software Foundation; either version 2 of t

[Emc-developers] disabling a menue View entry

2011-11-25 Thread Sammel Lothar
this class Sammel Lothar -- All the data continuously generated in your IT infrastructure contains a definitive record of customers, application performance, security threats, fraudulent activity, and more. Splunk takes this

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

2011-11-25 Thread Sammel Lothar
this again ! shit !!! so i got the XY UV view always from the file that is loaded at the ini Display open_file section someone Knows how i can overcame this ? OR is the programmed list not the rapids available at the end of the open_file_guts in AXIS ? Thanks Sammel Lothar Germany it is n

[Emc-developers] disabling a menu checkbutton on axis

2011-11-26 Thread Sammel Lothar
hi i want to disable a checkbutton entry in the menue view this code does not work someone has a better overview how the code may look like widgets.menu_view.configure('_ "Show XYUV Plane"',state=DISABLE) thanks -- A

Re: [Emc-developers] disabling a menu checkbutton on axis [SOLVED]

2011-11-27 Thread Sammel Lothar
GOT it !! widgets.menu_view.entryconfigure("Show XYUV Plane",state=DISABLED) Thanks ! Am 26.11.2011 20:32, schrieb Sammel Lothar: hi i want to disable a checkbutton entry in the menue view this code does not work someone has a better overview how the code may

Re: [Emc-developers] Screen Captures

2011-11-29 Thread Sammel Lothar
incscape is capable to convert to svg i use the filter of gimp to produce a better sharp shaped BW picture Lothar Am 29.11.2011 13:19, schrieb John Thornton: > Is there a better way to get a screen capture than alt print screen? By > better I mean one that shows up clear and not grainy when viewe

Re: [Emc-developers] Screen Captures workflow to pic to svg to g-code

2011-11-29 Thread Sammel Lothar
workflow jpg tosvg to gcode http://www.youtube.com/watch?v=wI7uj-6KgyE Am 29.11.2011 14:29, schrieb John Thornton: > Can you give me a bit more info on how you do that? I imported the png > file but don't see how to convert it to svg. > > John > > On 11/29/2011 7:21

[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 the

Re: [Emc-developers] contouring performance

2012-01-06 Thread Sammel Lothar
Therfor G64 Pxxx is in use if you say this the mashine will think 3 Lines ahead and then correct the pat by the giben value 0.05mm will give you 95% of velocity at the programmed path Am 06.01.2012 05:37, schrieb Jon Elson: > I just had somebody ask me about contouring performance of EMC2.

Re: [Emc-developers] G64 parameter bug?

2012-01-11 Thread Sammel Lothar
This si what G64 is for if you use it with no P it will round a real big radius so use it always with P at a max you want to round for example if no P is used and you trefel with 300mm/min it will round up to a R15mm with a 90deg corner Am 10.01.2012 17:56, schrieb Len Shelton: > I have witne

[Emc-developers] howto var from GLcanon to GlcanonDraw

2012-01-13 Thread Sammel Lothar
Hi im not the OOP programmer . it works thru Global but HOW do i THE PYTHON way Transport a flot value given by a G-code Command (AXIS,) From GlCanon command() as self.Varname declared to GLCanonDraw as self.varname i need it only in redraw Thanks Lothar Germany -

Re: [Emc-developers] commit XYUV Foam cutting AXIS Modification

2012-01-16 Thread Sammel Lothar
Sorry this is my first try of changing somthing and i got in alot of trouble with it . i will do my best to avoid anymore changes . so then i will start allover the 3rd time with a new git clone and thake this patch as a example not to do it and destroy it . so far Sammel lothar Germany

[Emc-developers] New patch xyuv Foam/EDM view for 2.6-pre

2012-01-17 Thread Sammel Lothar
Hi this is the new working patch for/From the Git it is recomendet to load the 9Axis simulation for Testing this ngc file in the patch Sammel Lothar Germany >From 3d2d8d5fc86323416a82e682a2e4a04e324ea8b7 Mon Sep 17 00:00:00 2001 From: Sammel Lothar Date: Tue, 17 Jan 2012 11:16:03 +0100 Subj

[Emc-developers] 2.6-pre Foam Cutting xyuv Plane Modification patch

2012-01-24 Thread Sammel Lothar
Hi all here is now the patch for the latest git clone after a big issue on change to the namechange it is now in good shape and Tested on Axis_9axis sim there is a foam-xyuv.ngc in the patch to test """ (test this with axis_9axis sim mashine ) G17.1 G21 G90 G61 G54 (AXIS,XY_Z_POS,5) (AXIS,UV_Z

[Emc-developers] Foam Cutting EMC almost perfect patch againsst 2.6-pre

2012-01-28 Thread Sammel Lothar
maybe i can fill this also in GlcanonDraw that woudt be best then there is the the trigger in redraw ! there will be the problem to clean it up. therefor i choos to use liveplotter with clean to be pressed on the broom of the axis frame so its done and working feel free to comment ! Sammel Lothar

Re: [Emc-developers] Recording Machine Movements (Spiderdab)

2012-02-13 Thread Sammel Lothar
on my haas mashines the pin is connected to the source voltage and the part is GND Isolated from the mashine . http://www.google.de/url?sa=t&rct=j&q=heidenhain%20cyclen&source=web&cd=3&ved=0CDEQFjAC&url=http%3A%2F%2Fwww.heidenhain.de%2Ffileadmin%2Fpdb%2Fmedia%2Fimg%2F636_220-11.pdf&ei=7f84T__9G

[Emc-developers] CRC Documentation beond 2.5

2012-03-09 Thread Sammel Lothar
http://www.linuxcnc.org/docs/2.5/html/gcode/tool_compensation.html#sec:cutter-radius-compensation The docu does not make it clear on CRC use that you can mix every ToolDiameter with every tool Example load tool T1 Standard D is 1 G41 D3 here you can use every D 1-9 this is comen for mo