Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-05-05 | fix (#1951) | BlueWeabo | |
2023-04-10 | Update spotless config to 0.2.2 | Raven Szewczyk | |
2023-04-01 | update spotless formatting (#1827) | boubou19 | |
2023-01-30 | [ci skip] spotlessApply with the new settings | Jason Mitchell | |
2023-01-25 | Fixes OC Calculation not accounting eut discount for low eut recipes (#1685) | BlueWeabo | |
* fix * typo fixes Signed-off-by: Glease <4586901+Glease@users.noreply.github.com> * fixTyposInParallelHelper * sa Signed-off-by: Glease <4586901+Glease@users.noreply.github.com> Co-authored-by: Glease <4586901+Glease@users.noreply.github.com> Co-authored-by: Martin Robertz <dream-master@gmx.net> | |||
2023-01-07 | remove exception, instead calculate (#1638) | BlueWeabo | |
2023-01-01 | Add a Overclock Calculator for multis and the like to use (#1617) | BlueWeabo | |
* add calculator and unit tests * use math.ceil * math.ceil everywhere * add some more unit tests and add onetick discount possibility * add an exception when trying to get the consumption before calculating * spotless oops * convert PCB Factory to use the OC calculator * fix tests trying for wrong values * fix copy paste error * address reviews * this should be there too. |