On Thu, Jan 08, 2009 at 10:44:40AM -0800, Dave Engvall wrote:

> This file has extra stuff not germane to the  testing but either the  
> 0.5 rougher or the 0.25 finisher code should work.
> I would simply delete from the load #3 countersink on...
> 
> This code executes on 2.2.5 and 2.2.8 but of course with 0.0 offsets  
> in the tool table.


Hi Dave, I saw some of your talk on irc.  There were previously
three different things that could cause the 'gouging' error.  I
replaced all three with meaningful error messages that tell what's
actually wrong.  They are all related to incorrect entry moves.

Further, I studied your gcode briefly and I think I see the cause.

N6  G00X1.6369Y-2.1985S688M03
N7  G43H10
N8  Z.1
N9  G1Z-.65F4M08
N10 G41X1.6369Y-2.1985D1

Here on N6 notice the XY position.  Now it plunges down and then turns
on compensation on N10.  The N10 coordinates are the same as N6 so
this is a zero length entry move.  This breaks the cardinal rule that
the entry move must be longer than the tool's radius.  In this case I
think you have already cut into the part during move N9 before even
attempting to turn compensation on.  

I wonder if there is a setting in Synergy that can fix this.  

Thanks for your help testing!

Chris


------------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It is the best place to buy or sell services for
just about anything Open Source.
http://p.sf.net/sfu/Xq1LFB
_______________________________________________
Emc-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/emc-users

Reply via email to