swill / kb_builder

A stand alone keyboard CAD generation tool based on FreeCAD.
GNU Affero General Public License v3.0
96 stars 34 forks source link

Rounding errors #23

Open torkel104 opened 5 years ago

torkel104 commented 5 years ago

There are significant rounding errors in the result due to the use of floating point maths. Please use the Decimal class for all numbers to correct this problem.

https://docs.python.org/2/library/decimal.html

swill commented 5 years ago

This implementation is no longer maintained. It is recommended to use the new implementation.

https://github.com/swill/kad

Cheers...