aboutsummaryrefslogtreecommitdiffstats
path: root/docs
Commit message (Expand)AuthorAgeFilesLines
* gcode_macro: Parse variable_X parameters using ast.literal_eval()Kevin O'Connor2019-06-072-1/+7
* docs: Update Config_Changes.md with "samples" move to probe config sectionKevin O'Connor2019-06-061-0/+6
* docs: Update Delta_Calibrate.md with probe location bias infoKevin O'Connor2019-06-061-11/+20
* docs: Update Probe_Calibrate.md with information on common probe errorsKevin O'Connor2019-06-061-4/+121
* firmware_retraction: Implementation of tuneable G10/G11 firmware retraction (...Len Trigg2019-06-061-0/+30
* docs: Minor wording change to Command_Templates.mdKevin O'Connor2019-06-041-3/+3
* docs: Fix github pages "liquid" rendering of Command_Templates.mdKevin O'Connor2019-06-041-0/+2
* docs: Add an initial Command_Templates.md documentKevin O'Connor2019-06-042-0/+188
* gcode_macro: Add support for SET_GCODE_VARIABLE commandKevin O'Connor2019-06-041-0/+8
* gcode_macro: Rename "status" helper to "printer"Kevin O'Connor2019-06-041-0/+3
* idle_timeout: Add SET_IDLE_TIMEOUT gcodeArksine2019-06-041-0/+2
* gcode: Add support for SAVE_GCODE_STATE and RESTORE_GCODE_STATE commandsKevin O'Connor2019-05-311-0/+16
* gcode: Don't apply the SET_GCODE_OFFSET to the next g-code commandKevin O'Connor2019-05-262-9/+20
* docs: Improve bltouch v3 documentationKevin O'Connor2019-05-261-0/+24
* docs: Try to be more clear that the "paper test" steps need to be runKevin O'Connor2019-05-243-20/+24
* docs: Minor wording change to Bed_Level.mdKevin O'Connor2019-05-231-2/+4
* docs: Recommend OctoPrint 1.3.11 or laterKevin O'Connor2019-05-201-1/+1
* docs: Use markdown syntax for http links in Bootloaders.mdKevin O'Connor2019-05-201-19/+25
* docs: Fix numbering in FAQKevin O'Connor2019-05-081-1/+1
* docs: Update "avr restart=command" FAQ to point to bootloaders.mdKevin O'Connor2019-05-071-2/+1
* docs: Fix inclusion of CONTRIBUTING.md in the automatic html generationKevin O'Connor2019-04-181-0/+3
* docs: Fix markdown table layout in html renderingKevin O'Connor2019-04-181-0/+15
* docs: Simplify main html page now that there is a logoKevin O'Connor2019-04-181-2/+0
* docs: Add logos to web pageKevin O'Connor2019-04-186-13/+26
* docs: Minor node changes to klipper logoKevin O'Connor2019-04-181-5/+5
* docs: Update logo so that edges overlapKevin O'Connor2019-04-181-27/+17
* docs: Add a Klipper logoKevin O'Connor2019-04-181-0/+123
* docs: Add an index page for the www.klipper3d.org websiteKevin O'Connor2019-04-162-1/+13
* docs: Add a github pages html templateKevin O'Connor2019-04-161-0/+105
* docs: Rewrite the Overview.md - just list documents by categoryKevin O'Connor2019-04-161-47/+60
* docs: Fix alignment of tmc2208.svgKevin O'Connor2019-04-162-22/+36
* docs: Start of google pages _config.yml fileKevin O'Connor2019-04-151-0/+1
* docs: Fixup github pagesKevin O'Connor2019-04-142-2/+1
* Update CNAMEKevinOConnor2019-04-141-1/+1
* Create CNAMEKevinOConnor2019-04-141-0/+1
* Set theme jekyll-theme-leap-dayKevinOConnor2019-04-141-0/+1
* docs: Avoid using .. in markdown linksKevin O'Connor2019-04-147-37/+46
* docs: Update Installation.md to point to list of supported ARM mcusKevin O'Connor2019-04-061-3/+4
* docs: Update BLTouch.md to refer to Probe_Calibrate.md for offset configKevin O'Connor2019-04-051-77/+12
* docs: Minor wording changes to BLTouch.mdKevin O'Connor2019-04-051-27/+27
* BLTouch: Use G90 in the BLTouch.md homing_override exampleKevin O'Connor2019-04-051-0/+1
* docs: Wrap BLTouch.md to 80 columns.Kevin O'Connor2019-04-051-95/+126
* docs: Note the python software dependency update in Config_Changes.mdKevin O'Connor2019-04-051-0/+5
* docs: Note the use of bus enumerations in Config_Changes.mdKevin O'Connor2019-04-041-0/+3
* sx1509: Convert code to use generic i2c bus supportKevin O'Connor2019-04-041-0/+4
* docs: Note that graphstats.py can produce different types of graphsKevin O'Connor2019-04-011-0/+3
* docs: Minor wording change in MCU_Commands.mdKevin O'Connor2019-04-011-3/+3
* docs: Update Protocol documentation with enumerationsKevin O'Connor2019-04-012-28/+38
* docs: STM32F0 benchmarks (#1462)Eugene Krashtan2019-03-291-0/+17
* temperature_fan: Fix. Temperature fan min speed should be used (#1405)Douglas Hammond2019-03-281-0/+4