Closed jakubtkadlecek closed 1 month ago
Indeed it does. Thanks for taking the time @CZDanol!
Nice, thanks :) I will try to not forget merge it tomorrow. Feel free to remind me.
Internal ticket: BFW-6223
Hey @CZDanol! I have addressed nitpicks in the latest commit.
Thanks, good job :) I'm waiting for the second approval within the team - then I'll to the merge.
I have found
https://github.com/prusa3d/Prusa-Firmware-Buddy/issues/3870
quite distracting during nozzle changes, due to footer item number not corresponding to actual inputted number. Touch version of nozzle diameter input autocorrection feature as well as nozzle diameter warning check in combination with truncated number can in case of mismatch add to confusion.
I have dropped original 'g' formatting in favour of fixed decimal places and manual zero and decimal point removal, since I don't think this is easily achievable otherwise. Appending of dimensions looks a bit iffy, but the use-case seemed like overkill for StringBuilder. Usage of buffer fill could be avoided by testing for 'm' character in the cleaning loop, but results was IMO less understandable.
0.25
0.40
1.00
1.05
1.10