prdatur / heekscnc

Automatically exported from code.google.com/p/heekscnc
Other
0 stars 0 forks source link

kurve_funcs.py doesn't use units correctly #94

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
I think the roll_on_point and roll_off_point functions don't use user units
(inch) correctly. The roll_on and roll_off points and radius' when using
inch mode seems to generate very large arcs that fall outside profiles when
doing inside pocket finishing.  I've been able to 'hard wire' my own copy
of kurve_funcs.py by taking the 'return x' times .03937 etc. But I want to
find a cleaner solution.  Also, I'm a bit vague on how to alter the radius'
in the correct manner. I hacked them a bit by multiplying them by .03937
too, but that's just not very clean (even for me :) )

Thanks,
Dan Falck

Original issue reported on code.google.com by ddfalck2...@yahoo.com on 24 May 2009 at 9:40

GoogleCodeExporter commented 8 years ago
I have fixed this now.
The profile operation now has "roll radius", which uses program units correctly.

Original comment by danhe...@gmail.com on 26 Aug 2009 at 12:20