aboutsummaryrefslogtreecommitdiffstats
path: root/docs
Commit message (Expand)AuthorAgeFilesLines
* filament_motion_sensor: add get_status (#4281)Alex Zellner2021-05-111-0/+9
* debugcmds: Remove start/end_group commandsKevin O'Connor2021-05-071-1/+1
* docs: Fix typo in Config_Reference.mdKevin O'Connor2021-05-061-1/+1
* kinematics: Add hybrid-corexy and hybrid-corexz (#4229)Tircown2021-05-031-1/+70
* gcode_macro: Deprecate default_parameter_<name>Kevin O'Connor2021-05-032-10/+6
* docs: a slight clarity improvement for the rPi mcushiftingtech2021-05-021-0/+1
* stepper: Remove min_stop_interval from mcu codeKevin O'Connor2021-04-303-60/+53
* toolhead: Do not limit SET_VELOCITY_LIMIT to values specified in configKevin O'Connor2021-04-301-0/+4
* 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
* docs: Move status field reference to new Status_Reference.md fileKevin O'Connor2021-04-284-208/+310
* screws_tilt_adjust: Add MAX_DEVIATION parameter for bed level invariant.Johannes Stuettgen2021-04-281-0/+7
* docs: Prefer Jinja2 "set" directive to default_parameter_xxx in examplesKevin O'Connor2021-04-261-5/+1
* 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
* probe: Add deactivate_on_each_sample: param for Probe (#4161)nlef2021-04-241-0/+4
* adxl345: Verify the register writes, added debug adxl345 commandsDmitry Butyugin2021-04-241-0/+7
* docs: Note stealthchop can cause overcurrent error in TMC_Drivers.mdKevin O'Connor2021-04-241-0/+7
* docs: Update Linux RPi benchmarksKevin O'Connor2021-04-181-4/+4
* palette2: Add ping variation + ping status reports (#4114)Clifford Roche2021-04-142-2/+10
* docs: Note that attribution/history should be avoiding in Example_Configs.mdKevin O'Connor2021-04-131-0/+4
* docs: document bed mesh "faulty_regions"Arksine2021-04-103-0/+58
* toolhead: Export the print_stalls value via get_status()Kevin O'Connor2021-04-091-0/+3
* statistics: Export the OS and process load in a get_status() methodKevin O'Connor2021-04-091-0/+3
* docs: Minor changs to pca9533 in Config_Reference.mdKevin O'Connor2021-04-091-10/+12
* pca9533: RGB support for the mightyboard (#4150)le-Bark2021-04-091-0/+22
* docs: Minor display sectoin updates to Config_Reference.mdKevin O'Connor2021-04-091-7/+5
* Docs: Split the display section of Config_Reference.md into multiple sectionsKevin O'Connor2021-04-091-81/+173
* docs: Minor copy-and-paste fix to Config_Reference.mdKevin O'Connor2021-04-091-3/+0
* hd44780_spi: added lcd support to the mightyboard (#4121)le-Bark2021-04-071-7/+12
* docs: Add link to Discourse server in Example_Configs.mdKevin O'Connor2021-04-071-4/+7
* docs: Add links to Klipper Discourse server to Contact.mdKevin O'Connor2021-03-271-94/+62
* docs: Update FAQ on which mcus have hard pwm supportKevin O'Connor2021-03-261-2/+1
* output_pin: Support setting max_duration (#3995)Pascal P2021-03-263-0/+76
* palette2: Add support for P2 devices (#4057)Clifford Roche2021-03-262-0/+58
* docs: Fix Jekyll rendering of docs/TMC_Drivers.mdKevin O'Connor2021-03-251-0/+2
* docs: Revise sensorless homing configuration guideKevin O'Connor2021-03-252-112/+243
* docs: Deprecate support for the pin_map config optionKevin O'Connor2021-03-253-10/+7
* config: Create new sample-aliases.cfg with standard aliasesKevin O'Connor2021-03-251-32/+13
* replicape: Don't require a host alias for the enable_pin defaultKevin O'Connor2021-03-251-2/+3
* github: Add github issue chooserKevin O'Connor2021-03-241-2/+0
* docs: Move Example_Configs.md reference in Overview.mdKevin O'Connor2021-03-221-2/+2
* docs: Updates to Example_Configs.mdKevin O'Connor2021-03-221-3/+23
* docs: Add Example_Configs.md - info on adding new config files to KlipperKevin O'Connor2021-03-222-0/+76
* docs: Added a note about different ADLX345 PCB designsDmitry Butyugin2021-03-201-0/+6
* docs: Updated measuring resonances doc on max_accel suggestionsDmitry Butyugin2021-03-204-31/+72
* docs: Update TMC_Drivers.md with note on SPI failures on TMC driver checksKevin O'Connor2021-03-161-0/+9
* docs: Add common reasons for tmc error reports to TMC_Drivers.mdKevin O'Connor2021-03-161-0/+29
* bme280: Add support for BMP280 and BME680 sensors (#4040)Michael Kurz2021-03-152-7/+8
* filament_motion_sensor: Add filament_motion_sensor (#3857)TheJoshW2021-03-142-1/+29