KirkMcDonald / kirkmcdonald.github.io

Simple web-based calculator for the game Factorio.
Apache License 2.0
553 stars 147 forks source link

Added belt precision #176

Open Admin-Unknown opened 5 years ago

Admin-Unknown commented 5 years ago

Added a setting to allow belt precision to be set separately from factory precision. Duplicated the existing parts of the code related to Count Precision and renamed them for the new setting. I find it is useful for factories I always round up to the nearest whole to satisfy demand and so set the precision to 0 but it's also useful to know when planning belts if a whole belt is needed or just half a belt is required and so can use a precision of 1 to enable that information to be displayed simultaneously