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

1141
G-Code, CAD, and CAM discussions / Re: G code
« on: September 23, 2010, 01:51:06 PM »
Send only huge bags of cash  ;D  ;D  ;D

You are welcome

Graham

1142
G-Code, CAD, and CAM discussions / Re: G code
« on: September 23, 2010, 01:39:10 PM »
Have you got the macro saved in the correct profile?

If you are using the standard mach3mill profile it needs to be stored in C:\Mach3\macros\Mach3Mill as M1001.m1s

Graham

1143
G-Code, CAD, and CAM discussions / Re: G code
« on: September 23, 2010, 01:00:51 PM »
Sorry Larry, my fault, the macro code should read :-

Setvar(3, getuserdro(1001))

You had the M code in the right place.

I must have been having a bad day.

Graham

1144
I am sure you could twist my arm to make me attend the event, the last one was very good.

Graham

1145
G-Code, CAD, and CAM discussions / Re: Code Sample
« on: September 21, 2010, 08:58:16 AM »
What tools do you have to hand?

Graham

1146
G-Code, CAD, and CAM discussions / Re: Please help a newbie with cad
« on: September 16, 2010, 05:47:23 PM »
Have a look at the links page and follow the cad/cam links, there are many free programs that will produce DXF files.

Graham

1147
G-Code, CAD, and CAM discussions / Re: G code
« on: September 16, 2010, 05:34:03 PM »
Hi Larry,

yes it can be done:-

1.  on your screen you will need a user DRO  numbered 1001

2. you write a macro with an unused number e.g. M1001.m1s with the following code in it, this needs to be saved in your current profile macro folder.

Setvar(3, getdro(1001))

3. in your g-code program call M1001 to read the value of the dro into #3

Thats all there is to it.. Send only large bags cash  ;D

Graham

1148
G-Code, CAD, and CAM discussions / Re: Free cnc simulator ....
« on: September 10, 2010, 07:24:11 AM »
Work for me every time

Graham

1149
You could add your fix code to the M3.m1s macro and then every time you call M3 in your program it will correct the spindle speed, I believe the problem has been sorted in Version 4.

Graham

1150
Do you have any custom macros using # variables, if you do you may be overwriting some of the system variables and causing the override problem.

Graham