Hello Guest it is April 18, 2024, 04:04:57 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

2121
LazyCam (Beta) / Re: Pulling my hair out
« on: April 21, 2007, 10:16:31 AM »
Save the dxf out of acad in R12 or 2000 format and try again.

Graham.

2122
G-Code, CAD, and CAM discussions / Re: tool offsets and lazycam pro
« on: April 21, 2007, 07:12:57 AM »
Andrew,

I have sent you a private message, to get it click on the messages at the top of the forum next to your user name.

Graham.

2123
G-Code, CAD, and CAM discussions / Re: tool offsets and lazycam pro
« on: April 21, 2007, 06:55:41 AM »
Hi Andrew,

when milling inside a shape you have to offset the path by the tool radius, and the same for the outside, LCAM can do this for you. Go into offset on the right panel, select inside or outside and enter your tool dia to be used, select the path on the drawing, the offset will be drawn.

By the way I am in Leeds, West Yorks.

Graham.
 

2124
LazyCam (Beta) / Re: only smal part in mach3 3
« on: April 21, 2007, 02:46:31 AM »
Is Mach running as a demo, you can only process 1000 lines of code in the demo and your file is 5600 lines long.

Graham.

2125
G-Code, CAD, and CAM discussions / Re: subroutine
« on: April 20, 2007, 02:41:56 AM »
To cancel a G52 shift you enter G52 X0 Y0 Z0

Graham.

2126
General Mach Discussion / Re: Too fast for pulley message
« on: April 19, 2007, 02:01:37 AM »
You have commanded a spindle speed over the max set in spindle pulley speeds.  Change the pulley speed in config and it will be ok.

Graham.

2127
General Mach Discussion / Re: hickup at 12 and 6 oclock
« on: April 19, 2007, 01:58:17 AM »
What is it like if you remove the G64 from the code and replace it with G61.

Graham.



2128
Try it like this

If GetLED (808)= 1 Then
  CODE "G90 G54"
  CODE "G00 Y1.0"
  CODE "M03"
  CODE "G01 Y20.0 F70"
  CODE "G90 G00 Y5.0"
  CODE "M05"
  CODE "M30"
  While IsMoving()
  Wend
End If

Graham.

2129
G-Code, CAD, and CAM discussions / Re: G code cutter comp problem
« on: April 13, 2007, 07:06:24 PM »
It looks to me that the maximum tool diameter is .0625, so set G42 P.031 and it should work.

Graham.

2130
General Mach Discussion / Re: re: Mach-3 for a lathe
« on: April 13, 2007, 06:37:11 PM »
On the C11G have you got the safety charge pump set to enabled JP3 pics 2-3 if so disable it. Pins 1-2

Graham.