Hello Guest it is April 26, 2024, 01:59:30 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

1341
you can put something like this at the start of the sub :-

G91 Z-1. (incremental move)
G90 (back to absolute)

Graham

1342
Tangent Corner / Re: Not a Spambot
« on: August 09, 2009, 08:28:04 AM »
We work like speed cameras, guilty until proven innocent, so.....

Graham

1343
VB and the development of wizards / Re: retrieve value of tool radius
« on: August 03, 2009, 08:59:33 AM »
To do this the machine has to have very accurate homing, then the position of the setter to the home position relative to the spindle centre has to be known and put into your probe routine for you to do the maths.

Graham

1344
Hi,

I have just had a look at your g-code and it is looking to me that the CAD model is not accurate, was the output file only to 2 decimal places, its as if the ends of the arcs are missing.

Graham

1345
LazyTurn / Re: LazyTurn
« on: June 17, 2009, 03:42:45 AM »
Divorce did it for me, very easy to start, costly to finish, well worth it in the end   ;)

Graham

1346
Or you could try this site:-

http://www.cncci.com/resources/tips.htm

Graham

1347
G-Code, CAD, and CAM discussions / Re: Deconstructing Machs Wizards
« on: June 05, 2009, 07:37:58 AM »
you can put a circle anywhere you want like this :-

G00 G90 X25. Y25. Z1. (move to start point)
Z.1 (move just above work)
G01 Z-.25 F25. (feed into work)
G91 (change to incremental)
G03 I-25. (form circle 50mm dia + cutter dia, adjust I command to change size)
G90 (change back to absolute)
G00 Z1. (rapid clear)
M30 (end)

Graham

1348
Have a look at this post and tell us if your machine is working this way.

http://www.machsupport.com/forum/index.php/topic,1725.msg9977.html#msg9977

Graham

1349
General Mach Discussion / Re: hole macro help please :)
« on: May 12, 2009, 02:35:24 AM »
Why not just drop the code into subs and call them?

Graham

1350
General Mach Discussion / Re: hole macro help please :)
« on: May 12, 2009, 02:29:07 AM »
Are the good old days,  CPM on an S100 with the luxury of a single 8" floppy, coding COBOL.

Hell I miss those days.............          NOT

Graham