Eric Callahan
Eric Callahan
This makes a couple minor changes to the profile behavior for `bed_mesh`: 1) Require that a profile name be specified for the `PROFILE` parameter in `BED_MESH_CALIBRATE` and all parameters in...
This fixes a bug identified in the following discourse thread: https://klipper.discourse.group/t/bug-bme680-get-report-time-delta-incorrect/8522/2 I don't have a BME680 to test with, however I don't believe there should be any issues as this...
In PR #5450 we reduced the SPI clock to the 400KHz speed stated in the official SD Card specification. At the time I did this because I discovered some cards...
This is a re-creation of PR #6537, rebased against master now that the ldc work has been merged. The first pull request was against the work-ldc branch, so the PR...
This series moves Moonraker's underlying database implementation from LMDB to Sqlite3. This is essentially a rewrite of `database.py` and a significant refactor of `history.py` and `authorization.py`. As such, I'm creating...
This adds a `temperature_probe` module that supports configuring a temperature sensor for use with inductive probes. This module implements the smoothing algorithm present in heaters and provides a temperature drift...
This PR adds support for SD Card firmware programming in addition to the primary programming interface (ie: CANBus, USB, UART). Currently Katapult can be configured to use Hardware SPI and...