aboutsummaryrefslogtreecommitdiffstats
path: root/klippy
Commit message (Expand)AuthorAgeFilesLines
* Separate version into __version__.pyTomasz Kramkowski12 days2-2/+2
* Terminate saved configs with a newlineTomasz Kramkowski2025-08-161-1/+1
* Don't require an existing saved configTomasz Kramkowski2025-08-161-1/+4
* Make moonraker happierv0.1.0-rc4Tomasz Kramkowski2025-08-162-1/+2
* Version 0.1.0-rc3v0.1.0-rc3Tomasz Kramkowski2025-08-161-1/+1
* Create API socket with more sensible permissionsTomasz Kramkowski2025-08-161-0/+5
* Version 0.1.0-rc2v0.1.0-rc2Tomasz Kramkowski2025-08-161-1/+1
* /tmp/printer -> /run/kutter/printerTomasz Kramkowski2025-08-161-2/+2
* /var/run/kutter/saved.cfg -> /var/lib/kutter/saved.cfgTomasz Kramkowski2025-08-162-4/+4
* Change --runtime-config,-R to --saved-config,-STomasz Kramkowski2025-08-161-4/+4
* Isort all klippy codeTomasz Kramkowski2025-08-15108-108/+362
* Clean up bglogger handlingTomasz Kramkowski2025-08-151-14/+10
* Remove logfile supportTomasz Kramkowski2025-08-158-70/+8
* Rename everything significant to Kutter except for docsTomasz Kramkowski2025-08-1511-17/+17
* Drop support for printing MCU informationTomasz Kramkowski2025-08-152-50/+1
* Remove git based version handlingTomasz Kramkowski2025-08-152-154/+5
* Clean up some remaining python2 codeTomasz Kramkowski2025-08-152-3/+6
* Make config argument optionalTomasz Kramkowski2025-08-151-2/+2
* Use makefiles instead of auto-buildingTomasz Kramkowski2025-08-154-20/+32
* Add a --runtime-config option for SAVE_CONFIGTomasz Kramkowski2025-08-092-79/+33
* Remove python2 support (first party)Tomasz Kramkowski2025-08-064-60/+9
* Run black on all first party python codeTomasz Kramkowski2025-08-06171-10053/+15700
* klippy: fix typos in python code (#6989)Thijs Triemstra2025-07-2518-28/+28
* safe_z_home: correct error callPaul Arthur2025-07-221-1/+1
* mcp4018: Remove support for manual i2c - use standard mcu software i2c insteadKevin O'Connor2025-07-221-65/+4
* pca9632: Remove custom software i2c - use normal mcu software i2c insteadKevin O'Connor2025-07-221-5/+2
* heaters: Increase time before clearing the temperature of an inactive heaterKevin O'Connor2025-07-191-2/+4
* tmc.py: add track of stallguardTimofey Titovets2025-07-124-0/+102
* tmc: add enriched UART readTimofey Titovets2025-07-121-6/+14
* tmc: add spi status decodeTimofey Titovets2025-07-121-0/+7
* tmc2660: add enriched SPI readTimofey Titovets2025-07-121-3/+11
* tmc: add enriched SPI readTimofey Titovets2025-07-121-5/+16
* mcu: Avoid altering self.TIMEOUT_TIME in RetryAsyncCommandKevin O'Connor2025-07-111-4/+4
* sht3x: reads should be retried with at least 0.5s pauseTimofey Titovets2025-07-112-3/+17
* mcu: allow disable send retriesTimofey Titovets2025-07-112-8/+15
* ads1x1x: Rename local 'config' variable to pcfgKevin O'Connor2025-07-081-22/+22
* ads1x1x: Revert incorrect removal of assignment to self.configKevin O'Connor2025-07-081-0/+1
* input_shaper: fix printer obj referenceTimofey Titovets2025-06-061-1/+1
* docs: Note 'config' object shouldn't be accessed after initial loadKevin O'Connor2025-06-043-4/+1
* input_shaper: Track kinematics updates by dual_carriageDmitry Butyugin2025-06-044-38/+74
* htu21: fix crash on unknown dev idTimofey Titovets2025-06-021-16/+22
* print_stats: Fix for filament statistics bug in print_stats.py for toolchang...Ingo Donasch2025-05-311-0/+5
* sos_filter: Improve error checking on section_idxKevin O'Connor2025-05-291-1/+1
* load_cell_probe: Avoid peeking directly at config.section member variableKevin O'Connor2025-05-291-1/+1
* load_cell_probe: Create LoadCellProbeGareth Farrington2025-05-291-0/+658
* probe: Create ProbeVirtualEndstopDeprecationGareth Farrington2025-05-291-0/+11
* sensor_hx71x: Update Sensors to report to load_cell_probeGareth Farrington2025-05-292-0/+13
* sos_filter: Second Order Sections MCU FilterGareth Farrington2025-05-291-0/+232
* lis2dw: if spi is used - disable i2cTimofey Titovets2025-05-261-0/+3
* dual_carriage: Fixed input shaper stepper kinematics initializationDmitry Butyugin2025-05-222-3/+13