Pedro Lamas

Results 214 comments of Pedro Lamas

I tend to agree with @zellneralex, there are scenarios where something like this would help to solve with just plain Klipper macros. Having said that, I do wonder if this...

Got to say, I would have never guessed what `estimated_print_time` is actually for!! 😅 @KevinOConnor that sure sounds like a good compromise to me!

In *nix land, `uptime` might be the closest thing, so why not something like `mcu_uptime`?

In the suggested `last_print_start_ostime` above, would this be a Unix timestamp for when the MCU started? Because if that is the case, in my opinion, the name doesn't seem to...

Just gave this a try on my simulated docker container, works as designed and seems like a nice feature!

I did notice a really small visual difference between the 2: ![image](https://github.com/microsoft/PowerToys/assets/85504/dcc64c61-5f39-4028-8a2f-5598e9f6c2ea) The "expand chevron" weight in the windows version (right) seems to be lighter than the PowerToys (left) one!...

Just a thought, but would the [combined temperature](https://www.klipper3d.org/Config_Reference.html#combined-temperature-sensor) sensor and a regular `temperature_fan` help to achieve a similar result?

Oh, why did they do this... 🤦‍♂️

JPG doesn't have alpha channel, so no surprise the background is black, but I guess we are still missing the QOI image format?

FWIW, my [PR to add QOI and JPG thumbnails support to Windows PowerToys](https://github.com/microsoft/PowerToys/pull/27947) has been merged and will be available on the next release!