Hello Guest it is March 28, 2024, 09:55:48 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

1691
Here is the later version of the program, try this and let me know how you get on.

Graham.

1692
General Mach Discussion / Re: Z axis direction
« on: March 02, 2008, 01:19:08 PM »
If you touch the tool on the bed of the machine and press the zero Z Mach will datum up on that face. all your z moves are then up from the machine bed.

Graham.

1693
Hi Gabi,

I have not had that error reported before, post the file you are trying to convert and let me have a look.

Graham.

1694
General Mach Discussion / Re: Update Tool Data using G10?
« on: February 29, 2008, 04:00:05 PM »
The debugger can have problems with live data, some startup values are defaulted outside the range we may need. Its something you have to get used to.

Graham.

1695
General Mach Discussion / Re: Update Tool Data using G10?
« on: February 29, 2008, 02:26:29 PM »
Thank theur fert Yorksha link, ah finn' it reeight odd 'a' mooar fowk waint speyk uz lingoa.

Or for the non Yorkshire.

Thank you for the Yorkshire link, I find it very odd that more people do not speak my lingo.

Graham.

1696
General Mach Discussion / Re: Update Tool Data using G10?
« on: February 29, 2008, 09:43:00 AM »
If you modify the macro, now that you can, to look like this it will only run in cycle.

' M1000.m1s

' Macro to increment tool height offset
' using M1000 P1 Q.004
' P = offset number to update
' Q = amount to alter offset by

If IsLoading() Then
  ' Do now't
Else
  P_val = Param1()
  Q_val = Param2()
  offset = GetToolParam(P_val,2)
  offset = offset + Q_val
  Code "G10 L1 P" & P_val & " Z" & offset
End If

'End

Graham.

1697
Works in progress / Re: Led City
« on: February 28, 2008, 05:43:20 AM »
I like that screen, please send me a copy of the finished set.  :)

Graham.

1698
Was the g-code generated from a Corel Draw file?

Graham.

1699
General Mach Discussion / Re: inconstant speeds?
« on: February 28, 2008, 03:39:59 AM »
If you are doing lots of tiny moves then Mach will slow down, try using CV mode.

Graham.

1700
General Mach Discussion / Re: Update Tool Data using G10?
« on: February 27, 2008, 05:01:44 PM »
 :)

Graham.