aboutsummaryrefslogtreecommitdiffstats
path: root/docs
Commit message (Expand)AuthorAgeFilesLines
* 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
* mcu: Support multi-mcu homingKevin O'Connor2021-08-284-8/+58
* docs: Note importance of slow extrude rate in Rotation_Distance.mdKevin O'Connor2021-08-251-1/+5
* docs: Fix typo in Debugging.mdKevin O'Connor2021-08-241-1/+1
* docs: Add information on motan scripts to Debugging.mdKevin O'Connor2021-08-221-0/+62
* motion_report: Add support for dumping steps/trapq via API serverKevin O'Connor2021-08-221-0/+43
* docs: Note config list change to Config_Changes.mdKevin O'Connor2021-08-211-0/+4
* homing: Calculate homing position based on trigger timeKevin O'Connor2021-08-171-0/+6
* docs: Don't use section-index plugin during klipper3d.org site generationKevin O'Connor2021-08-174-18/+15
* bed_mesh: Added PROFILE name option (#4522)Randell Hodges2021-08-171-4/+8
* docs: Fix reference to neopixel color_dataMatt Heath2021-08-171-1/+1
* docs: Add comment on additional stepper fields available in extruder sectionKevin O'Connor2021-08-171-0/+2
* avr: Rename the analog-only PE0/PE1 pins on atmega168/328 to PE2/PE3Kevin O'Connor2021-08-141-0/+3
* stepper: Query the stepper mcu position during startupKevin O'Connor2021-08-061-5/+4
* mkdocs_hooks: Improve check for not in a listKevin O'Connor2021-08-021-1/+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
* motion_report: Add get_status() method with current requested toolhead positionKevin O'Connor2021-07-291-0/+12