Hello Guest it is March 28, 2024, 03:45:42 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 - subzero

Pages: 1
1
General Mach Discussion / How can i JOG during operation ?
« on: February 09, 2009, 10:51:11 AM »
Hi friends,

Can anyone please tell me if i can jog during operation. The problem is i do not have a THC and i just want to move up/down Z axis during plasma cutting.

Thanks

2
G-Code, CAD, and CAM discussions / Simple G-Code Loop Question
« on: April 04, 2008, 11:31:13 AM »
With Mach3, i have a problem with looping. here it's :

G00 X20
M98 P1
L 10
G00   Z-2.5
G00   Y29
G00   X8
G00   Z-5
G00   Y0
G00   Z0
G00   X0
M99
M30

It gaves loop errors, and it loops forever...

In fact all i want is to proceed with 10 loops for the following basic g-code :

G00   X20
---- loop starts here ----
G00   Z-2.5
G00   Y29
G00   X8
G00   Z-5
G00   Y0
G00   Z0
G00   X0
---- loop ends here ----

Thanks for any help...

Pages: 1