Re: [Emc-users] G Code Generators

2007-11-30 Thread John Thornton
Hi Manfredi,

Thanks for the suggestions. 1, 2 and 3 are easy to do 4 might take a bit. 

I didn't even think about M3 as I have big red and black buttons on my
CNC mill to start the spindle LOL... 

I like the Feedrate label better. 

I just assumed that if your facing a part that the highest point would be
at Z0.000... What situation would you need to clear something? Just trying
to understand why this is needed... Easy to do none the less. I had that in 
mind 
for pockets but didn't think it was needed for facing...

I like the images idea. If someone has some good looking images that would
work and are not commercial images I'd try and include it. Otherwise it might
take me a while to make those changes if I have to make images too... 

Thanks so much for taking the time to make these suggestions.
John


On 29 Nov 2007 at 5:11, [EMAIL PROTECTED] wrote:

 Hello, 
 
 now it works, 
 
 just three suggestions:
 
 1) add spindle speed field and add a M3 SXXX at the beginning. If we
 don't start the spindle, facing is not possible ;)
 
 2) Change the Cutting Speed IPM label in Cutting Speed IPM or
 mm/min so if one is using mm knows that the field indicates mm/min
 and not inches/min. Maybe Feedrate is better than Cutting Speed. 
 
 3) Maybe you could add a field Safety Height, so the first movement
 will not be for example G0 Z0.1000 but G0 ZSafetyHeight, the second
 move will be for example X-1.1000 Y0. so  the tool will reach the
 initial point at the safety height, after that you can give a G0
 Z0.1000 and a G1 Z-1.000 to go to the defined depth.
 
 There is a fourth suggestion, but it is only a graphic idea. Would be
 nice to have images that show what are the parameteres you are
 setting. When you click on a field the image changes and shows you
 what is that field, something like this:
 
 http://imagebin.org/12032
 http://imagebin.org/12031
 
 Those are taken from EdgeCam. 
 
 Nice work, I think more of them could be made and they could be very
 useful to do all those small milling tasks that are too simple to use
 a complete Cam and annoying if  manual programmed. Maybe I could help
 you to program some of these. 
 
 Greetings, 
 
 Manfredi 


-
SF.Net email is sponsored by: The Future of Linux Business White Paper
from Novell.  From the desktop to the data center, Linux is going
mainstream.  Let it simplify your IT future.
http://altfarm.mediaplex.com/ad/ck/8857-50307-18918-4___
Emc-users mailing list
Emc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-users


Re: [Emc-users] G Code Generators

2007-11-29 Thread John Thornton
tomp,

Thanks for the updated code. I'll add it to my latest verstion. 
I'm also adding direct file save and a config for your nc files folder...

This is neat stuff. 

John

 John,
 please check wiki page for a note on the face.py
 thanks
 tomp





-
SF.Net email is sponsored by: The Future of Linux Business White Paper
from Novell.  From the desktop to the data center, Linux is going
mainstream.  Let it simplify your IT future.
http://altfarm.mediaplex.com/ad/ck/8857-50307-18918-4
___
Emc-users mailing list
Emc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-users


Re: [Emc-users] G Code Generators

2007-11-28 Thread Manfredi Leto

Hello, 

now it works, 

just three suggestions:

1) add spindle speed field and add a M3 SXXX at the beginning. If we don't 
start the spindle, facing is not possible ;)

2) Change the Cutting Speed IPM lable in Cutting Speed IPM or mm/min so if 
one is using mm knows that the field indicates mm/min and not inches/min. Maybe 
Feedrate is better than Cutting Speed. 

3) Maybe you could add a field Safety Height, so the first movement will not 
be for example G0 Z0.1000 but G0 ZSafetyHeight, the second move will be for 
example X-1.1000 Y0. so  the tool will reach the initial point at the 
safety height, after that you can give a G0 Z0.1000 and a G1 Z-1.000 to go to 
the defined depth.

There is a fourth suggestion, but it is only a graphic idea. Would be nice to 
have images that show what are the parameteres you are setting. When you click 
on a field the image changes and shows you what is that field, something like 
this:

http://imagebin.org/12032
http://imagebin.org/12031

Those are taken from EdgeCam. 

Nice work, I think more of them could be made and they could be very useful to 
do all those small milling tasks that are too simple to use a complete Cam and 
annoying if  manual programmed. 
Maybe I could help you to program some of these. 

Greetings, 

Manfredi 


