aboutsummaryrefslogtreecommitdiffstats
path: root/klippy
Commit message (Expand)AuthorAgeFilesLines
* tmc2660: Report SE in DUMP_TMC even if zeroKevin O'Connor2021-03-161-2/+3
* tmc2130: Report CS_ACTUAL in DUMP_TMC even if zeroKevin O'Connor2021-03-161-0/+1
* tmc: Only check for tmc2130 reset via CS_ACTUAL if IHOLD > 0Kevin O'Connor2021-03-151-0/+3
* bme280: Add support for BMP280 and BME680 sensors (#4040)Michael Kurz2021-03-151-66/+335
* tmc: Improve driver reset check on tmc2130 and tmc2660Kevin O'Connor2021-03-151-9/+23
* tmc: Move clear_gstat check for tmc2130 to within TMCErrorCheck classKevin O'Connor2021-03-152-7/+8
* tmc2660: Change stallguard flags to better match tmc2130/tmc5160Kevin O'Connor2021-03-151-6/+5
* filament_motion_sensor: Add filament_motion_sensor (#3857)TheJoshW2021-03-141-0/+76
* extruder: Support looking up an extruder position from a past timeKevin O'Connor2021-03-131-0/+6
* stepcompress: Add support for tracking history of queue_step commandsKevin O'Connor2021-03-133-28/+130
* serialhdl: Only load the CAN module if CAN bus is configuredKevin O'Connor2021-03-131-1/+2
* mcu: Add support for connecting to devices on a CAN busKevin O'Connor2021-03-132-6/+43
* console: Add support for connecting via CAN busKevin O'Connor2021-03-131-3/+13
* serialhdl: Add support for communicating over a CAN busKevin O'Connor2021-03-131-1/+46
* serialqueue: Support sending messages over a CAN busKevin O'Connor2021-03-134-30/+80
* tmc_uart: Limit to only one active uart at a time on an mcuKevin O'Connor2021-03-121-1/+18
* tmc2130: Fix broken error report due to missing self.nameKevin O'Connor2021-03-111-0/+1
* tmc2130: Verify SPI register writesKevin O'Connor2021-03-104-11/+41
* tmc2660: Do not enable SFILT by defaultKevin O'Connor2021-03-101-2/+1
* idle_timeout: change standard timeout g-code (#4018)fleinze2021-03-071-1/+3
* heaters: Make sure set_temp() command wakes up the idle_timeoutKevin O'Connor2021-03-054-12/+14
* klippy: Fix check for duplicate objectsKevin O'Connor2021-03-051-1/+1
* console: Add option to enable debug output modeKevin O'Connor2021-03-021-1/+7
* console: Make baud an optional parameterKevin O'Connor2021-03-021-3/+10
* serialhdl: Update callers to decide serial fd typeKevin O'Connor2021-03-023-68/+85
* st7920: Better support for emulated ST7920 displays (#3979)teeminus2021-03-012-44/+126
* fan: Minor updates to tachometer handlingKevin O'Connor2021-03-012-5/+3
* fan: Add tachometer supportAdrian Keet2021-03-012-1/+113
* serialqueue: correctly report EOF errorsLasse Dalegaard2021-03-011-1/+4
* chelper: Move logging_callback() to global scopeKevin O'Connor2021-03-011-4/+6
* serialhdl: prevent creation of controlling ttyLasse Dalegaard2021-03-011-2/+3
* tmc: Fix order of init during sensorless homingKevin O'Connor2021-02-282-4/+11
* tmc: No need to delay init on a stepper enableKevin O'Connor2021-02-281-3/+2
* tmc: Allow more retries on a TMC UART read error during background checksKevin O'Connor2021-02-281-1/+10
* tmc_uart: Minor change - make the baud rate setting more clearKevin O'Connor2021-02-271-1/+3
* tmc: Add support for periodic checking of driver statusKevin O'Connor2021-02-272-2/+78
* tmc: Reinitialize on every driver enableKevin O'Connor2021-02-271-32/+36
* tmc2660: Fix tmc register readingKevin O'Connor2021-02-271-30/+35
* tmc2660: Use common warning/error flag names and descriptionsKevin O'Connor2021-02-271-43/+30
* tmc5160: Merge field formatters into tmc2130.pyKevin O'Connor2021-02-272-5/+1
* tmc: Always report values after a SET_TMC_CURRENT commandKevin O'Connor2021-02-271-14/+15
* tmc: Move SET_TMC_CURRENT command to TMCCommandHelper()Kevin O'Connor2021-02-276-68/+37
* tmc2660: Add set_current()/get_current() helpers to TMC2660CurrentHelperKevin O'Connor2021-02-271-9/+15
* tmc5160: Add set_current()/get_current() helpers to TMC5160CurrentHelperKevin O'Connor2021-02-271-14/+18
* tmc2130: Add set_current()/get_current() helper functions to TMCCurrentHelperKevin O'Connor2021-02-271-16/+20
* mcu: Raise a command_error on a command timeout eventKevin O'Connor2021-02-271-4/+6
* virtual_sdcard: exact filename match before case insensitive oneAndre LeBlanc2021-02-261-1/+3
* extruder: Make sure to flush steps during sync_stepper()Kevin O'Connor2021-02-261-0/+2
* tmc2130: Add spi daisy chain supportMarco D'Alessio2021-02-262-16/+61
* tmc: Improve error message on missing microsteps configKevin O'Connor2021-02-231-1/+2