aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* bed_mesh: Fix off-by-one error in faulty region error reportKevin O'Connor2021-08-171-2/+4
* config: added ender3 with robin e3d 1.1 (#4252)Lukasz Piatkowski2021-08-171-2/+25
* motion_report: Fix typo causing incomplete queriesKevin O'Connor2021-08-171-4/+2
* avr: Fix typo causing broken gpio mappingsKevin O'Connor2021-08-151-2/+2
* avr: Define PORTE on atmega328pKevin O'Connor2021-08-142-1/+7
* avr: Rename the analog-only PE0/PE1 pins on atmega168/328 to PE2/PE3Kevin O'Connor2021-08-144-4/+7
* endstop_phase: Convert to using tmc mcu_phase_offsetKevin O'Connor2021-08-087-33/+26
* tmc: Track offset between tmc driver and mcu positionKevin O'Connor2021-08-082-6/+60
* tmc: Move stepper phase reading code to TMCCommandHelper classKevin O'Connor2021-08-066-41/+36
* stepper: Query the stepper mcu position during startupKevin O'Connor2021-08-063-8/+12
* tmc: Consistently use lower case for all TMC field namesKevin O'Connor2021-08-066-253/+253
* tmc2208: Send pdn_disable UART setup as first command to chip during initKevin O'Connor2021-08-061-1/+1
* homing: Improve error messages on a printer shutdown during homingKevin O'Connor2021-08-061-3/+18
* trapq: Prune interrupted moves from history on trapq_set_position()Kevin O'Connor2021-08-061-1/+16
* stepcompress: Pass clock to stepcompress_set_last_position()Kevin O'Connor2021-08-064-5/+9
* mkdocs_hooks: Improve check for not in a listKevin O'Connor2021-08-021-1/+1
* probe: bugfix to z_offset_apply_probe (#4553)shiftingtech2021-08-021-2/+1
* mkdocs_hooks: Add some comments to the scriptKevin O'Connor2021-08-021-0/+10
* _klipper3d: Add additional comments to mkdocs.ymlKevin O'Connor2021-08-021-29/+34
* docs: Reorder sections of Debugging.mdKevin O'Connor2021-08-021-84/+82
* scripts: Update graphing scripts to work with either python2 or python3Kevin O'Connor2021-08-024-8/+8
* idex_modes: Fix get_status (#4550)Tircown2021-08-011-1/+1
* stm32: Support PB7/PB6 for USART1 on stm32f0Kevin O'Connor2021-08-012-10/+17
* webhooks: Remove spaces from json messages sent on api serverKevin O'Connor2021-07-291-1/+1
* motion_report: Add get_status() method with current requested toolhead positionKevin O'Connor2021-07-292-4/+55
* motion_report: Add new extras module for low-level motion diagnosticsKevin O'Connor2021-07-292-1/+147
* stepper: Simplify helper module registration of stepper motorsKevin O'Connor2021-07-293-13/+10
* mcu: Support returning the mcu reported shutdown timeKevin O'Connor2021-07-291-0/+6
* extruder: Add get_trapq() methodKevin O'Connor2021-07-291-0/+4
* stepcompress: Support extracting stepcompress historyKevin O'Connor2021-07-294-4/+59
* stepcompress: Rename 'struct history_move' to 'struct history_steps'Kevin O'Connor2021-07-291-25/+25
* trapq: Store toolhead.set_position() updates in trapq historyKevin O'Connor2021-07-294-1/+24
* trapq: Keep history of recent trapq movesKevin O'Connor2021-07-293-4/+71
* trapq: Rename trapq_free_moves() to trapq_finalize_moves()Kevin O'Connor2021-07-297-14/+14
* force_move: Note force_enable() and restore_enable() are internal functionsKevin O'Connor2021-07-291-5/+5
* klipper3d: links to anchors not working with SafariDamien2021-07-281-1/+0
* docs: fixed babystepping patch (#4526)shiftingtech2021-07-271-3/+5
* Revert "README: Fix links to www.klipper3d.org"Kevin O'Connor2021-07-271-3/+3
* Revert "workflows: Point to https://www.klipper3d.org/Contact"Kevin O'Connor2021-07-273-4/+4
* _klipper3d: Set use_directory_urls to FalseKevin O'Connor2021-07-271-0/+1
* workflows: Point to https://www.klipper3d.org/ContactKevin O'Connor2021-07-273-4/+4
* _klipper3d: Move mkdocs.yml to docs/_klipper3dKevin O'Connor2021-07-272-2/+5
* README: Fix links to www.klipper3d.orgKevin O'Connor2021-07-271-3/+3
* _klipper3d: Add comments to files in this directoryKevin O'Connor2021-07-274-0/+9
* check_whitespace: Also check txt, css, html, yaml, and yml files for errorsKevin O'Connor2021-07-271-1/+4
* _klipper3d: Add trailing newline to extra.cssKevin O'Connor2021-07-271-1/+1
* docs: Use hash marks for header linesKevin O'Connor2021-07-279-104/+67
* docs: make mkdocs_hooks.transform more robustDamien Martin2021-07-271-10/+23
* docs: Setup mkdocs with mkdocs-material themeDamien2021-07-2711-165/+189
* docs : make modifications to all md files to make them compatible with mkdocsDamien2021-07-2744-536/+565