aboutsummaryrefslogtreecommitdiffstats
path: root/docs
Commit message (Expand)AuthorAgeFilesLines
* docs: Fix incorrect error description in TMC_Drivers.mdKevin O'Connor2021-11-191-9/+9
* docs: Fix spurious quote in TMC_Drivers.mdKevin O'Connor2021-11-191-1/+1
* gcode_macro: Add "rawparams" pseudo-variablePedro Lamas2021-11-191-0/+14
* docs: Improve TMC_Drivers Common Error LayoutYifei Ding2021-11-191-25/+26
* docs: Re-organize Hall Filament Width Sensor DocYifei Ding2021-11-191-70/+78
* docs: skew_correction Typo and Config HighlightingYifei Ding2021-11-191-9/+10
* docs: Match Single Blank Line Above and Below A TitleYifei Ding2021-11-196-2/+14
* docs: Correct TMC_Drivers Title NestingYifei Ding2021-11-191-10/+14
* docs: Align ListsYifei Ding2021-11-193-88/+88
* docs: Minor example change in Code_Overview.mdKevin O'Connor2021-11-161-1/+1
* docs: Add recommendation on Python type handling to Code_Overview.mdKevin O'Connor2021-11-161-0/+10
* docs: Update Code_Overview.md with information on get_status()Kevin O'Connor2021-11-161-0/+11
* docs: Remove unneeded "raw" markdown tags from documentationKevin O'Connor2021-11-162-6/+0
* docs: Expand on default_parameter_X conversion in Config_Changes.mdKevin O'Connor2021-11-161-3/+5
* temperature_sensors: add ATC Semitec 104NT-4-R025H42G thermistorGeoffrey Young2021-11-151-7/+8
* docs: Update benchmarks after stepper and scheduler changesKevin O'Connor2021-11-152-181/+129
* temperature_sensors: Deprecate "NTC 100K beta 3950" thermistorKevin O'Connor2021-11-102-2/+9
* docs: Update MCU_Commands.md with new config_stepper commandKevin O'Connor2021-11-041-6/+11
* stepper: Make step pulse duration customizable at run-timeKevin O'Connor2021-11-042-0/+10
* docs: Note removal of deprecated features in Config_Changes.mdKevin O'Connor2021-11-021-0/+11
* console: Remove support for PINS commandKevin O'Connor2021-11-021-8/+6
* docs: Should be "LM75" instead of "lm75" in Config_Reference.mdKevin O'Connor2021-11-011-1/+1
* tmc: Track requested hold_current so SET_TMC_CURRENT doesn't reduce itKevin O'Connor2021-10-271-2/+2
* docs: Update mkdocs-requirements.txtKevin O'Connor2021-10-151-1/+1
* docs: Update BLTouch.md to prevent position_endstop error (#4731)Ilia Rebane2021-10-151-2/+2
* tmc: add current values to get_status() (#4696)Philipp Temminghoff2021-10-111-0/+2
* button: Support half-stepping encodersRufo Sanchez2021-10-111-0/+5
* adxl345: Renamed debug commands to fix their parsing by KlipperDmitry Butyugin2021-10-061-2/+2
* docs: Fix link in Releases.mdKevin O'Connor2021-09-291-1/+1
* docs: Note the release of v0.10.0Kevin O'Connor2021-09-291-0/+32
* docs: Update Features.mdKevin O'Connor2021-09-291-7/+13
* docs: Update CONTRIBUTING.md with new repo location; minor wording changesKevin O'Connor2021-09-291-11/+12
* docs: add Translation Contributor GuideYifei Ding2021-09-291-0/+37
* docs: Fix table rendering in RPi_microcontroller.mdKevin O'Connor2021-09-291-7/+9
* docs: background color fix for bed_mesh svgsEric Callahan2021-09-293-3/+6
* docs: Change Kinematics.md images to use a solid white backgroundKevin O'Connor2021-09-2716-247/+268
* docs: Fix typo in Bed_Mesh.mdKevin O'Connor2021-09-271-4/+4
* docs: Update documentation with new klipper github URLKevin O'Connor2021-09-237-14/+14
* avrsim: Change default speed to 16Mhz and default baud to 250KKevin O'Connor2021-09-161-6/+5
* configfile: Add support for reporting deprecated optionsKevin O'Connor2021-09-161-0/+6
* heaters: Change default smooth_time from 2 seconds to 1 secondKevin O'Connor2021-09-032-2/+6
* docs: Add referenced config example for PWM tools (#4537)Pascal2021-09-031-1/+1
* docs: Fix typo in Measuring_Resonances.mdKevin O'Connor2021-09-021-1/+1
* tuning_tower: Add STEP_DELTA and STEP_HEIGHT parameters as alternate tuning t...github@matthewlloyd.net2021-09-021-12/+27
* tuning_tower: Add SKIP parametergithub@matthewlloyd.net2021-09-021-7/+11
* motan: Add support for dumping and analyzing adxl345 dataKevin O'Connor2021-08-301-0/+20
* adxl345: Change default chip name from "default" to "adxl345"Kevin O'Connor2021-08-302-2/+6
* adxl345: Move g-code commands to new helper classKevin O'Connor2021-08-302-14/+16
* motan: Pass dataset parameters in parenthesisKevin O'Connor2021-08-301-2/+2
* tmc: Add support for a get_status() methodKevin O'Connor2021-08-301-0/+15