Hello Guest it is March 28, 2024, 01:54:53 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.


Topics - dougputt

Pages: 1
1
General Mach Discussion / program pause until spindle starts
« on: February 23, 2012, 09:20:22 PM »
How do I get Mach 3 to not proceed with running gcode until spindle is running?  I have input 2 setup and it works when I turn spindle on it lights up, spindle off it goes out.

Tried M3 macro, can't get that to do it.  Tried creating a file M3userpostscript.m1s with the following and that doesn't work either....

Message “Spindle Start Requested”
SystemWaitFor(Input2)
While IsMoving ()
sleep (10)
Wend
Message “Spindle Start Delay”
Code "G4 P2"
While IsMoving
sleep (10)
Wend
Message “”
Call SetUserLED(1010,1) ???

2
Third party software and hardware support forums. / R2E3
« on: January 17, 2012, 03:07:50 PM »
Hi

I have had a R2E3 machine for awhile now, but have not yet converted to Mach 3.  I'm wondering if anyone would have a old EAF board from a Boss8 or 9 around?

Doug

3
Newfangled Solutions Mach3 Wizards / NFS circle wizard goes crazy
« on: February 23, 2008, 11:19:36 AM »
Hi
Having problem with circle wizard, created several cuts most recent a 1.5" inside circle with a .37 bit.  started to cut and bit took off in a huge arc at warp 9.
tried cutting another circle today and did the same thing.  shutdown and restarted Mach and tried again it cut the first circle on the inside which it did (watching the toolpath display it followed the white line then proceeded to cut on the purple line)

Pages: 1