Hello Guest it is May 17, 2024, 02:41:49 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 - Brian Barker

1531
General Mach Discussion / Re: New Teach wizard
« on: February 26, 2007, 11:25:36 PM »
For anyone that is not good at Cam and had parts that they need to cut (With a plasma or Router) you will want to keep an eye on what Ron is up to! it is going to be great!

1532
Newfangled Solutions Mach3 Wizards / Re: New Teach wizard
« on: February 26, 2007, 11:22:24 PM »
Ron I did an little testing and I can't seem to make the Acr's work :( I know for a fact that what you are doing is not simple and I think you have a great start! You are adding functions to the CopyCat (Loved that name) that many are going to love! Keep up the great work.

Brian

1533
Paul,
If we get more people that get confused with this I think we may have to implement your idea.
Thanks and you are in good hands. Chip is very good

Brian

1534
G-Code, CAD, and CAM discussions / Re: Proper M code Macro?
« on: February 24, 2007, 10:01:53 PM »
Hello Chris,
The problem that you have is that you need a way to tell if the file is loading and IF it is DON'T run the macro... The best way to do this is the following:

ProgLoading = IsLoading()
If(ProgLoading = 0) Then
       DeActivateSignal(output4)
End If

I have tested this here and it works... Hope it is what you needed
Brian

1535
Post your XML please :)

1536
LazyCam (Beta) / Re: Tool offset problems
« on: February 24, 2007, 06:12:55 PM »
I will have a look at it but it will have to be after Art is done adding the pocketing  code.

Did you have G41/42 turned on in the posting options?

1537
LazyCam (Beta) / Re: engrave picture????
« on: February 24, 2007, 06:11:18 PM »
Lcam can only do the picture in 3D :(

1538
LazyCam (Beta) / Re: New user questions
« on: February 24, 2007, 06:10:39 PM »
Yes, Right click and select multi select...

1539
Lcam Pro will be about 75.00 and should do Lathe! IT looks like it is going to be a very good simple Cam program ;)

1540
LazyCam (Beta) / Re: HPGL to G-code conversion with lazycam
« on: February 24, 2007, 06:08:03 PM »
I would rescale the drawing and I think if you get the newest Rev of Mach3 with Lcam you will get the right size when you inport the drawing

thanks
Brian