Files
OrcaSlicer-KX/src/libslic3r
Vojtech Bubnik 3216448bbc PlaceholderParser: implemented round(), digits() and zdigits() macros.
round() rounds to an integer.
This is a popular request, for example #3472

digits(value, num_digits, num_decimals) rounds to num_digits and
	num_decimals, left filled with spaces.
digits(value, num_digits) the same as digits(value, num_digits, 0)
    Neither decimal separator nor any decimals after decimal separator
    are emitted.
zdigits(...) is the same as digits(...) only left filled with zeros.
If the result does not fit num_digits, the result is never trimmed.
2021-10-29 13:36:26 +02:00
..
2021-10-27 17:36:47 +02:00
2021-07-13 11:08:52 +02:00
2021-02-03 15:12:53 +01:00
2021-04-22 09:26:07 +02:00
2021-04-22 09:26:07 +02:00
2021-10-27 16:04:58 +02:00
2021-10-18 15:46:23 +02:00
2021-09-13 12:51:50 +02:00
2021-09-13 12:51:50 +02:00
2021-02-08 17:52:29 +01:00
2021-10-12 10:55:23 +02:00
2021-10-22 13:16:08 +02:00
2021-06-08 10:28:23 +02:00
fix
2021-09-02 11:41:11 +02:00
2021-07-19 10:12:19 +02:00
2021-08-12 15:27:46 +02:00
2021-10-20 15:48:39 +02:00
2021-06-08 10:28:23 +02:00
2021-06-08 10:28:23 +02:00
2021-05-31 14:48:26 +02:00
2021-09-14 14:51:40 +02:00
2021-05-17 20:25:59 +02:00
2021-05-17 20:25:59 +02:00
2021-10-18 16:24:15 +02:00
2021-09-13 13:04:12 +02:00
2021-07-26 12:28:57 +02:00