oilulio / Cisolate

A Printed Circuit Board trace isolation program using Cellular Automata
1 stars 0 forks source link

Progress bar can be misleading #10

Closed oilulio closed 2 years ago

oilulio commented 2 years ago

In Cisolate 2.2 the progress bar (e.g. Drill optimisation progress) is adjacent to the "reduction achieved" bar. The former is progress that needs to reach 100%. The latter is the filesize reduction that the optimisation achieves, which can never reach 100%, and is likely to only reach 60%+.

Solution (v2.3 onwards) : change "reduction achieved" to "filesize" that starts at 100% and reduces as optimisation takes place.