Scott Lahteine
Scott Lahteine
This might be a problem that has existed from the beginning. I'll have a look at some other apps that care about tilt data and see if they also have...
I've just released version 2.0b19 with support for Mountain Lion. The event code has been updated, so it might address the tilt issue you're seeing, but I didn't flip the...
The main issue I have is no serial adapter that will work with my old tablet, so I haven't been able to work on it. And of course the OS...
Thanks for all the images. I'm convinced the issue is real. > may be I just should try some more stable branch. Yes, actually there is a straightforward procedure that...
@tombrazier — Can you take a peek at some changes to backlash compensation, starting from 87c4cd20e5 (#23814) and particularly at the `Backlash::applied_steps` method? I note that there is a bool...
> backlash compensation itself causes movement that is more likely to result in a layer shift My assumption is that it just adds more length to any axis move that...
I'm still keen to understand what is going on here, but don't have any idea about a solution yet. There is definitely a problem there, so to get to the...
Maybe… ``` #define Z_PROBE_LOW_POINT -10 ```
CC: @LVD-AC
What's the standard here? Marlin uses `M302 Sn` but documentation indicates it should be `M302 Pn`. Should Marlin alter its code to support either `S` or `P`? Seems that we...