Files
OrcaSlicer-KX/src
Vojtech Bubnik 9d32a1293e Follow-up to 2e250c1463
2f63805857
The issue was caused by 2e250c1463
that did not do the binning of floating values well for small numbers,
small numbers were rounded to zero.
The new code now rounds to two significant digits similarly to
sprintf(buf, "%.2g", value)
2021-12-20 14:47:51 +01:00
..
2021-12-17 14:55:13 +01:00
2021-10-26 10:03:41 +02:00
2021-10-20 15:08:43 +02:00
2021-12-20 14:47:51 +01:00