Hello Guest it is May 09, 2024, 03:22:43 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
G-Code, CAD, and CAM discussions / Re: Resin dispensing machine
« on: September 07, 2009, 03:14:37 PM »
If you have a second drive on the Z axis (slave motor) you can make the slave adjust the flow rate of the resin. if you calculate the rate and drive it proportionally then you may be able to use an engraving routine from vcarve or the like.

Graham
 

1343
General Mach Discussion / Re: USING DIFFERENT STEPS PER UNIT
« on: August 31, 2009, 09:06:37 AM »
You can have anything you want on any axis, think about a 4th axis its not the same as X,Y or Z

Graham

1344
Show"N"Tell ( Your Machines) / Re: My fireball v90 setup
« on: August 31, 2009, 07:25:50 AM »
I would blow it into the lounge, within no time you will have all the space you need  >:D

Graham

1345
Share Your GCode / Re: Soft Start for Spindle Motor G Code Routine
« on: August 31, 2009, 06:58:02 AM »
Your other option is to write it into your M3.m1s macro, then its done with the M3 call every time with no extra code in your program.

Graham

1346
there is a p=GetPage() command that returns the current page on display, from memory the fly out is page 50 not sure it will work though. Give it a try and see.

Graham

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

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

Graham

1348
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

1349
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

1350
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