-
Lars Kruse authored
The "decimal" module can cause the output of values like "0E-12" with the "%s" formatting string. Test case: import decimal; print decimal.Decimal("0.0000001") => 1E-7 This fix uses a "%.?f" (? = number of digits) format string based the number of significant digits as given via "minimum step width" in GCode settings.45749e8b
| Name |
Last commit
|
Last update |
|---|---|---|
| Tests | ||
| debian | ||
| doc | ||
| man | ||
| pycam | ||
| pyinstaller | ||
| samples | ||
| scripts | ||
| share | ||
| .gitignore | ||
| COPYING.TXT | ||
| Changelog | ||
| INSTALL.TXT | ||
| LICENSE.TXT | ||
| MANIFEST.in | ||
| Makefile | ||
| README.TXT | ||
| pylint.sh | ||
| release_info.txt | ||
| setup.cfg | ||
| setup.py | ||
| technical_details.txt |