aboutsummaryrefslogtreecommitdiffstats
path: root/klippy
Commit message (Expand)AuthorAgeFilesLines
* configfile: Expose options awaiting to be saved (#5270)Kurt Haenen2022-06-201-3/+22
* bed_mesh: cache mesh statusEric Callahan2022-06-171-7/+13
* mpu9250: Adding support for MPU-9250 (and MPU-6050) accelerometerbluesforte2022-06-161-0/+461
* delta_calibrate: Fix Python3 error in DELTA_ANALYZEKevin O'Connor2022-06-131-1/+1
* ds18b20: fix string conversion error on startup (#5559)functionpointer2022-06-081-2/+3
* ds18b20: Don't propagate incorrect temperature on a faultKevin O'Connor2022-06-081-6/+4
* ds18b20: Allow some read errorsfunctionpointer2022-06-081-2/+5
* virtual_sdcard: Fix merge errorKevin O'Connor2022-06-031-1/+1
* exclude_objects: initial implementationFrank Tackitt2022-06-031-0/+302
* tuning_tower: add is_active() methodTroy Jacobson2022-06-031-0/+2
* virtual_sdcard: Add reset_file eventTroy Jacobson2022-06-031-5/+7
* virtual_sdcard: Adds on_error_gcodePedro Lamas2022-06-031-0/+8
* adxl345: Support recording data from multiple ADXL345's in one run, and more....Mikkel Schmidt2022-05-231-17/+60
* homing: Fix bug in multi_complete()Kevin O'Connor2022-05-131-1/+2
* pins: Improve pin description checksKevin O'Connor2022-05-091-1/+3
* klippy: Minor changes to message protocol errorKevin O'Connor2022-05-061-33/+18
* klippy: Reworked the MCU protocol error message (#5470)Felicia Hummel2022-05-061-18/+49
* shaper_calibrate: Add missing importKevin O'Connor2022-04-231-1/+1
* spicmds: Allow inversion of CS pin for SPI bussesMartin Hierholzer2022-04-221-4/+7
* neopixel: Simplify color_order parsingKevin O'Connor2022-04-181-5/+2
* pca9632: Fix color_order assignmentKevin O'Connor2022-04-181-1/+1
* neopixel: Fix color_order assignmentKevin O'Connor2022-04-181-1/+1
* neopixel: Support chains with a mix of color_orderKevin O'Connor2022-04-181-18/+22
* led: Remove has_white check from LEDHelperKevin O'Connor2022-04-184-10/+8
* led: Fix SET_LED TRANSMIT=1 handlingKevin O'Connor2022-04-181-25/+29
* htu21d: SI7021 is has id 0x15 (#5375)Uli2022-04-111-2/+2
* smart_effector: Initial support of programmable SmartEffectorDmitry Butyugin2022-04-091-0/+154
* temperature_fan: Fix divide by zero error when pid_Ki is zeroKevin O'Connor2022-04-071-1/+3
* temperature_fan: Remove deprecated pid_integral_max optionKevin O'Connor2022-04-071-3/+1
* pca9632: Add support for configurable color_orderKevin O'Connor2022-04-071-13/+18
* pca9632: Support using hardware I2CKevin O'Connor2022-04-071-2/+5
* neopixel: Support arbitrary RGBW strings in color_order configKevin O'Connor2022-04-061-4/+3
* led: Support setting display_template parameters via SET_LED_TEMPLATEKevin O'Connor2022-03-312-9/+26
* led: Support automated LED updates based on display_template resultsKevin O'Connor2022-03-311-1/+94
* display: Add a new PrinterDisplayTemplate class for tracking template macrosKevin O'Connor2022-03-311-40/+61
* pca9533: Add support for 4 brightness levelsKevin O'Connor2022-03-311-1/+6
* pca9533: Update to use LEDHelper classKevin O'Connor2022-03-311-36/+15
* pca9632: Update to use LEDHelper classKevin O'Connor2022-03-311-59/+34
* mcp4018: Support setting minclock and reqclock in SoftwareI2C classKevin O'Connor2022-03-311-11/+14
* dotstar: Update to use LEDHelper classKevin O'Connor2022-03-311-63/+25
* neopixel: Update to use LEDHelper classKevin O'Connor2022-03-311-78/+35
* led: Add support for PWM controlled LEDsKevin O'Connor2022-03-311-0/+122
* pid_calibrate: Improve Python3 compatibility in debug file outputKevin O'Connor2022-03-291-1/+1
* angle: Add support for reading tle5012b chip registers (for debugging)Kevin O'Connor2022-03-291-0/+19
* angle: Initialize tle5012b chip variants to same configurationKevin O'Connor2022-03-291-1/+27
* angle: Report tle5012b temperatureKevin O'Connor2022-03-291-0/+9
* sensor_angle: Support TLE5012b frame counter for timingKevin O'Connor2022-03-291-7/+89
* angle: Initial support for angle sensor calibrationKevin O'Connor2022-03-291-2/+256
* sensor_angle: Add support for bulk querying of spi angle sensorsKevin O'Connor2022-03-291-0/+188
* atsam: Add support for SAM E70Alex Maclean2022-03-261-0/+4