CAD CAM EDM DRO - Yahoo Group Archive

RE: [CAD_CAM_EDM_DRO] ?? Repeat cutting routines??

Posted by Bruce Harper
on 2002-05-10 12:03:09 UTC
Thanks, this is what I had in mind, I'll run a variation of it this weekend.

-----Original Message-----
From: Tim Goldstein [mailto:timg@...]
Sent: Friday, May 10, 2002 11:50 AM
To: CAD_CAM_EDM_DRO@yahoogroups.com
Subject: Re: [CAD_CAM_EDM_DRO] ?? Repeat cutting routines??


Time for a CAD/CAM program. I do it in Vector and it is called Contour
Tooling. Here is the code from Vector to cut .5" deep in .1" increments on a
1/4 circle and to make all the cuts in the same direction. Just a click of a
check box to have to tool paths alternate direction instead of lifting and
going to cut from the same end.

N10 G00 X0. Y1. Z0.5
N11 Z0.1
N12 G01 Z-0.1
N13 G02 X1. Y0. I0. J-1.
N14 G00 Z0.25
N15 X0. Y1.
N16 G41 Z0.1
N17 G40 G01 Z-0.2
N18 G02 X1. Y0. I0. J-1.
N19 G00 Z0.25
N20 X0. Y1.
N21 G41 Z0.1
N22 G40 G01 Z-0.3
N23 G02 X1. Y0. I0. J-1.
N24 G00 Z0.25
N25 X0. Y1.
N26 G41 Z0.1
N27 G40 G01 Z-0.4
N28 G02 X1. Y0. I0. J-1.
N29 G00 Z0.25
N30 X0. Y1.
N31 G41 Z0.1
N32 G40 G01 Z-0.5
N33 G02 X1. Y0. I0. J-1.
N34 G00 Z0.75


Tim
[Denver, CO]

----- Original Message -----

> To clarify: my objective is to have an AUTOMATIC routine.
>



Addresses:
FAQ: http://www.ktmarketing.com/faq.html
FILES: http://groups.yahoo.com/group/CAD_CAM_EDM_DRO/files/

OFF Topic POSTS: General Machining
If you wish to post on unlimited OT subjects goto:
aol://5863:126/rec.crafts.metalworking or go thru Google.com to reach it if
you have trouble.
http://www.metalworking.com/news_servers.html

http://groups.yahoo.com/group/jobshophomeshop I consider this as a sister
site to the CCED group, as many of the same members are there, for OT
subjects, that are not allowed on the CCED list.



Post messages: CAD_CAM_EDM_DRO@yahoogroups.com
Subscribe: CAD_CAM_EDM_DRO-subscribe@yahoogroups.com
Unsubscribe: CAD_CAM_EDM_DRO-unsubscribe@yahoogroups.com
List owner: CAD_CAM_EDM_DRO-owner@yahoogroups.com, wanliker@...
Moderator: jmelson@... timg@... [Moderator]
URL to this group: http://groups.yahoo.com/group/CAD_CAM_EDM_DRO
bill,
List Mom
List Owner



Your use of Yahoo! Groups is subject to http://docs.yahoo.com/info/terms/



[Non-text portions of this message have been removed]

Discussion Thread

ecurbmel 2002-05-10 10:50:17 UTC ?? Repeat cutting routines?? j.guenther 2002-05-10 11:00:12 UTC RE: [CAD_CAM_EDM_DRO] ?? Repeat cutting routines?? Bruce Harper 2002-05-10 11:22:48 UTC RE: [CAD_CAM_EDM_DRO] ?? Repeat cutting routines?? Tim Goldstein 2002-05-10 11:50:51 UTC Re: [CAD_CAM_EDM_DRO] ?? Repeat cutting routines?? j.guenther 2002-05-10 11:55:40 UTC RE: [CAD_CAM_EDM_DRO] ?? Repeat cutting routines?? Bruce Harper 2002-05-10 12:03:09 UTC RE: [CAD_CAM_EDM_DRO] ?? Repeat cutting routines??