Hello Guest it is May 27, 2024, 10:39:34 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

1
The photo did not upload, can you try again. You can edit the post and add the picture or just do a new post.

2
General Mach Discussion / Re: Mach3 Turn X axis problem
« on: May 26, 2024, 12:39:22 PM »
I think the tool offset for X in the offset table has to be set as radius. Also do you have the turret front/back set correctly?


3
G-Code, CAD, and CAM discussions / Re: Mach3 Minimum Step Length?
« on: May 24, 2024, 06:13:11 AM »
Mach3 works to 8 decimal places, most code only works to 4.

I ran your code in fresh air and it worked fine on my machine.


4
Mach4 General Discussion / Re: Lathe spindle encoder
« on: May 12, 2024, 07:32:57 PM »
I use the Z channel on the encoder for the index pulse.

5
Mach4 General Discussion / Re: Mach4 Trace not generating tool path
« on: May 12, 2024, 11:57:03 AM »
Build 5333 just gives me Lua errors.

6
Mach4 General Discussion / Re: Mach4 Trace not generating tool path
« on: May 12, 2024, 11:39:36 AM »
I just tried Build 5036 it is putting out junk.  I am about to try latest 5333.


7
Mach4 General Discussion / Re: Mach4 Trace not generating tool path
« on: May 12, 2024, 11:00:08 AM »
It worked for me but I use V4740

8
Mach4 General Discussion / Re: Button to offset move
« on: May 03, 2024, 06:52:53 PM »
How many hole positions are you wanting to return to?

If its just a few you could set some #vars to the position use #1500 to #1599 or you could set the G59.x fixture values using a G10 L command or one of many other ways.

An explanation of what you are trying to achieve would help.

9
General Mach Discussion / Re: Jog working but not step
« on: May 02, 2024, 11:32:46 AM »
Is it the one you used with the Novosun board?

10
Mach4 General Discussion / Re: Button to offset move
« on: May 02, 2024, 11:31:56 AM »
You could set a button to set X & Y axis to the offset values and move to the position with a something like :-

Put this in the button scrip:-

Code "G92 X2. Y2." (set axis to new values)
Code "G00 G90 X0 Y0" (move to zero)