Scott Lahteine
Scott Lahteine
- When using UBL the mesh should occupy the entire bed area (minus a safe margin). - As you noted, the MAX POS values should almost always be larger than...
The `PENDING` macro should already handle this correctly since it always starts by creating an unsigned difference value, then looks for a negative result. So it can handle any interval...
Darn it, now you're making me have to think…. So I broke out the Simulator and did some tests and –indeed– these macros need a bit more work to be...
> there is no need to store the full original length start_ms when we are actually using less Makes sense, and we love our size optimizations. For ARM we prefer...
@InsanityAutomation — What do you make of this old IDEX code from way back in the day (9547fb9dfb), which is called in `manage_inactivity`? ```cpp #if defined(DUAL_X_CARRIAGE) // handle delayed move...
Ok, I see it now. First `prepare_line_to_destination` calls `dual_x_carriage_unpark` which calls `idex_set_parked` which sets `delayed_move_time` to 0. So that seems to be the intent. A single move added, a flag...
The above code will be added to 2.1.51. If the issue isn't fixed in that release, open a new one.
The parser is continually being extended to better parse `Configuration.h`, `Conditionals_LCD.h`, and `Configuration_adv.h` (in that order) for the benefit of the **Config Custom Editor** and the **Config Updater**. It's a...
Duplicate of #46
Since macOS is much more thorough about security, it's probable that the daemon is not running at the correct privilege level. If the Security panel in System Preferences doesn't show...