Re:Gcode
Posted by
Alan Marconett KM6VV
on 2000-09-02 22:13:41 UTC
Ballendo,
Thanks for the examples. I can see some uses now. I inscribed three
circles in three faces of cube, and generated code for it in VectorCAD.
(three circles 9/2/00 alm)
N05 F5
N10 G00 X0.000 Y2.000 Z3.500
N11 G19
N12 G03 Y2.000 Z3.500 J0.000 K-1.500
N13 G00 X3.500 Y2.000 Z4.000
N14 G17
N15 G03 X3.500 Y2.000 I-1.500 J0.000
N16 G00 X3.500 Y0.000 Z2.000
N17 G18
N18 G02 X3.500 Z2.000 I-1.500 K0.000
N19 G17
I added the G17/18/19. I get how it works now. Doesn't seem like MAXNC
- PRO (drives my Sherline) understands G17/18/19. Thinks they are all
in XY. Does anyone know if the DLX version (4-axis cnc) does (I think I
can upgrade)?
CNC Pro does (http://www.yeagerautomation.com/specs.htm), so that might
be a solution. I am still using 4-phase drive, don't know if CNC Pro
supports it. For what I am doing now, simple XY arcs are fine on the
Sherline. But later...
Alan
ballendo@... wrote:
Thanks for the examples. I can see some uses now. I inscribed three
circles in three faces of cube, and generated code for it in VectorCAD.
(three circles 9/2/00 alm)
N05 F5
N10 G00 X0.000 Y2.000 Z3.500
N11 G19
N12 G03 Y2.000 Z3.500 J0.000 K-1.500
N13 G00 X3.500 Y2.000 Z4.000
N14 G17
N15 G03 X3.500 Y2.000 I-1.500 J0.000
N16 G00 X3.500 Y0.000 Z2.000
N17 G18
N18 G02 X3.500 Z2.000 I-1.500 K0.000
N19 G17
I added the G17/18/19. I get how it works now. Doesn't seem like MAXNC
- PRO (drives my Sherline) understands G17/18/19. Thinks they are all
in XY. Does anyone know if the DLX version (4-axis cnc) does (I think I
can upgrade)?
CNC Pro does (http://www.yeagerautomation.com/specs.htm), so that might
be a solution. I am still using 4-phase drive, don't know if CNC Pro
supports it. For what I am doing now, simple XY arcs are fine on the
Sherline. But later...
Alan
ballendo@... wrote:
> .................cut
> G0 X0Y0Z0 (keep it understandable, we'll start from zero)
> G90 G20 (absolute coordinate system, inches)
> G18 (select plane XZ for arcs)
> G02 X10 Z10 I5 K5 F25 (CW arc from 0,0,0 to 10,0,10 f/rate 25IPM)
> M01 (stop if operator has the optional stop switch on)
>
> This might be used to round the side of a left front fender on a
> model car.
> ............cut
> All snips above assume part surface is Z0.
>
> Hope this helps
>
> Ballendo
Discussion Thread
ballendo@y...
2000-09-02 14:30:30 UTC
Re:Gcode
Alan Marconett KM6VV
2000-09-02 16:20:48 UTC
Re:Gcode
ballendo@y...
2000-09-02 17:55:53 UTC
Re:Gcode
Alan Marconett KM6VV
2000-09-02 22:13:41 UTC
Re:Gcode
ballendo@y...
2000-09-02 22:53:04 UTC
Re:Gcode
Alan Marconett KM6VV
2000-09-03 14:44:39 UTC
Re:Gcode
Hugh Currin
2000-09-03 14:46:07 UTC
Re: [CAD_CAM_EDM_DRO] Re:Gcode
Alan Marconett KM6VV
2000-09-03 15:01:42 UTC
Re:Gcode
ballendo@y...
2000-09-03 18:43:47 UTC
Re:Gcode
ballendo@y...
2000-09-03 18:51:19 UTC
Re:Gcode
ballendo@y...
2000-09-03 20:13:39 UTC
Re: Re:Gcode
Gene
2002-06-05 13:47:36 UTC
Gcode
James Stevens
2002-06-05 14:03:16 UTC
Re: [CAD_CAM_EDM_DRO] Gcode
Jon Elson
2002-06-05 16:55:17 UTC
Re: [CAD_CAM_EDM_DRO] Gcode
bjammin@i...
2002-06-06 04:37:12 UTC
Re: [CAD_CAM_EDM_DRO] Gcode
robert charles weiss
2002-06-06 14:48:06 UTC
Re: [CAD_CAM_EDM_DRO] Gcode
andrewyslee
2002-06-06 18:04:10 UTC
Re: Gcode
doug98105
2002-06-06 20:10:36 UTC
Re: Gcode
Jon Elson
2002-06-06 22:26:10 UTC
Re: [CAD_CAM_EDM_DRO] Re: Gcode
remy
2003-11-13 15:58:21 UTC
Gcode
Torsten
2003-11-13 17:43:24 UTC
Re: Gcode