Hello Guest it is April 24, 2024, 01:34:10 PM

Author Topic: g42 has a Problem  (Read 3092 times)

0 Members and 1 Guest are viewing this topic.

Offline Psad

*
  •  82 82
    • View Profile
g42 has a Problem
« on: July 27, 2006, 10:46:29 AM »
two things are on G42.
First when you generate a g41 or g42 you do not attach it to its own line number, See attached.

Second when i run the attached file the leadin does not work right.  Line 60 and 65 seem to combine instead of 60 completing before 65 starts.  Not a LZ problem but very strange.  Just loaded 1.90.65 this morning.  Probably in Mach3 not LZ

Offline ger21

*
  • *
  •  6,295 6,295
    • View Profile
    • The CNC Woodworker
Re: g42 has a Problem
« Reply #1 on: July 27, 2006, 11:25:27 AM »
You need to specify the tool size on the G42 line, using either the tool #:

G42 D1
 for tool #1

or the tool radius
G42 P0.25
for a 1/2" tool

The comp is applied while traveling from the location prior to the G42 to the location in the line after the G42, which is considered the lead-in move.
If you folow the rules, it works fine. I haven't seen any problems.
Gerry

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

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

Offline Psad

*
  •  82 82
    • View Profile
Re: g42 has a Problem
« Reply #2 on: July 27, 2006, 01:23:53 PM »
I had not seen a problem either until lately. 
The gcode file as processed by LZ works except for appearing to combine lines 60 and  65 into one move.

I had often wondered why there was nothing in the cgode file to reference tool number or radius but the offsets look good in the toolpath display.  In  LZ I specificed the tool number (#1) of the cutter and have diameters loaded into M3.
If your testing tool #1 has a diameter of .250.