Re: [CAD_CAM_EDM_DRO] Inverse of G-code
Posted by
Chuck Knight
on 2003-09-18 15:31:04 UTC
>Just an idea, but I suppose it's at least possible...
>
>I have a Gcode file that makes a negative image for a die/mold
>that I have
>used to cast some ceramic tiles from. Now I would like to make
>these same
>forms in copper by using a press. No problem on making the
>negative die but
>the positive one is going to be a bit of trouble if I have to code
>the thing
>by hand.
>
>
Is it possible for you to zero your Z axis, manually? If so, do this so
it's at the "middle" of the thickness of your material.
Now, since G-Code is nothing more than an ASCII text file, do a global
search and replace for all the negative Z values, changing them to
positives. Should be as simple as changing the - to a +. Basically
making the Z axis moves go up, instead of down.
I've obviously not tried this, but it seems as if it would work. Do you
have a toolpath visualizer? Make a copy of your g-code file, and make
the modification. Should take all of a few minutes, if that long...
-- Chuck Knight
Discussion Thread
W. P. McGown
2003-09-18 10:22:45 UTC
Inverse of G-code
David Paulson
2003-09-18 11:28:06 UTC
Re: [CAD_CAM_EDM_DRO] Inverse of G-code
ccq@x...
2003-09-18 11:45:57 UTC
Re: [CAD_CAM_EDM_DRO] Inverse of G-code
Alan Marconett KM6VV
2003-09-18 12:55:23 UTC
Re: [CAD_CAM_EDM_DRO] Inverse of G-code
Carlos Guillermo
2003-09-18 14:35:06 UTC
RE: [CAD_CAM_EDM_DRO] Inverse of G-code
W. P. McGown
2003-09-18 14:54:50 UTC
Re: [CAD_CAM_EDM_DRO] Inverse of G-code
Chuck Knight
2003-09-18 15:31:04 UTC
Re: [CAD_CAM_EDM_DRO] Inverse of G-code
Carlos Guillermo
2003-09-18 15:36:25 UTC
RE: [CAD_CAM_EDM_DRO] Inverse of G-code
Tim Goldstein
2003-09-18 15:57:16 UTC
RE: [CAD_CAM_EDM_DRO] Inverse of G-code
Raymond Heckert
2003-09-18 21:16:58 UTC
Re: [CAD_CAM_EDM_DRO] Inverse of G-code
Erie Patsellis
2003-09-18 21:43:32 UTC
RE: [CAD_CAM_EDM_DRO] Inverse of G-code
W. P. McGown
2003-09-19 09:00:58 UTC
Re: [CAD_CAM_EDM_DRO] Inverse of G-code
Zafar Salam
2003-09-19 20:50:55 UTC
Re: [CAD_CAM_EDM_DRO] Inverse of G-code