Scott Lahteine
Scott Lahteine
Does this need additional verification or should it be merged in its current state?
- Marlin already has offsets —set by `G92`— which are applied to every move. Why wouldn't you just use the existing `G92 Z` to adjust the current position and shift...
I like the idea generally, mostly because it's optional, plus `MESH_BED_LEVELING` already has a Z offset, and a global Z offset can be useful for unobtrusive but persistent adjustment of...
Now we have to ensure that whenever this new offset is changed while leveling is enabled, it correctly modifies the `current_position.z`. We also do this whenever a mesh value or...
I wish I could test, but the H43 I got from MKS was DOA.
> I have a working H43 that I can test with. Maybe I do too…. There are different adapters, and I don't know that I tried them all.
Seems to build now after some corrections. But will it work?
Merged the latest code, so is this still needed?
I've merged these changes into the newer PR #24600. If that PR is in good shape then it can be merged today.
Note: The `S` parameter is available in `M150` only when `NEOPIXEL2_SEPARATE` is enabled.