KevinOConnor
KevinOConnor
> i would like to continue to set normal temperature changes with SET_HEATER_TEMPERATURE, because this command is also in the console and only an "overwriting" of a target temp while...
The main use case I had in mind was changing the temperature without waiting for other actions to complete. For example, if one sets the extruder to 240, sets the...
Okay - thanks for the feedback. I'm not entirely sure I understand the alternate implementation being suggested. It sounds like what is being proposed is that an asynchronous temperature change...
Hi, > I have misunderstood the API call until now Just to be clear, the code on this PR does three main things: 1. Allow one to set a heater...
> I have implemented this function so that you can see it live. Thanks for working on this. > I started a print and expected to see the icon for...
Hi, I looked at the three patches here and unfortunately they do not look correct to me. 1. The first change adds redundant code and should not make a functional...
> First, for generic_cartesian, I think it would make a lot of sense to allow mapping of dual_carriage as extra axes. This could be done explicitly with a command like...
> Here is the 6-axis modification I am working on. Thanks for reaching out. It seems the implementation here is a little different - there are no changes to the...
Thanks all for the feedback! I have committed this PR. I agree there are further enhancements that could be made, but I think they can added on top of this...
The rp2040 already supports `make flash`. The changes here extend that logic to include rp2350 chips. The rp2040 support is otherwise unchanged. -Kevin