Gareth Farrington
Gareth Farrington
I think I have a good solution now: * I'm measuring the start and end times outside of taking the sample and assuming they include IRQ interruptions that extend the...
> > Intel > > Hm, and this tool doesn't work? https://github.com/nektos/act I tries and it didn't work, build ended with an error related to building the doc site. I...
I merged in the patch from Frederic Lauzon (I think [frlauzon](https://github.com/frlauzon) here on github) that makes `msg_id` a VLQ. I need this to build my code now that we have...
2-byte message ID support is on the way from @KevinOConnor: https://github.com/Klipper3d/klipper/pull/6613 Will re-base once this is merged.
So first I want to say that if you are pointing the heater at the temperature sensor this is probably not the macro for your use-case. You could do something...
Sorry you are having trouble. I would suggest just writing your own wrapper macro that calls this macro. Use [Macro Parameters](https://www.klipper3d.org/Command_Templates.html#macro-parameters) to pass in what you want to use and...
Good news: the AGPL v3 and GPL v3 specifically have cross-compatibility clauses for this use case: https://en.wikipedia.org/wiki/Affero_General_Public_License#Compatibility_with_the_GPL
> I find the measurement pattern really interesting here, with one consistently lower than the other. Looks like the nozzle is cooling slightly while contacting the aluminum bed? The lower...
I made a small update to the PR to print the component name in the console when `SET_Z_THERMAL_ADJUST` is invoked. If the config doesn't use component names there will be...
Re this diff: https://github.com/Klipper3d/klipper/compare/9756dcf8e4f897698b74ba9f93c29075923af701..09dfbd9ed05e56bd00b2f788d585ecff3095bbfe There has been a very difficult to replicate bug where I got the "Timer Too Close" error. I couldn't get anyone else to report a replication....