aboutsummaryrefslogtreecommitdiffstats
path: root/klippy
Commit message (Expand)AuthorAgeFilesLines
* tmc: DUMP_TMC optional REGISTER parameterAlex Voinea2023-03-301-10/+25
* tmc: Enable sg_angle_offset for smooth switching from Stealthchop to Spreadcy...BIGTREETECH2023-03-271-0/+2
* tmc: SET_TMC_FIELD VELOCITYAlex Voinea2023-03-208-8/+32
* tmc: Implement TMCtstepHelperAlex Voinea2023-03-201-7/+20
* tmc: Initialize self.coolthrs in TMCVirtualPinHelper constructorKevin O'Connor2023-03-151-1/+1
* tmc: Do not override tcoolthrs if it is configuredAlex Voinea2023-03-151-10/+8
* tmc: Enable `multistep_filt` for drivers that support itAlex Voinea2023-03-152-0/+2
* tmc2209: Remove duplicate `pdn_disable` initializationAlex Voinea2023-03-151-1/+0
* reactor: Fix typoD4SK2023-03-141-2/+2
* reactor: Fix typoD4SK2023-03-141-2/+2
* probe: expose name on status reportPedro Lamas2023-03-141-1/+2
* probe: Allow overriding horizontal_move_z on gcodeLasse Dalegaard2023-03-141-1/+5
* tmc: Beautify initialization codeAlex Voinea2023-03-074-5/+19
* tmc5160: allow changing the globalscaler at runtimeAlex Voinea2023-03-071-10/+12
* tmc: Fix s2vs field formattersAlex Voinea2023-03-072-2/+6
* tmc2240: initial implementationAlex Voinea2023-03-013-2/+401
* mcu: Move lookup_command_tag() to CommandWrapper classKevin O'Connor2023-02-223-14/+24
* mcu: Code movement in mcu.pyKevin O'Connor2023-02-221-73/+88
* stepper_enable: report statusPedro Lamas2023-02-131-0/+4
* configfile: Make getlists return an empty list on empty string. (#6042)Jordan Woyak2023-02-091-2/+6
* extruder: store currently sync'ed motion queue namePedro Lamas2023-02-091-1/+5
* extruder: Add extruder name to extruder_stepper respond message (#6020)CODeRUS2023-02-031-2/+4
* screws_tilt_adjust: status result as dictionaryPedro Lamas2023-02-031-6/+7
* 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