Re: LibreCad/.DXF to G-Code for CNC drill?
Posted by
turbulatordude
on 2012-05-30 04:07:32 UTC
Excel offers one the ability to alter a particular pattern.
locating 6 holes in a circle on a 4" part or a 6" part can be as simple as changing the diameter.
not for every project, but it does allow you to write that particular code including all the various commands in the order you need.
Dave
locating 6 holes in a circle on a 4" part or a 6" part can be as simple as changing the diameter.
not for every project, but it does allow you to write that particular code including all the various commands in the order you need.
Dave
--- In CAD_CAM_EDM_DRO@yahoogroups.com, "Tony Smith" <ajsmith1968@...> wrote:
>
> > set of holes. The distances are then filled in as the size changes.
> >
> > The key was learning to use the concatenate function to joint all the text
> > together.
>
>
> You don't really need Concatenate().
>
> = Concatenate(A1, B1, C1) can be written as: = A1 & B1 & C1
>
> & is of course "And", so it's "A1 and B1 and C1" etc
>
> Tony
>
Discussion Thread
Bill Griggs
2012-05-07 07:44:10 UTC
Photo album updates
Douglas Vogt
2012-05-12 22:37:07 UTC
Re: [CAD_CAM_EDM_DRO] Photo album updates
William C. Griggs
2012-05-13 10:03:23 UTC
Re: Photo album updates
Ron Ginger
2012-05-14 05:12:57 UTC
Re: Photo album updates
David G. LeVine
2012-05-14 14:37:58 UTC
[OT] Why shops will be replaced by weight rooms.
turbulatordude
2012-05-15 04:02:13 UTC
Re: Photo album updates
Craig Carmichael
2012-05-24 19:08:12 UTC
LibreCad/.DXF to G-Code for CNC drill?
Brian Worth
2012-05-25 00:04:02 UTC
Re: [CAD_CAM_EDM_DRO] LibreCad/.DXF to G-Code for CNC drill?
Ron Thompson
2012-05-25 05:11:30 UTC
Re: [CAD_CAM_EDM_DRO] LibreCad/.DXF to G-Code for CNC drill?
Craig Carmichael
2012-05-28 00:16:46 UTC
Re: [CAD_CAM_EDM_DRO] LibreCad/.DXF to G-Code for CNC drill?
Randall Wink
2012-05-28 04:25:47 UTC
Re: [CAD_CAM_EDM_DRO] LibreCad/.DXF to G-Code for CNC drill?
Ron Thompson
2012-05-28 04:49:19 UTC
Re: [CAD_CAM_EDM_DRO] LibreCad/.DXF to G-Code for CNC drill?
Chuck Merja
2012-05-28 07:01:11 UTC
RE: [CAD_CAM_EDM_DRO] LibreCad/.DXF to G-Code for CNC drill?
Jon Elson
2012-05-28 10:04:34 UTC
Re: [CAD_CAM_EDM_DRO] LibreCad/.DXF to G-Code for CNC drill?
Craig Carmichael
2012-05-29 00:49:57 UTC
Re: [CAD_CAM_EDM_DRO] LibreCad/.DXF to G-Code for CNC drill?
turbulatordude
2012-05-29 03:19:29 UTC
Re: LibreCad/.DXF to G-Code for CNC drill?
Tony Smith
2012-05-29 10:04:01 UTC
RE: [CAD_CAM_EDM_DRO] Re: LibreCad/.DXF to G-Code for CNC drill?
turbulatordude
2012-05-30 04:07:32 UTC
Re: LibreCad/.DXF to G-Code for CNC drill?
Tony Smith
2012-05-30 06:51:17 UTC
RE: [CAD_CAM_EDM_DRO] Re: LibreCad/.DXF to G-Code for CNC drill?