I am trying to machine the top portion of this fitting…the stock is oversize and my thought was to have the z top and origin at the oversize dimension rather than using numerous level operations to get the stock to the right size.
Animation puts the initial position of the tool at -2.7mm which is the top of the fitting not the top of the stock. This shows in the first line of the .nc gcode before it retracts to start cutting at the stock top.
using the Kiri:Moto Dev tool
workspace_BOTT_LUG (2).kmz (556.8 KB)
you are correct. it did not occur to me to set the z top above the stock. the first move is to stock top + z clearance. so the only way to achieve this (until i fix it) is to set z clearance greater than z top.
I pushed a fix to the dev server. lmk if it works for you
1 Like
workspace_BOTT_LUG (4).kmz (507.5 KB)
no joy….changed step down to speed up but still first step below top of stock.
(dev server. lmk???)
s to set z clearance greater than z top.
workspace_BOTT_LUG (3).kmz (518.0 KB)
second move a crash
I found the issue. when z top is set above the top of stock, the resulting gcode is offset by the distance between the two. the preview does not reflect this, so it is in error. working on a solution. thanks for the workspaces.
a few bugs (some visual) fixed and pushed to the dev server. this workspace uses a negative level value to clear the top. I need to fully audio origins which are above the stock. this has odd consequences.
workspace_BOTT_LUG_level.kmz (795.4 KB)
imo, the right way to do this is to increase the stock Z offset and use Z anchor bottom. this projects the stock (cuttable area) above the part. this is what Kiri expects. in your previous attempts you’re trying to use the origin and Z top to trick Kiri into treating the air above the part as a millable area. but this is not how Kiri is designed. routing and collision detection are all about traveling through the stock and/or through the part.
attached is a workspace that alters the stock and the object position in the stock rather than messing with origin and z top.
workspace_BOTT_LUG_corrected.kmz (1.3 MB)
1 Like
now I know what z anchor means…works.