Hello Guest it is May 03, 2024, 02:21:33 PM

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

1851
You have no idea just how many spammers we reject each day, in the last hour I have rejected 4. its an on going battle and they are getting better all the time.  As we have 24 hour moderation we get most of them before you see them, an odd one is going to get onto a board, all I can say is don't get upset, just click the report button and then every moderator gets to know about it and one of us will remove it.

Graham.

1852
General Mach Discussion / Re: Front & rear toolposts in Machturn
« on: November 04, 2007, 01:00:27 PM »
thanks Tony,

Graham.

1853
G-Code, CAD, and CAM discussions / Re: Help with G-Code error
« on: November 04, 2007, 10:59:39 AM »
In most CAM systems you can specify the segment length, this will then make the flats smaller or larger.

If you can just re-program VM to mill you a circle then it will output a G02/3 and the out side will then be smooth.

To mill a circle is very easy :-

(MILL 1.5 O/D BOSS WITH .375 DIA END MILL)

G20 G17 G80 G90
M6 T1
G43 H1
S1750 M3

G00 X.9375 Y0             (MOVE TO START)
Z0                               (MOVE TO TOP OF JOB)
G03 I-.9375 Z-.01 F5.    (MILL A CIRCLE AND MOVE DOWN .010")
G00 Z1.
M30

Graham.

1854
General Mach Discussion / Re: Front & rear toolposts in Machturn
« on: November 04, 2007, 10:41:00 AM »
LM2197? I cant find any reference to that on the web. Is that a valid number?

Graham.

1855
G-Code, CAD, and CAM discussions / Re: Help with G-Code error
« on: November 04, 2007, 10:33:57 AM »
No, Mach can do helix and spirals but only in long hand code, similar to the code you just posted that worked.

Graham.

1856
G-Code, CAD, and CAM discussions / Re: Gcoding a G31 probing Polar array
« on: November 04, 2007, 10:30:27 AM »
Email me the output file, you never know I may get bored later.

Graham.

1857
Forum suggestions and report forum problems. / Re: Need Help
« on: November 04, 2007, 09:46:32 AM »
Have you set the steps per correctly in the motor tuning window?

What is creating the code for you?

if you run this code with a pencil in the chuck what size is the 25mm square it should be making

g21 g40 g00 g90
x0 y0 z25.
z0
g01 x25 f100.
y25.
x0
y0
g00 z25.
m30

Graham.

1858
G-Code, CAD, and CAM discussions / Re: Help with G-Code error
« on: November 04, 2007, 09:30:06 AM »
The problem is that you are using a spiral/helical pocketing routine in visual mill, use a normal area clearing routine and all will be well.

Mach3 dose not support spiral/helical milling in the same way

Graham.

1859
General Mach Discussion / Re: Front & rear toolposts in Machturn
« on: November 04, 2007, 09:23:10 AM »
Hi Tony,

what are you using to control the spindle speed?

The large motor is 2.5A and the small one is 2A

Graham.

1860
G-Code, CAD, and CAM discussions / Re: Gcoding a G31 probing Polar array
« on: November 03, 2007, 08:32:42 PM »
Hi Terry,

Looks ok, is it working?

Graham.