Kubotek Forum

KeyCreator CAD & CKD Viewer Technical discussion of CAD/CAM and integrated partner products
Subscribe to post
User avatar
Hans_Winkler - (2/6/2018 6:04:05 PM)
RE:KXL Help
Ken,
add the following code (the three bold lines)
PartX = PartX * (1/1.002513885498047)
PartY = PartY * (1/1.002513885498047)
PartZ = PartZ * (1/1.002513885498047)


right after this line
:MessageBox

That extra code will get you really close to the correct result. If the parts you work with are really large, let's say 100 inches, you may get the following: 99.9999.

This may help you until it gets fixed.

Hans
Login