aboutsummaryrefslogtreecommitdiffstats
path: root/klippy/extras/tmc2240.py
Commit message (Expand)AuthorAgeFilesLines
* Isort all klippy codeTomasz Kramkowski2025-08-151-1/+3
* Run black on all first party python codeTomasz Kramkowski2025-08-061-230/+232
* tmc2240: Allow the slope_control field to be configured via printer.cfgKevin O'Connor2025-01-101-0/+2
* tmc2240: Correct maximum TMC2240 UART address. (#6757)Liam Powell2024-12-021-1/+1
* tmc5160: csactual -> cs_actualTimofey Titovets2024-05-211-1/+1
* tmc: Implement high_velocity_threshold for drivers that support itAlex Voinea2024-05-141-0/+1
* tmc: Implement coolstep_threshold for drivers that support itAlex Voinea2024-05-141-0/+2
* tmc: Do not pass the frequency directly to the helpersAlex Voinea2024-05-141-1/+1
* tmc2240: add ADC voltage formattersKamil DomaƄski2024-03-201-0/+2
* tmc2240: Adding UART interface support to tmc2240 (#6305)FrY Sennberg2023-09-101-3/+9
* tmc: Configurable `multistep_filt`Alex Voinea2023-06-161-2/+3
* tmc: Enable sg_angle_offset for smooth switching from Stealthchop to Spreadcy...BIGTREETECH2023-03-271-0/+2
* tmc: SET_TMC_FIELD VELOCITYAlex Voinea2023-03-201-1/+2
* tmc: Enable `multistep_filt` for drivers that support itAlex Voinea2023-03-151-0/+1
* tmc2240: initial implementationAlex Voinea2023-03-011-0/+397