My websites: www.m24-pro.com  www.emc2cnc.altervista.org


 From: [EMAIL PROTECTED]
 To: emc-users@lists.sourceforge.net
 Date: Tue, 27 Nov 2007 17:59:43 -0600
 Subject: Re: [Emc-users] G Code Generators
 
 On 27 Nov 2007 at 10:38, [EMAIL PROTECTED] wrote:
 
 Ok, am I got it fixed and you just click on it or right click and save as.
 
 I had to change the extension to .txt so my web server would not trash it...
 
 Any way it is also on EMC Wiki here
 
 http://wiki.linuxcnc.org/cgi-bin/emcinfo.pl?Simple_EMC_G-Code_Generators
 
 Along with a Bolt Circle one that Dan F. did...
 
 John
 
 Sorry you need to right click on the link and pick Save As
 
 Nope, I get the HTML of error page.
 
   *am*
 
 
 
 
 -
 SF.Net email is sponsored by: The Future of Linux Business White Paper
 from Novell.  From the desktop to the data center, Linux is going
 mainstream.  Let it simplify your IT future.
 http://altfarm.mediaplex.com/ad/ck/8857-50307-18918-4
 ___
 Emc-users mailing list
 Emc-users@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/emc-users

_
Explore the seven wonders of the world
http://search.msn.com/results.aspx?q=7+wonders+worldmkt=en-USform=QBRE
-
SF.Net email is sponsored by: The Future of Linux Business White Paper
from Novell.  From the desktop to the data center, Linux is going
mainstream.  Let it simplify your IT future.
http://altfarm.mediaplex.com/ad/ck/8857-50307-18918-4
___
Emc-users mailing list
Emc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-users


Re: [Emc-users] G Code Generators

2007-11-27 Thread Andrea Montefusco
[EMAIL PROTECTED] wrote:
 Sorry you need to right click on the link and pick Save As

Nope, I get the HTML of error page.

  *am*

-
Andrea Montefusco   [EMAIL PROTECTED]
tel: +393356992791 fax: +390623318709
-

-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
Emc-users mailing list
Emc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-users


Re: [Emc-users] G Code Generators

2007-11-27 Thread John Thornton
On 27 Nov 2007 at 10:38, [EMAIL PROTECTED] wrote:

Ok, am I got it fixed and you just click on it or right click and save as.

I had to change the extension to .txt so my web server would not trash it...

Any way it is also on EMC Wiki here

http://wiki.linuxcnc.org/cgi-bin/emcinfo.pl?Simple_EMC_G-Code_Generators

Along with a Bolt Circle one that Dan F. did...

John

 Sorry you need to right click on the link and pick Save As
 
 Nope, I get the HTML of error page.
 
   *am*
 



-
SF.Net email is sponsored by: The Future of Linux Business White Paper
from Novell.  From the desktop to the data center, Linux is going
mainstream.  Let it simplify your IT future.
http://altfarm.mediaplex.com/ad/ck/8857-50307-18918-4
___
Emc-users mailing list
Emc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-users


Re: [Emc-users] G Code Generators

2007-11-27 Thread Richard L. Wurdack
Works great.

D.
- Original Message - 
From: John Thornton [EMAIL PROTECTED]
To: emc-users@lists.sourceforge.net
Sent: Tuesday, November 27, 2007 3:59 PM
Subject: Re: [Emc-users] G Code Generators


 On 27 Nov 2007 at 10:38, [EMAIL PROTECTED] wrote:

 Ok, am I got it fixed and you just click on it or right click and save as.

 I had to change the extension to .txt so my web server would not trash
it...

 Any way it is also on EMC Wiki here

 http://wiki.linuxcnc.org/cgi-bin/emcinfo.pl?Simple_EMC_G-Code_Generators

 Along with a Bolt Circle one that Dan F. did...

 John

  Sorry you need to right click on the link and pick Save As
 
  Nope, I get the HTML of error page.
 
*am*
 



 -
 SF.Net email is sponsored by: The Future of Linux Business White Paper
 from Novell.  From the desktop to the data center, Linux is going
 mainstream.  Let it simplify your IT future.
 http://altfarm.mediaplex.com/ad/ck/8857-50307-18918-4
 ___
 Emc-users mailing list
 Emc-users@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/emc-users



-
SF.Net email is sponsored by: The Future of Linux Business White Paper
from Novell.  From the desktop to the data center, Linux is going
mainstream.  Let it simplify your IT future.
http://altfarm.mediaplex.com/ad/ck/8857-50307-18918-4
___
Emc-users mailing list
Emc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-users


Re: [Emc-users] G Code Generators

2007-11-26 Thread Gene Heskett
On Monday 26 November 2007, John Thornton wrote:
I have the first of a series of G Code generators for EMC up on my web site.

http://suburb.semo.net/jthornton/EMCGen.html

These are Python/Tkinter so everyone that has EMC2 on an Ubuntu box should
 be able to run them.

I hope to combine them when they are all finished to one file.

These are for the simple tasks that might get the code to EMC2 faster than
using a CAD/CAM program. Tasks such as facing, pockets, slots, drill
 patterns etc.

Let me know what you think. And any seasoned Python programmers any tips
or improvements to my code are welcome...

John

File not found when clicking on what looks like the dl button, John.

