aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* config: Update Fysetc S6 compilation instructionsWilhelm Schuster2021-05-032-10/+8
* stm32: Allow selecting bootloader size for STM32F446Wilhelm Schuster2021-05-031-2/+2
* kinematics: Add hybrid-corexy and hybrid-corexz (#4229)Tircown2021-05-036-1/+430
* gcode_macro: Deprecate default_parameter_<name>Kevin O'Connor2021-05-032-10/+6
* config: Fix whitespace error in generic-fysetc-spider.cfgKevin O'Connor2021-05-031-2/+2
* config: add example configs for fysetc spider boardGeorge Fu2021-05-032-0/+265
* invalid-label-bot: Fix typoKevin O'Connor2021-05-031-1/+1
* invalid-label-bot: Reword the invalid label messageKevin O'Connor2021-05-021-3/+7
* klippy: Report known software versions on a protocol error during connectionKevin O'Connor2021-05-022-3/+16
* docs: a slight clarity improvement for the rPi mcushiftingtech2021-05-021-0/+1
* endstop: Report trigger time in endstop_query responseKevin O'Connor2021-04-302-4/+5
* adxl345: Use "clock" suffix instead of "time" in commandsKevin O'Connor2021-04-302-7/+7
* pulse_counter: Use "clock" suffix instead of "time" in commandsKevin O'Connor2021-04-302-8/+9
* stepper: Remove min_stop_interval from mcu codeKevin O'Connor2021-04-306-76/+58
* toolhead: Do not limit SET_VELOCITY_LIMIT to values specified in configKevin O'Connor2021-04-302-8/+8
* stepper: Do not set min_stop_interval in micro-controllerKevin O'Connor2021-04-3012-67/+5
* graphstats: Support graphing multiple heatersKevin O'Connor2021-04-291-22/+28
* probe: Use original XY position on multiple probe samplesKevin O'Connor2021-04-281-2/+2
* gcode: Generate M115 output even if command not sent from gcode pseudo-terminalKevin O'Connor2021-04-281-1/+4
* Revert "endstop_phase: wip"Kevin O'Connor2021-04-281-7/+0
* docs: Move palette2 location in Config_Reference.mdKevin O'Connor2021-04-281-36/+36
* docs: Update Status_Reference.md for better Jekyll renderingKevin O'Connor2021-04-281-19/+23
* endstop_phase: wipKevin O'Connor2021-04-281-0/+7
* docs: Move status field reference to new Status_Reference.md fileKevin O'Connor2021-04-284-208/+310
* resonance_tester: Refactored the testing codeDmitry Butyugin2021-04-281-109/+68
* screws_tilt_adjust: Add MAX_DEVIATION parameter for bed level invariant.Johannes Stuettgen2021-04-283-0/+16
* docs: Prefer Jinja2 "set" directive to default_parameter_xxx in examplesKevin O'Connor2021-04-264-60/+32
* docs: Add example of Jinja2 "set" directive to Command_Templates.mdKevin O'Connor2021-04-261-15/+40
* docs: Add notes on terminating resistors to CANBUS.mdKevin O'Connor2021-04-251-4/+21
* linux: Raise an error if configuring a pullup when that is not supportedKevin O'Connor2021-04-251-0/+3
* linux: Minor formatting, variable name, and error reporting changesKevin O'Connor2021-04-251-62/+53
* lpc176x: Add i2c_read functionalityMichael Kurz2021-04-251-1/+34
* stm32: Added mcu temperature support additional mcu (#4211)pkElectronics2021-04-251-1/+1
* probe: Add deactivate_on_each_sample: param for Probe (#4161)nlef2021-04-242-8/+29
* adxl345: Verify the register writes, added debug adxl345 commandsDmitry Butyugin2021-04-242-20/+82
* docs: Note stealthchop can cause overcurrent error in TMC_Drivers.mdKevin O'Connor2021-04-241-0/+7
* test: Add printer-creality-cr6se-2021.cfg to printers.testKevin O'Connor2021-04-221-0/+1
* config: Added Config For Creality CR6 SE With Board Revision 4.5.3 (#4147)C. Bluoss2021-04-221-0/+116
* buildcommands: Don't attach hostname and build date to version on a clean buildKevin O'Connor2021-04-221-6/+10
* linux: Don't use timer_repeat_until for linux "irq" pollingKevin O'Connor2021-04-211-29/+9
* sched: Call irq_poll() at start of run_tasks() loopKevin O'Connor2021-04-211-0/+1
* buildcommands: Call irq_poll() after last task functionKevin O'Connor2021-04-211-1/+3
* linux: Rework timer_check_periodic() to use ticksKevin O'Connor2021-04-193-14/+14
* linux: Move timer fields into a structKevin O'Connor2021-04-191-31/+37
* github: Fix cron entry in close-invalid-bot.yamlKevin O'Connor2021-04-181-1/+1
* github: Add close-invalid-bot.yamlKevin O'Connor2021-04-182-11/+33
* github: Update issue template to further encourage reading the directionsKevin O'Connor2021-04-181-2/+2
* docs: Update Linux RPi benchmarksKevin O'Connor2021-04-181-4/+4
* linux: Avoid calling timer_read_time() in timer_dispatch() when not neededKevin O'Connor2021-04-181-3/+15
* linux: Simplify timer dispatch codeKevin O'Connor2021-04-181-54/+50