aboutsummaryrefslogtreecommitdiffstats
path: root/klippy
Commit message (Expand)AuthorAgeFilesLines
* bed_mesh: do not load a profile on startupEric Callahan2023-02-011-5/+0
* replicape: Only call note_pwm_enable() in main threadKevin O'Connor2023-01-171-11/+17
* z_tilt: Improve python3 compatibilityKevin O'Connor2023-01-171-1/+1
* toolhead: Flush in chunks from flush_step_generation()Kevin O'Connor2023-01-081-2/+8
* toolhead: Rename last_kin_flush_time to force_flush_timeKevin O'Connor2023-01-081-8/+8
* toolhead: Fix note_kinematic_activity()Kevin O'Connor2023-01-081-1/+1
* chelper: Minor declaration movement in __init__.pyKevin O'Connor2023-01-071-2/+2
* trapq: Minor code movement in trapq.cKevin O'Connor2023-01-072-53/+53
* console: No need to import pins moduleKevin O'Connor2023-01-071-7/+2
* serialhdl: Add a get_serialqueue() methodKevin O'Connor2023-01-062-2/+4
* serialqueue: Add comment to do_write()Kevin O'Connor2023-01-051-0/+1
* palette2: Fix errors with bad handling of NoneType in a few locationsClifford Roche2022-12-311-5/+6
* delta: Better delta build volume constraint checkjanherich2022-12-301-1/+7
* tmc: Configurable microstep lookup table (#5920)Alex Voinea2022-12-213-4/+71
* manual_probe: Add Z_OFFSET_APPLY_ENDSTOP for deltajanherich2022-12-191-0/+45
* bed_mesh: Allow bedmeshing at 1mm spaced intervals (#5918)Keyan Mobli2022-12-191-1/+1
* screws_tilt_adjust: Add get_status() method (#5921)theophile2022-12-171-0/+14
* 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