Hello Guest it is May 06, 2024, 09:41:09 AM

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - Graham Waterworth

1611
G-Code, CAD, and CAM discussions / Re: Double taper
« on: May 20, 2008, 06:12:04 PM »
Post a picture with some dimensions of what you are trying to achieve.

Graham.

1612
G-Code, CAD, and CAM discussions / Re: Double taper
« on: May 20, 2008, 02:47:16 PM »
make sure you have CV turned off in config.  CV and turning do not go well together. Set config to exact stop mode.

Graham.

1613
G-Code, CAD, and CAM discussions / Re: End Mill Engraving
« on: May 18, 2008, 04:29:02 PM »
You can not use scaling to do this as scaling changes the centres/position of the letters as well as shrinking them.

Graham.

1614
G-Code, CAD, and CAM discussions / Re: Double taper
« on: May 18, 2008, 05:59:31 AM »
Its just basic trig.  its all in degrees, you have to have a starting point somewhere in X and Z.

You can use the biggest dia or the length and an angle. the main point is to work out half the included angle and the length, then double it for diameter.

I do not use the wizards so I can not help you with them.

Graham.

1615
G-Code, CAD, and CAM discussions / Re: Double taper
« on: May 17, 2008, 06:13:54 PM »
SIN of the angle.

e.g.

If taper is 20mm long @ 25 degrees included angle and the small dia is 20mm at Z zero then :-

X=20+((SIN(25/2)*20)*2)  i.e. 20+(((4.3287)*20)*2)
Z=-20

G00 X20 Z1.
G01 Z0 F.2
X28.657 Z-20.

Graham.


1616
G-Code, CAD, and CAM discussions / Re: Double taper
« on: May 17, 2008, 03:35:26 PM »
To create a taper the X & Z must be commanded on the same line :-

e.g.

G00 X5. Z1. G97 S1000 M3
G01 Z0 F.1
X15. Z-5. (produce a taper @ 45 degrees)
X5. Z-10. (and back down the other size)
X20.
G00X50. Z50.
M30

Graham.

1617
Spanish / Re: Postpocesador para mastercamx en mach
« on: May 15, 2008, 04:13:16 AM »

1618
Use a Fanuc 6,11 or 18 post

1619
Use a Fanuc 6,11 or 18 post.

Graham.

1620
G-Code, CAD, and CAM discussions / Re: Which cam program?
« on: May 15, 2008, 04:01:12 AM »
Go to resources at the top of this page and follow the links, you will find lots of free/low cost solutions there.

Graham.