Slavko Kocjancic wrote:
> I don't want to run program that exceds machine limits.
> If part is bigger than machine is capable I think the splitting file to 
> sections is "safe" way to do.
> So each part fit into machine limits. Anyway when we move part in 
> machine then some new offset should be introduced.
>   
I had a program that drilled a grid of holes in a plate.  The plate was 
bigger than my machine's travel limits, so I set up the program to do as 
much as the machine could reach in one run.  Then I moved the plate and 
tried to use the same program to do another section of the plate, but 
the tail end of the program would have exceeded the travel limits.  I 
planned to stop the program when it had finished enough of the holes.  I 
have done things like this in the past, and the first dialog box with 
the "run anyway" button implies that EMC2 can do this.  A quick fix was 
to put an M02 in the program at the appropriate spot.

Yes, after moving the plate, I had to center over the last row of holes 
and "touch off" the coordinates based on that position.

Jon

------------------------------------------------------------------------------

_______________________________________________
Emc-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/emc-users

Reply via email to