Scott Lahteine
Scott Lahteine
The Chiron display is selected with `ANYCUBIC_LCD_CHIRON`. Other LCDs should work with this board also, which is very close to a RAMPS.
Please test the [`bugfix-2.0.x` branch](https://github.com/MarlinFirmware/Marlin/archive/bugfix-2.0.x.zip) to see where it stands. If the problem has been resolved then we can close this issue. If the issue isn't resolved yet, then we...
Are there no remaining use cases for `M217 Q`? What was its initial purpose, and what kinds of situations was `M217` created for? For example, is it useful to recover...
> … now you can delete old code about `TOOLCHANGE_FS_INIT_BEFORE_SWAP` … Apparently this was mostly removed but was not full completed in #21142 by @RFBomb so that should get a...
In general, we don't like to use parameter '`N`' since it pertains to line numbers, and TBF we also don't really want to use parameter '`G`' with `M` commands -...
This is confusing. The Probe pin is never an output, always an input. Only the servo pin that sends commands to the BLTouch needs to be an output. If we're...
**Notes:** The `Z_MIN_PROBE_USES_Z_MIN_ENDSTOP_PIN` option is meant to apply to more "dumb" boards that don't have a dedicated probe port per se, so the normal assumption is that the probe is...
Note: The default for most boards is still the `Z_MAX_PIN`, sometimes the `X_MAX_PIN`, and not a dedicated "`PROBE_PIN`" per se, so that is one caveat to this proposal. It is...
> ie it lost the "os.sep" Pathlib has some nice shortcuts so you can think less about separators, as in this case.
Maybe it makes the most sense to have the `UUID` get replaced (i.e., automatically generated) using the STM32 UID in the case of the Index Mobo (and other platforms that...