Hello Guest it is March 29, 2024, 07:36:32 AM

Author Topic: What have I got and what do I need  (Read 3851 times)

0 Members and 1 Guest are viewing this topic.

What have I got and what do I need
« on: July 15, 2011, 01:00:12 AM »
I bought a cnc router and Mach 3 and hope to make wooden gear clocks.
So far I have worked through the tutorials and can get the simulated program to run Ok.

Now I am confused and stuck with tool offsets.
What doesn't lazycam do if it is invoked by a licensed Mach 3.
Obviously gear teeth routed out can not be correct if tool offset isn't taken into account.
I suppose my question is do I have to buy anything else.

Offline Tweakie.CNC

*
  • *
  •  9,196 9,196
  • Super Kitty
    • View Profile
Re: What have I got and what do I need
« Reply #1 on: July 15, 2011, 01:52:47 AM »
stevet.machine,

Take a look at Gearotic Motion http://www.gearotic.com/

Art is very into wooden clocks and he is continually developing this product which just keeps getting better and better.
I purchased this last year and it is just brilliant for all sorts of gears and most important of all, it is not expensive.

Tweakie.
PEACE

Offline BR549

*
  •  6,965 6,965
    • View Profile
Re: What have I got and what do I need
« Reply #2 on: July 15, 2011, 01:49:48 PM »
Tool Offsets are fairly simple ONCE you understand them.To Use you assign each tool a number 1-255. Next you fill in the TOOL TABLE with the relavent infomation such as tool diam . Next assign the SAME numbers in Lcam as you have in Mach3. That way it stays straight in your head (;-).

Now when Lcam uses a tool offset Mach willl apply the same offset to the part and everything works out and the part comes out to size.

Another approach is to use a CAM that applies the offset to the Gcode directly. You specify what the tool diam is and the CAM compensates the toolpath as it writes the gcode(post).

WHICH is better??? It all depends. With ToolComp controlled by Mach you can simply adjust the profile as to correct size by just changing the Comp values in the tool table. BUT it relies HEAVILY on the operator to maintain the tool table correctly.

The Cam approach is extremely simple as there is NO tool table offsets involved. BUT to adjust the size you would have to RECAM the project to change size.

Most do well with the Cam approach. You can upgrade the LCAM to teh pro version BUT be aware there is little to NO support and the project is DEAD as to further developement.

I would suggest SheetCam for your Cam needs.

Just a thought(;-) TP

Offline ger21

*
  • *
  •  6,295 6,295
    • View Profile
    • The CNC Woodworker
Re: What have I got and what do I need
« Reply #3 on: July 15, 2011, 03:26:07 PM »
Quote
Tool Offsets are fairly simple ONCE you understand them.To Use you assign each tool a number 1-255. Next you fill in the TOOL TABLE with the relavent infomation such as tool diam . Next assign the SAME numbers in Lcam as you have in Mach3. That way it stays straight in your head (;-).

Now when Lcam uses a tool offset Mach willl apply the same offset to the part and everything works out and the part comes out to size.

Does LazyCAM add the lead-in and lead-out moves required for compensation? Do you need LazyCAM Pro for that?
Gerry

2010 Screenset
http://www.thecncwoodworker.com/2010.html

JointCAM Dovetail and Box Joint software
http://www.g-forcecnc.com/jointcam.html

Offline RICH

*
  • *
  •  7,427 7,427
    • View Profile
Re: What have I got and what do I need
« Reply #4 on: July 15, 2011, 05:53:09 PM »
Quote
Does LazyCAM add the lead-in and lead-out moves required for compensation? Do you need LazyCAM Pro for that?

Yes, leads are covered starting at page 105  ( Tutorial #7 ) in the manual. Not sure if you need the pro version to do it.
You'll need to try and to find out. ???
RICH

Offline BR549

*
  •  6,965 6,965
    • View Profile
Re: What have I got and what do I need
« Reply #5 on: July 15, 2011, 06:09:53 PM »
No you do not need the Pro version for Tool Comp with leadin leadout. The pro version just adds part offsetting directly to the gcode so there is no tool comp in the gcode.

(;-) TP