Re: CNC division
    Posted by
    
      dougrasmussen@c...
    
  
  
    on 2001-04-06 08:08:29 UTC
  
  Ian,
Been there done that, several times. Draw the single tooth profile
of your wheel (actually the Y-Z plane on the mill).
Since you're using round edge cutters generate Gcode as if this was a
normal X-Y plane drawing being cut using a small diameter end mill
equivalent to your cutter's radius. Use an editor to change the
generated X's & Y's to Y's & Z's respectively. Of course, for
complicated shapes this method assumes your mill will circular
interpolate in the Y-Z plane. I've done the actual cutting with no X
motion and no rotary motion. Although, sometimes you may have back
the cutter out of the tooth profile to do a rotary move to get a new
approach angle for your cutter to create your desired profiles.
Note that in creating the tool's path you have to be clever, in that
you're really cutting on the perimeter of the cutter, but the Gcode
will assume centerline of your cutter axis. So after drawing your
cutter path, offset it horizontally equal to your cutter's radius.
In other words, your motion commands will be reflecting the
centerline of your spindle, while your cutting will be happening at a
point equal to the cutter's radius away.
Once you've finished one tooth, rotate and repeat.
Confusing enough?
This method works equally well with manually indexed work heads.
Doug
Been there done that, several times. Draw the single tooth profile
of your wheel (actually the Y-Z plane on the mill).
Since you're using round edge cutters generate Gcode as if this was a
normal X-Y plane drawing being cut using a small diameter end mill
equivalent to your cutter's radius. Use an editor to change the
generated X's & Y's to Y's & Z's respectively. Of course, for
complicated shapes this method assumes your mill will circular
interpolate in the Y-Z plane. I've done the actual cutting with no X
motion and no rotary motion. Although, sometimes you may have back
the cutter out of the tooth profile to do a rotary move to get a new
approach angle for your cutter to create your desired profiles.
Note that in creating the tool's path you have to be clever, in that
you're really cutting on the perimeter of the cutter, but the Gcode
will assume centerline of your cutter axis. So after drawing your
cutter path, offset it horizontally equal to your cutter's radius.
In other words, your motion commands will be reflecting the
centerline of your spindle, while your cutting will be happening at a
point equal to the cutter's radius away.
Once you've finished one tooth, rotate and repeat.
Confusing enough?
This method works equally well with manually indexed work heads.
Doug
--- In CAD_CAM_EDM_DRO@y..., "Ian Wright" <Ian@i...> wrote:
>(snip)
>
. So, I reckon that,
> with a bit of clever maths, it should be possible to persuade a
little cnc
> mill to generate the form by coordinated movements of the A, Z and
Y axes
> while running the thin, round edged slitting saw cutter back and
forth with
> the X axis. I haven't yet found any software which would seem able
to
> produce the g-code for this from a dxf file (unless you can suggest
one) and
> so am almost resolved to coding it manually, in which case, having
a method
> of producing a 'loop' to do the tooth shape and a separate 'loop'
to index
> from one tooth to the next would seen to be easier than coding the
whole lot
> as one long file.
>
Discussion Thread
  
    Ian Wright
  
2001-04-05 10:55:11 UTC
  CNC division
  
    Jon Elson
  
2001-04-05 11:32:37 UTC
  Re: [CAD_CAM_EDM_DRO] CNC division
  
    Larry Van Duyn
  
2001-04-05 11:37:40 UTC
  Re: [CAD_CAM_EDM_DRO] CNC division
  
    Alan Marconett KM6VV
  
2001-04-05 11:46:12 UTC
  Re: [CAD_CAM_EDM_DRO] CNC division
  
    rab@r...
  
2001-04-05 14:54:42 UTC
  Re: CNC division
  
    Alan Marconett KM6VV
  
2001-04-05 15:53:45 UTC
  Re: CNC division
  
    dougrasmussen@c...
  
2001-04-05 17:00:03 UTC
  Re: CNC division
  
    IMService
  
2001-04-05 20:50:59 UTC
  Re: Re: CNC division
  
    Alan Marconett KM6VV
  
2001-04-05 22:26:20 UTC
  Re: CNC division
  
    Ian Wright
  
2001-04-06 01:35:37 UTC
  Re: [CAD_CAM_EDM_DRO] Re: CNC division
  
    Tony Jeffree
  
2001-04-06 04:06:29 UTC
  Re: [CAD_CAM_EDM_DRO] CNC division
  
    Tony Jeffree
  
2001-04-06 04:06:30 UTC
  Re: [CAD_CAM_EDM_DRO] CNC division
  
    dougrasmussen@c...
  
2001-04-06 08:08:29 UTC
  Re: CNC division
  
    Smoke
  
2001-04-06 09:23:40 UTC
  Re: [CAD_CAM_EDM_DRO] Re: CNC division
  
    Jon Elson
  
2001-04-06 11:59:07 UTC
  Re: [CAD_CAM_EDM_DRO] Re: Re: CNC division
  
    Alan Marconett KM6VV
  
2001-04-06 14:37:56 UTC
  Re: [CAD_CAM_EDM_DRO] CNC division
  
    Alan Marconett KM6VV
  
2001-04-06 15:01:35 UTC
  Re: [CAD_CAM_EDM_DRO] Re: CNC division
  
    rab@r...
  
2001-04-06 15:48:06 UTC
  Re: CNC division
  
    Alan Marconett KM6VV
  
2001-04-06 16:16:37 UTC
  Re: CNC division
  
    Ian Wright
  
2001-04-06 16:49:32 UTC
  Re: [CAD_CAM_EDM_DRO] Re: CNC division
  
    Tony Jeffree
  
2001-04-06 21:56:28 UTC
  Re: [CAD_CAM_EDM_DRO] CNC division
  
    Alan Marconett KM6VV
  
2001-04-07 12:25:57 UTC
  Re: CNC division