Update README.md

This commit is contained in:
jomjol
2020-09-13 14:01:34 +02:00
parent d70beb57fc
commit 4bbed42fb8

View File

@@ -32,8 +32,8 @@ A 3d-printable housing can be found here: https://www.thingiverse.com/thing:4571
##### Rolling - (2020-09-13) ##### Rolling - (2020-09-13)
* Implementation of decimal shift (New Parameter "DecimalShift = 1" in [PostProcessing]) * Implementation of decimal shift (New Parameter "DecimalShift = 1" in [PostProcessing])
DecimalShift = 1 --> Result: 123.456 --> 1234.56 DecimalShift = 2 --> Result: 123.456 --> 12345.6
DecimalShift = -1 --> Result: 12.3456 DecimalShift = -1 --> Result: 123.456 --> 12.3456
The shift is done at the very first step of merging digital and analog, so all following number already will work on the shifted number. The shift is done at the very first step of merging digital and analog, so all following number already will work on the shifted number.
* based on v2.0.0 (2020-09-12) * based on v2.0.0 (2020-09-12)