Hello Guest it is May 05, 2024, 10:51: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

401
Power all 4 drives from the good power supply and see if you get a fault.

402
General Mach Discussion / Re: Mach3 control of stepper motor issue
« on: March 11, 2021, 06:02:03 PM »
Press TAB, select continuous on the jog type on the fly out window.
 

403
G-Code, CAD, and CAM discussions / Re: G codes
« on: March 07, 2021, 09:59:48 PM »
That code has never run on Mach3 or any other system.  The format is all wrong :-

N0010 File Name: Acadia Column Base Plat 16 in 2 .tap - No brackets
N0020 Post Processor: Mach3 THC With scriber (Edited) - No brackets
N0030 Date 3/6/2021 - No brackets
N0040 G20 Units: Inches - No brackets after G20
N0050 F1
N0060 G53 G90 G40
NOO70 Part: Acadia Column Base Plate 16in 2 - No brackets and 'OO' instead of '00'
NOO80 G00 XO.0000 Y0.0000 - 'OO' instead of '00' and 'XO.0000'
N0090 M04 M30

405
VB and the development of wizards / Re: autotoolzero
« on: February 25, 2021, 10:12:40 PM »
The way the script is written it uses G90 G31 so if you have offsets or have changed the z datum point the 4" move is relative to that. Also if a tool offset is active with a height offset not equal to zero that can also change the distance.

In most cases probing is done in G91 moves.

406
VB and the development of wizards / Re: Autozerotool
« on: February 25, 2021, 09:57:38 PM »
Is this a new set up and macro or an old one that is now failing.

407
Move the switches or the trigger plates or both will be the best option.

The home position should be about 1" to 2" from the end of travel its not critical, you then set the work area with the soft limits plus and minis from the home position.


408
This image shows the normal home position for a milling machine.

409
you can reverse the direction in homing and limits but you will have to reverse your softlimits too.

410
If you press MDI and type in G01 G91 X1. F10. and press return the table should move to the left

Then type Y1. and enter and the table should move to the front.

If you are in MM then X25. F100 may be better