aboutsummaryrefslogtreecommitdiffstats
path: root/klippy
Commit message (Expand)AuthorAgeFilesLines
* gcode_arcs: Allow either one of I, J, K to be default-zero on G2/G3 (#5939)maze2022-12-141-1/+1
* save_variables: Verify filename path is writeable at startupJustin Schuh2022-12-111-0/+2
* gcode_arcs: No need to import gcode module to access Coord()Kevin O'Connor2022-12-111-6/+8
* gcode_arcs: support XY, XZ and YZ planesAndrew Mirsky2022-12-111-28/+73
* parsedump: Support running on both python2 and python3Kevin O'Connor2022-12-072-14/+12
* stm32: add STM32H723 supportbigtreetech2022-12-021-0/+6
* stm32g4: implement build,usb,can,i2c,spi,serial,adc.Matt Baker2022-12-021-0/+1
* corexz: Multiple steppers per axis on CoreXZNeko-vecter2022-12-021-7/+6
* safe_z_home: Fix final z hop to use relative z coordinates (#5879)redstone992022-11-221-1/+4
* mpu9250: add MPU6500 (#5767)Yifei Ding2022-11-191-4/+14
* bed_mesh: disallow null profile namesEric Callahan2022-11-111-0/+6
* menu: Conditional display of common Control utilsGrigi2022-11-031-3/+24
* adxl345: Apply correct scaling for X,Y and Z axesDmitry Butyugin2022-10-251-3/+4
* 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