Hello Guest it is April 19, 2024, 12:04:15 PM

Author Topic: Cutting a tapered slot ?  (Read 2463 times)

0 Members and 1 Guest are viewing this topic.

Cutting a tapered slot ?
« on: September 30, 2014, 06:41:57 PM »
Hi


             I want to cut a slot about 3 inches long I want the cutter to start at 0 depth the surface of the wood and as it feeds have it .500 deep at the end of the slot what would the proper way to do this using cambam and mach 3 ?




                                                                                              Thanks
                                                                                               Gary

Offline Graham Waterworth

*
  • *
  •  2,672 2,672
  • Yorkshire Dales, England
    • View Profile
Re: Cutting a tapered slot ?
« Reply #1 on: October 01, 2014, 05:16:50 PM »
I would ask this on the CamBam forum.

In g-code it would be something like this :-

G20 G90
G00 X0 Y0 Z.25 S12000 M3 (MOVE TO START POSITION AND START SPINDLE)
G01 Z0 F10. (FEED TO TOP OF WOOD)
X-3. Z-.5 F6. (FEED 3" AND DOWN .5")
G00 Z.25 (JUMP OUT OF WOOD)
M30 (END)

Without engineers the world stops