Hello Guest it is April 24, 2024, 09:39:13 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

231
General Mach Discussion / Re: Drill chuck reference on lathe table!!!
« on: February 10, 2022, 06:35:53 PM »
You need to build/buy something along the lines of this picture.  Then you can write macros to measure the tools.


232
General Mach Discussion / Re: G28 G91 Z0.
« on: February 09, 2022, 09:36:36 AM »
The G0 was the problem in that line.

233
Are we talking about changing cutters or fixed tools in a repeatable chuck e.g. BT30 holder?


234
General Mach Discussion / Re: User Led not setting
« on: February 05, 2022, 05:50:54 PM »
From memory I think user LED's start at 1000 anything below 1000 is usually system related.

235
General Mach Discussion / Re: Can't cut internal circles
« on: January 31, 2022, 07:10:25 AM »
How can the square be right and the circle be wrong, how did you program the square?

236
General Mach Discussion / Re: Can't cut internal circles
« on: January 30, 2022, 12:31:37 PM »
If working at X0 Y0 and Z0 on top of work then the code would look like this :-


(6MM HOLE USING 4MM CUTTER)
G00 G90 X0 Y0 Z1. S20000 M3
G01 Z-1. F50.
X1.
G03 I-1.
G00 X0 Z1.
M30

237
You need to set max speed and freqency (400Hz max usually) in the VFD and also if its a router spindle ramp up and down time too. 

238
General Mach Discussion / Re: Mach3 Question
« on: January 17, 2022, 10:24:44 AM »
You could turn on persistant DRO's in config

239
General Mach Discussion / Re: Mach3 Question
« on: January 16, 2022, 08:45:38 PM »
When you have set / reset a fixture offset you can force a save by going to dropdown Config\Fixture... and clicking save.

When you exit Mach3 normally you will be prompted to save Fixtures and / or Tool offsets if they have changed.

240
You are running inverse time mode and tiny moves so every move has a different feed rate so it will look jerky.

Try running it with a fixed feed rate, remove the G93 and the feed commands and use G94 and see how that looks.