Commit a266da6
Fix autoleveller output format
The %s format sometimes produces invalid g-code as
small numbers are converted to exponential form. In
addition larger numbers are truncated.
Therefore change the format to %.5f which, as an
example, outputs
> o1 call [0.00003] [13.26319] [-0.08000]
instead of
> o1 call [2.54e-05] [13.2632] [-0.08]
Signed-off-by: Nicola Di Lieto <nicola.dilieto@gmail.com>1 parent ed67bef commit a266da6
14 files changed
Lines changed: 7869 additions & 7869 deletions
File tree
- testing/gerbv_example
- example_board_al_linuxcnc_tiled/expected
- example_board_al_linuxcnc/expected
- example_board_al_mach3_tiled/expected
- example_board_al_mach3/expected
- example_board_al_mach4_tiled/expected
- example_board_al_mach4/expected
- multivibrator-extra-passes-two-isolators-tiles-al/expected
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
93 | 93 | | |
94 | 94 | | |
95 | 95 | | |
96 | | - | |
97 | | - | |
98 | | - | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
99 | 99 | | |
100 | 100 | | |
101 | 101 | | |
| |||
0 commit comments