Hello Guest it is April 25, 2024, 09:16:44 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

1211
G-Code, CAD, and CAM discussions / Re: 3d cam
« on: March 08, 2010, 07:02:45 AM »
Look at CAMBAM its 3D and free.

Graham

1212
G-Code, CAD, and CAM discussions / Re: G28.1 HOMING
« on: March 07, 2010, 08:34:30 AM »
G28.1 X0 Y0 Z0 searches for the home position

G28 X0 Y0 Z0 goes to a known home position

Graham

1213
G-Code, CAD, and CAM discussions / Re: PLease help - gcode newbie
« on: March 07, 2010, 08:17:35 AM »
Hi Scotty,

T0202 is correct for tool 2, try taking the M6 out of the program as lathe dose not need them also remove the second G18 G40 G49 .... line as G49 cancels tool offsets.

Graham



1214
G-Code, CAD, and CAM discussions / Re: PLease help - gcode newbie
« on: March 06, 2010, 05:00:36 PM »
but when the tool starts up it goes right through and does not start at bar

Not sure what this means, explain and we may be able to help.

Graham

1215
G-Code, CAD, and CAM discussions / Re: Tapping using G85
« on: March 06, 2010, 07:25:27 AM »
Have a look at this thread (no pun intended  ;D)

http://www.machsupport.com/forum/index.php/topic,1551.msg8780.html#msg8780

Graham

1216
G-Code, CAD, and CAM discussions / Re: Mastercam to Mach Problems
« on: February 27, 2010, 06:21:19 AM »
Post one of your code files then we can see what needs changing.

Graham

1217
G-Code, CAD, and CAM discussions / Re: G31 Trouble
« on: February 25, 2010, 11:37:17 AM »
Do you have the sub program stored in the subprogram folder inside mach3 folder, if not you should or you need to specify the full path in the m98 call.

Graham

1218
G-Code, CAD, and CAM discussions / Re: G31 Trouble
« on: February 24, 2010, 08:09:07 PM »
how did you write the sub ?

it should look something like this

%
g21g40
m98p1(call sub)
m30

o1
g31z1.f100
g91z.3
m99
%

Graham

1219
General Mach Discussion / Re: Macropump?
« on: February 17, 2010, 08:05:13 PM »
http://www.machsupport.com/forum/index.php/topic,13576.0.html

Have a look at this link, if you type macropump into the search you will get about 7 pages of info.

Graham

1220
General Mach Discussion / Re: CALL PGM
« on: February 17, 2010, 11:29:08 AM »
Yes you can do this type of call

M98 (c:\NC_code\program_name.tap)

Graham