Hello Guest it is April 23, 2024, 02:59:40 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 - Ya-Nvr-No

911
G-Code, CAD, and CAM discussions / Re: G CODE TO CUT PARAMETRIC CURVES.
« on: September 15, 2010, 08:32:30 PM »
make a mcode and call it up in a program
m1212.m1s

For varX = 1 To 10
    varY = Sin (varX)
    Code "g0 X"& varX & "Y"& varY
Next varX

912
Show"N"Tell ( Your Machines) / Re: The Laser Project.
« on: September 14, 2010, 10:39:37 AM »
That is awesome, cool tool!!!

913
Show"N"Tell ( Your Machines) / Re: Our 2440 x 1220mm CnC Router Builds
« on: September 13, 2010, 06:52:24 PM »
Beautiful work Guys, very impressive job

914
Didn't take the youngest long to figure out what to put in the cutouts I made for the kayak.

915
Tweakie,
"empty the trash out of the skip"
Sorry, I guess I need an American translation,  :)

This project is great to watch, cant wait to see it run. Keep up the great work.

916
Couple of new ones. fish sign on Pine and kayak on white Oak

917
Learned a new free program called Sculptris version1.02 to make a 3d Panther head

918
It has possibilities but,
Now no Wizard buttons?
Noticed a truncation of the status message on the Program page.

I'd always wanted to be able to color code the status message's Font, based on Importance.
but haven't even had time to look into if it is possible.

I love my "Search M06" button, (looks for the next tool change in my gcode)
I would have replaced one of the wizard buttons with that one first.
I have a screen tab of 28 buttons on doing just gauging, touch offs and alignments.

Post the screen set and graphics to see what others come up with.
Screens sets are always a work in progress.
I am sure yours has some future for many users.

919
General Mach Discussion / Re: Anybody got a number
« on: August 03, 2010, 08:04:46 AM »
I had the same issue at about the same date, But, I did get the item last week after I sent them an email. They claimed they had sent one out, but must have gotten lost in the mail.  Not sure what the problem was but they came through with a replacement. Don't fret.

920
VB and the development of wizards / Re: Auto Batch Loader(;-)
« on: July 20, 2010, 11:00:33 PM »
While IsMoving()
Sleep(2000)
(somewhere here exit script if reset pushed)
Wend

I think we Need to get the Brain involved here somehow