Hello Guest it is April 26, 2024, 01:00:29 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 - trying2cnc

Pages: 1
1
Competitions / Re: ******Guess and win a G100 Grex******
« on: May 24, 2007, 09:22:57 AM »
Hi All My Bet 2,785,426 ::)

2
General Mach Discussion / Screen4 Led's
« on: December 08, 2006, 08:40:49 AM »
Hi in Screen4 (1.2) the right side of the led is being cut off. Is there a fix for this? They were OK in Ver1.1
Thanks for the help
Murray

3
G-Code, CAD, and CAM discussions / Re: M98 & 99
« on: October 22, 2006, 10:22:43 AM »
A sub should look like this:

(my main program)
G00 X0 Y0
M98 (Other.Tap) L10 (call this program and run it 10 times) <---- Edit :)
M30

The other file would be
(Other.tap)
G91
X2.0 Y1.0
G01 Z-3.0 F30
G00 Z3.0
M99


How is that, any help?

Hi I'm trying to call a sub program I have used your example and still can't get iti working can you see where I'm going wrong?

Pages: 1