David Buezas

Results 381 comments of David Buezas

Yes thanks! I'll take a look at this. This seems to be to drive back to the last position after calibrating (by going to the extremes and back to the...

Keeping the spirit of this project, I'm thinking of this hack: 1. Make a fake file in the file system with `mkfifo /tmp/audio_pipe` 2. Create some small application that listens...

@mh-dm have you confirmed this modification improves print quality? Do you have some pictures?

~~I'm aware the PR needs work to make it pass all tests, but I'd appreciate early feedback in case this can't be applied in general.~~

~~Absolutely, this would definitely be behind a configuration_adv.h flag.~~ done

Do you consider these features worthy? If so I'll add configuration flags and maybe avoid the float operation in the multiplayer for slower boards.

~~Maybe setting them via gcode is a bad idea, i now use it exclusively from the UI (i only added them for completeness)~~ behind a configuration_adv.h flag

> This potentially adds another layer of complexity / possible points of confusion for users (bug reports and/or support requests) when a fan is "locked" since they won't know why...

Let's find the minimum options that get the job done :) * I definitely use the multiplier often (both to increase and reduce power). * I seldom use the fan...

By the way, I didn't use percentage for the multiplier because the existing types use uint8_t so the max possible would be 255%. And they're most likely limited to 100%...