Hello Guest it is April 19, 2024, 11:43:31 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

2251
Where did you get the NCPod from and how much was it?

Graham.

2252
General Mach Discussion / Re: Locating Breakout Board
« on: January 13, 2007, 12:40:26 PM »
Hi Hood,

which encoders did you go for?

Graham.

2253
General Mach Discussion / Re: Locating Breakout Board
« on: January 13, 2007, 11:18:29 AM »
I use http://www.cnc4pc.com C11 board, always been good for me.

Graham.
 

2254
General Mach Discussion / Re: Basic tool use
« on: January 13, 2007, 11:08:07 AM »
Enter G43 T1 H1 M6 in mdi and that should do it.

Graham.

2255
Show"N"Tell ( Your Machines) / Re: Low tech/No tech edge finder
« on: January 13, 2007, 05:21:24 AM »
Is the paper insulator included in the price? ;)

Graham.

2256
General Mach Discussion / Re: Making mach3 pause b4 it cuts.
« on: January 12, 2007, 04:23:52 PM »
If this is a constant problem you could set delays in mach setup.

Graham.


2257
G-Code, CAD, and CAM discussions / Re: Subroutines
« on: January 12, 2007, 03:42:44 PM »
Have you got a blank line after the M99, you should have one.

Graham.

2258
General Mach Discussion / Re: Making mach3 pause b4 it cuts.
« on: January 12, 2007, 03:32:52 PM »
The mastercam post may have a maximum spindle speed set.

Graham.

2259
General Mach Discussion / Re: Making mach3 pause b4 it cuts.
« on: January 12, 2007, 03:25:28 PM »
put a G4 deley after the spindle start

G4 P1000

Graham.

2260
G-Code, CAD, and CAM discussions / Re: Subroutines
« on: January 12, 2007, 03:02:57 PM »
O0001 (MAIN PROGRAM)
G00 X0 Y0 Z0
M98 P2 L5
M30

O0002 (SUB PROGRAM)
G01 X1. A??? F10.
X0 A???
M99

Try this

Graham.