On 11 July 2012 00:28, Gene Heskett <[email protected]> wrote: >> Incidentally, I suspect you could get the same result using the FUP[] >> function: #<_x_div> = [ FUP[ #<_total_cut> / 0.015 ]] >> #<_x_dec> = [#<_total_cut> / #<_x_div>] > > Andy; This works well for the first cut size but not so well for the next > section of the shaft that is about .1 larger,
You probably want the complimentary round-down function in that case: FIX[] http://www.linuxcnc.org/docs/2.4/html/gcode_overview.html#sub:Unary-Operation-Value -- atp If you can't fix it, you don't own it. http://www.ifixit.com/Manifesto ------------------------------------------------------------------------------ Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat landscape has changed and how IT managers can respond. Discussions will include endpoint security, mobile security and the latest in malware threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ _______________________________________________ Emc-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/emc-users