-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
Emc-users mailing list
Emc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-users



-- 
Cheers, Gene
There are four boxes to be used in defense of liberty:
 soap, ballot, jury, and ammo. Please use in that order.
-Ed Howdershelt (Author)
dark Yes, your honour, I have RSA encryption code tattood on my
penis.  Shall I show the jury?

-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
Emc-users mailing list
Emc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-users


Re: [Emc-users] G Code Generators

2007-11-26 Thread Dave Engvall
I get a 404 when I try http://suburb.semo.net/jthornton/face.py. Beer  
page work fine.

D
On Nov 26, 2007, at 7:36 AM, Gene Heskett wrote:

 On Monday 26 November 2007, John Thornton wrote:
 I have the first of a series of G Code generators for EMC up on my  
 web site.

 http://suburb.semo.net/jthornton/EMCGen.html

 These are Python/Tkinter so everyone that has EMC2 on an Ubuntu  
 box should
 be able to run them.

 I hope to combine them when they are all finished to one file.

 These are for the simple tasks that might get the code to EMC2  
 faster than
 using a CAD/CAM program. Tasks such as facing, pockets, slots, drill
 patterns etc.

 Let me know what you think. And any seasoned Python programmers  
 any tips
 or improvements to my code are welcome...

 John

 File not found when clicking on what looks like the dl button, John.

 - 
 
 This SF.net email is sponsored by: Microsoft
 Defy all challenges. Microsoft(R) Visual Studio 2005.
 http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
 ___
 Emc-users mailing list
 Emc-users@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/emc-users



 -- 
 Cheers, Gene
 There are four boxes to be used in defense of liberty:
  soap, ballot, jury, and ammo. Please use in that order.
 -Ed Howdershelt (Author)
 dark Yes, your honour, I have RSA encryption code tattood on my
 penis.  Shall I show the jury?

 -- 
 ---
 This SF.net email is sponsored by: Microsoft
 Defy all challenges. Microsoft(R) Visual Studio 2005.
 http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
 ___
 Emc-users mailing list
 Emc-users@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/emc-users


-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
Emc-users mailing list
Emc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-users


Re: [Emc-users] G Code Generators

2007-11-26 Thread jet1024
Sorry you need to right click on the link and pick Save As

John


-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
Emc-users mailing list
Emc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-users


Re: [Emc-users] G Code Generators

2007-11-26 Thread Gene Heskett
On Monday 26 November 2007, [EMAIL PROTECTED] wrote:
Sorry you need to right click on the link and pick Save As

John

Still no luck John, this is face.py as downloaded:

!DOCTYPE HTML PUBLIC -//W3C//DTD HTML 
4.01//EN http://www.w3.org/TR/html4/strict.dtd;
HTMLHEADTITLEThe page cannot be found/TITLE
META HTTP-EQUIV=Content-Type Content=text/html; charset=Windows-1252
STYLE type=text/css
  BODY { font: 8pt/12pt verdana }
  H1 { font: 13pt/15pt verdana }
  H2 { font: 8pt/12pt verdana }
  A:link { color: red }
  A:visited { color: maroon }
/STYLE
/HEADBODYTABLE width=500 border=0 cellspacing=10TRTD

h1The page cannot be found/h1
The page you are looking for might have been removed, had its name changed, or 
is temporarily unavailable.
hr
pPlease try the following:/p
ul
liMake sure that the Web site address displayed in the address bar of your 
browser is spelled and formatted correctly./li
liIf you reached this page by clicking a link, contact
 the Web site administrator to alert them that the link is incorrectly 
formatted.
/li
liClick the a href=javascript:history.back(1)Back/a button to try 
another link./li
/ul
h2HTTP Error 404 - File or directory not found.brInternet Information 
Services (IIS)/h2
hr
pTechnical Information (for support personnel)/p
ul
liGo to a href=http://go.microsoft.com/fwlink/?linkid=8180;Microsoft 
Product Support Services/a and perform a title search for the words 
bHTTP/b and b404/b./li
liOpen bIIS Help/b, which is accessible in IIS Manager (inetmgr),
 and search for topics titled bWeb Site Setup/b, bCommon Administrative 
Tasks/b, and bAbout Custom Error Messages/b./li
/ul

/TD/TR/TABLE/BODY/HTML


-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
Emc-users mailing list
Emc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-users



-- 
Cheers, Gene
There are four boxes to be used in defense of liberty:
 soap, ballot, jury, and ammo. Please use in that order.
-Ed Howdershelt (Author)
We are all dying -- and we're gonna be dead for a long time.

-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
Emc-users mailing list
Emc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-users


Re: [Emc-users] G Code Generators

2007-11-26 Thread jet1024
Gene, 

I'll have to fix it when I get home. I might have to zip or tar the file first
before I upload it to my web site...

John





-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
Emc-users mailing list
Emc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-users