aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Makefile: Improve build when changing micro-controller architectureKevin O'Connor2020-12-171-18/+23
* config: Fix bed thermistor in printer-sovol-sv01-2020.cfgKevin O'Connor2020-12-151-1/+1
* heaters: Always register heater pin as a pwm pinKevin O'Connor2020-12-152-9/+4
* config: Add example printer-twotrees-sapphire-plus-2020.cfg configPranas Kiziela2020-12-152-0/+100
* heaters: add last pwm value to heater.get_status (#3621)Stefan Dej2020-12-132-1/+5
* docs: Fix board_pins link in Config_Changes.mdKevin O'Connor2020-12-131-1/+1
* tmc: Use configfile note_valid=False when inspecting stepper step_distanceKevin O'Connor2020-12-131-1/+1
* safe_z_home: Use configfile note_valid=False when inspecting z position_maxKevin O'Connor2020-12-131-5/+5
* probe: Use configfile note_valid=False when inspecting z position_minKevin O'Connor2020-12-131-2/+4
* manual_probe: Use configfile note_valid=False when inspecting Z position_endstopKevin O'Connor2020-12-135-11/+13
* hd44780: Make the 4-bit init sequence more robustKevin O'Connor2020-12-121-1/+1
* bltouch: Recommend using a pullup on the sensor_pinKevin O'Connor2020-12-112-4/+7
* gpiocmds: Merge digital output and soft pwm codeKevin O'Connor2020-12-103-257/+137
* ci-build: Report binary size during build testsKevin O'Connor2020-12-101-0/+1
* temperature_mcu: Add enhanced support for monitoring mcu temperatureKevin O'Connor2020-12-103-1/+172
* stm32: Only use the HSI48 clock when doing "usb clock recovery"Kevin O'Connor2020-12-081-1/+2
* docs: Improve spi and i2c description in Config_Reference.mdKevin O'Connor2020-12-081-50/+88
* docs: Minor wording change to thermistors in Config_Reference.mdKevin O'Connor2020-12-071-6/+7
* heaters: Add a TEMPERATURE_WAIT commandKevin O'Connor2020-12-072-2/+25
* graphstats: Allow graphing of temperature_sensor logsKevin O'Connor2020-12-071-2/+2
* temperature_sensor: Report temperature in statsKevin O'Connor2020-12-061-0/+3
* docs: Group temperature sensors together in Config_Reference.mdKevin O'Connor2020-12-051-160/+155
* docs: Move micro-controller information together in Config_Reference.mdKevin O'Connor2020-12-051-48/+46
* pca9685: Use move queue for pwm updatesKevin O'Connor2020-12-042-14/+60
* gpiocmds: Use move queue for software pwmKevin O'Connor2020-12-043-44/+82
* gpiocmds: Use move queue for digital output pinsPascal Pieper2020-12-043-30/+77
* pwmcmds: Use move queue for hard PWMPascal Pieper2020-12-043-15/+61
* mcu: Support reserving move queue slotsPascal Pieper2020-12-041-1/+6
* stepper: Use a reusable interface to the "move queue"Kevin O'Connor2020-12-043-31/+81
* basecmd: Change "move queue empty" error to "move queue overflow"Kevin O'Connor2020-12-041-1/+1
* gpiocmds: Send soft pwm cycle_time separately from schedule_soft_pwm_outKevin O'Connor2020-12-043-27/+44
* pru: Disable gpio mux configuration codeKevin O'Connor2020-12-041-9/+19
* docs: Add indentation to generated table-of-contents on klipper3d.org siteKevin O'Connor2020-12-031-0/+10
* docs: Simplify javascript link modification for external referencesKevin O'Connor2020-12-031-4/+3
* docs: Add links to default display.cfg and menu.cfg in Config_Reference.mdKevin O'Connor2020-12-033-2/+22
* docs: Fix "github pages" rendering of pictures in Resonance_Compensation.mdKevin O'Connor2020-12-031-3/+1
* docs: Use relative links for files outside the docs/ directoryKevin O'Connor2020-12-037-64/+58
* docs: Yet again try to fix github-pages rendering of Command_Templates.mdKevin O'Connor2020-12-031-2/+2
* rpi_temperature: Don't read min_temp/max_temp directly from configKevin O'Connor2020-12-032-17/+3
* rpi_temperature: New module to monitor RPi temperature (#3587)Al2020-12-034-1/+112
* docs: Fix github-pages rendering of Command_Templates.md (again)Kevin O'Connor2020-12-031-2/+2
* docs: Fix github-pages error in Command_Templates.mdKevin O'Connor2020-12-031-0/+2
* save_variables: Support saving variables to a disk fileKevin O'Connor2020-12-034-0/+123
* menu: modifications (#3262)Janar Sööt2020-12-032-209/+166
* docs: Clean up example values in Config_Reference.mdKevin O'Connor2020-12-021-41/+41
* docs: Update Command_Templates.md to note printer.controller_fan.speedKevin O'Connor2020-12-011-2/+3
* serialhdl: Improve Python3 compatibilityKevin O'Connor2020-12-011-1/+1
* heater_fan: Fix typo causing excessive cpu usageKevin O'Connor2020-12-012-12/+10
* controller_fan: Improve timing of fan commandsKevin O'Connor2020-12-011-6/+11
* heater_fan: Improve timing of fan commandsKevin O'Connor2020-12-011-5/+10