Open joelmatejka opened 5 years ago
Instead of comparing float values with some imprecision (e.g. 12-0.9999.. > 11), convert the values to resulting strings for G-code with several decimal places and then back to numbers.
Instead of comparing float values with some imprecision (e.g. 12-0.9999.. > 11), convert the values to resulting strings for G-code with several decimal places and then back to numbers.