aboutsummaryrefslogtreecommitdiffstats
path: root/klippy
Commit message (Expand)AuthorAgeFilesLines
* toolhead: Capture current junction_deviation in a Move classDmitry Butyugin2022-10-171-3/+4
* atsamd: Add Kconfig definitions for same51j19 and same54p20 chipsKevin O'Connor2022-10-131-2/+2
* print_stats: add `SET_PRINT_STATS_INFO` G-Code for pass slicer variables to K...Stefan Dej2022-10-051-1/+28
* z_thermal_adjust: get_temp hotfixalchemyEngine2022-09-301-0/+6
* z_thermal_adjust: Add Z thermal adjuster module (#4157)alchemyEngine2022-09-251-0/+183
* thermocouple: Only shutdown on multiple consecutive sensor errorsKevin O'Connor2022-09-231-6/+10
* spi_temperature: Separate out fault handling from temperature calculationKevin O'Connor2022-09-231-26/+35
* thermocouple: Report fault information in fault fieldKevin O'Connor2022-09-231-6/+6
* stm32l4: add stm32l412 support with adc,i2c,spi,usbMatt Baker2022-09-151-0/+1
* virtual_sdcard: read new lines as-isPedro Lamas2022-09-111-2/+2
* tmc: Improve error on missing stepper sectionKevin O'Connor2022-09-051-0/+4
* fan: add enable_pin option (#5732)dalegaard2022-09-031-0/+11
* mcp4018: Add SET_DIGIPOT command to mcp4018 implementation (#5737)jake-b2022-09-021-1/+14
* kinematics: Add deltesian printers (#5743)Tircown2022-09-013-4/+234
* extruder_stepper: Support configuring pressure advance from configDmitry Butyugin2022-09-012-4/+6
* save_variables: Do not write to console when variables are savedMapleLeafMakers2022-09-011-1/+0
* palette2: Fix UART encodingClifford Roche2022-08-191-5/+8
* delta: Added the possibility to get where the "cone shape" of the build volum...Nitram2022-08-191-0/+1
* console: Add support for DUMP and FILEDUMP commandsKevin O'Connor2022-07-291-1/+52
* mcu: Delay reset signaling for usb to canbus bridge nodesKevin O'Connor2022-07-292-4/+14
* serialqueue: Improve canbus timingKevin O'Connor2022-07-294-28/+54
* canbus_ids: Use 4 as the first nodeid to reduce id bitstuffingKevin O'Connor2022-07-291-1/+3
* bed_screws: report statusPedro Lamas2022-07-281-5/+14
* manual_probe: report statusPedro Lamas2022-07-211-2/+23
* webhooks: Close clients that become unresponsiveKevin O'Connor2022-07-061-0/+15
* webhooks: Use reactor to watch for writable fdsKevin O'Connor2022-07-061-27/+22
* reactor: Add support for waiting on fds becoming writableKevin O'Connor2022-07-061-24/+75
* respond: No forced spaces (#5152)chestwood962022-06-301-1/+12
* stm32: Add MCU temp for Stm32h7 (#5606)adelyser2022-06-271-0/+6
* klippy: properly set log level when logging to stderrKamil TrzciƄski2022-06-271-1/+1
* display_status: Implement SET_DISPLAY_TEXT commandEric Callahan2022-06-271-0/+6
* mpu9250: Inline twos_complement() codeKevin O'Connor2022-06-201-10/+5
* mpu9250: Use adxl345.AccelCommandHelper directlyKevin O'Connor2022-06-202-87/+21
* mpu9250: Use adxl345.ClockSyncRegression directlyKevin O'Connor2022-06-201-49/+1
* mpu9250: Use adxl345.AccelQueryHelper directlyKevin O'Connor2022-06-202-75/+4
* 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