Hello Guest it is April 18, 2024, 09:29:12 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

991
My list would include :-

Lathe

G83 Front drilling cycle
G87 Side drilling
G84 Front tapping
G88 Side tapping
G85 Front boring
G89 Side boring

G34 Variable lead threading
G92 Threading
G76 Threading using standard Fanuc format

Mill/Lathe

G27 Ref return check

G31 P99 Torque limit skip

G65/G66 Macro calls with G & M code calls with parameters

M99 Pnnnn with conditional return from sub, e.g. jump to this line number on return from sub.

Just for starters  ;)

Graham

992
General Mach Discussion / Re: Egg shaped circles
« on: June 12, 2012, 06:04:14 AM »
You need to remove the backlash or you will never get it sorted.

1/4" of backlash sounds like something is not bolted down properly.  Check the coupling is not slipping on the shaft and the ball screw nut is secure in the mounting.

Graham

993
Share Your GCode / Re: New to all this!
« on: June 12, 2012, 05:24:16 AM »
CAMBAM will convert bitmaps to height maps so in theory yes you could do it, I have not tried it so I can not give a definite answer.

Graham
 

994
G-Code, CAD, and CAM discussions / Re: subroutine creation help!!
« on: June 11, 2012, 07:50:12 AM »
The only other way I can think of is to split the circle into segments and then use M codes in between the segments to control the output.

Graham

995
General Mach Discussion / Re: Newbie Help Please with Tool Offsets
« on: June 10, 2012, 11:21:57 AM »
Have a look at CAMBAM its free and it works or you can pay a small amount and have the latest and greatest version.

http://www.cambam.info/

Graham

996
G-Code, CAD, and CAM discussions / Re: G code and change end mill
« on: June 10, 2012, 04:33:52 AM »
The line can be ' G91 G28 Z0 M6' for a tool change on a automatic tool changer or 'T2 M6' for a manual tool change.

G28 needs an axis designation e.g. G28 Z0 or G91 G28 X0 Y0 Z0

Graham

997
It sounds as if your touch plate thickness is set at 2" thick


998
G-Code, CAD, and CAM discussions / Re: Cambam question
« on: May 18, 2012, 08:04:08 AM »
Select the item in the menu tree and click on its properties, there will be a list with height, width etc, just enter new values and press enter.

999
G-Code, CAD, and CAM discussions / Re: Powermill to Mach3 post
« on: May 10, 2012, 04:20:54 AM »
The DelCAM forum is your best bet.

http://forum.delcam.com/

Graham

1000
Hi TomR,

are you using a licensed or the demo version of Mach3, the Demo version has limitations.

Graham