Ghostkeeper
16bc9db06d
Simplify gradual infill steps maximum formula
...
The case where it reaches '20' is incorrect, it should never give an error, so it should've been 999999 or something. This case is also overly complex.
Say that P is 'infill_line_distance > 0' and Q is 'spaghetti_enabled'...
Then it would be the logarithmic if (P and not Q)...
Then it would be 0 or 20 if (not (P and not Q)), which is ((not P) or Q)...
Then it would be 20 if (((not P) or Q) and not Q), which is (not P)...
And it would be 0 if (((not P) or Q) and Q), which is Q.
So therefore it can be simplified to: 20 if (not P) else 0 if Q else logarithmic. But 20 became 999999, hence the above formula.
Contributes to issue CURA-3700.
2017-04-19 16:24:39 +02:00
..
2017-01-09 22:15:42 +01:00
2017-02-01 13:17:02 +01:00
2017-02-01 13:17:02 +01:00
2017-02-01 13:17:02 +01:00
2016-10-22 15:37:28 +02:00
2016-09-13 16:44:55 +02:00
2016-09-19 13:41:23 +02:00
2016-09-19 13:41:23 +02:00
2016-09-19 13:41:23 +02:00
2016-09-19 13:41:23 +02:00
2017-04-12 15:02:19 +02:00
2016-08-22 17:12:39 +02:00
2016-12-13 09:54:19 +01:00
2016-12-13 11:08:23 +01:00
2016-10-04 14:02:34 +02:00
2017-04-19 16:24:39 +02:00
2017-02-14 09:29:14 +01:00
2016-09-13 16:44:55 +02:00
2017-02-18 16:15:56 +00:00
2017-04-18 20:44:55 +02:00
2016-11-11 16:28:43 +01:00
2016-11-11 16:28:43 +01:00
2016-12-13 11:08:23 +01:00
2017-01-18 01:15:59 -08:00
2016-11-11 16:28:43 +01:00
2016-09-13 16:44:55 +02:00
2017-03-20 10:42:37 -07:00
2017-03-20 10:43:10 -07:00
2017-04-12 11:10:22 -05:00
2017-04-12 11:10:22 -05:00
2016-10-03 14:42:14 +02:00
2016-11-10 13:47:09 +01:00
2016-09-13 16:44:55 +02:00
2016-09-13 16:44:55 +02:00
2016-11-14 10:30:59 +01:00
2017-04-11 10:35:25 +02:00
2016-10-22 17:36:21 +01:00
2016-10-22 16:36:06 +01:00
2016-12-05 09:27:35 +01:00
2017-01-04 07:35:41 +01:00
2016-09-13 16:44:55 +02:00
2016-09-13 16:44:55 +02:00
2016-09-13 16:44:55 +02:00
2016-11-14 11:37:01 +01:00
2017-04-03 11:38:28 +02:00
2016-10-22 15:37:28 +02:00
2016-10-22 15:37:28 +02:00
2017-04-16 01:00:27 +03:00
2016-11-10 13:47:09 +01:00
2016-10-22 15:37:28 +02:00
2016-11-11 16:28:43 +01:00
2017-01-26 13:32:47 +01:00
2016-11-14 11:37:54 +01:00
2016-09-13 16:44:55 +02:00
2016-09-13 16:44:55 +02:00
2016-09-13 16:44:55 +02:00
2016-10-27 13:02:38 +02:00
2017-02-20 13:44:55 +01:00
2017-03-10 18:20:42 +01:00
2017-04-18 10:29:41 +02:00
2016-11-25 11:51:43 +01:00
2016-09-13 16:44:55 +02:00
2017-03-01 14:08:33 +01:00
2016-09-27 16:12:02 +02:00
2016-09-13 16:44:55 +02:00
2017-02-24 20:57:46 +01:00
2017-02-24 20:57:46 +01:00
2016-10-22 01:10:42 +02:00