index
:
kutter
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
docs
Commit message (
Expand
)
Author
Age
Files
Lines
*
stepper: Make step pulse duration customizable at run-time
Kevin O'Connor
2021-11-04
2
-0
/
+10
*
docs: Note removal of deprecated features in Config_Changes.md
Kevin O'Connor
2021-11-02
1
-0
/
+11
*
console: Remove support for PINS command
Kevin O'Connor
2021-11-02
1
-8
/
+6
*
docs: Should be "LM75" instead of "lm75" in Config_Reference.md
Kevin O'Connor
2021-11-01
1
-1
/
+1
*
tmc: Track requested hold_current so SET_TMC_CURRENT doesn't reduce it
Kevin O'Connor
2021-10-27
1
-2
/
+2
*
docs: Update mkdocs-requirements.txt
Kevin O'Connor
2021-10-15
1
-1
/
+1
*
docs: Update BLTouch.md to prevent position_endstop error (#4731)
Ilia Rebane
2021-10-15
1
-2
/
+2
*
tmc: add current values to get_status() (#4696)
Philipp Temminghoff
2021-10-11
1
-0
/
+2
*
button: Support half-stepping encoders
Rufo Sanchez
2021-10-11
1
-0
/
+5
*
adxl345: Renamed debug commands to fix their parsing by Klipper
Dmitry Butyugin
2021-10-06
1
-2
/
+2
*
docs: Fix link in Releases.md
Kevin O'Connor
2021-09-29
1
-1
/
+1
*
docs: Note the release of v0.10.0
Kevin O'Connor
2021-09-29
1
-0
/
+32
*
docs: Update Features.md
Kevin O'Connor
2021-09-29
1
-7
/
+13
*
docs: Update CONTRIBUTING.md with new repo location; minor wording changes
Kevin O'Connor
2021-09-29
1
-11
/
+12
*
docs: add Translation Contributor Guide
Yifei Ding
2021-09-29
1
-0
/
+37
*
docs: Fix table rendering in RPi_microcontroller.md
Kevin O'Connor
2021-09-29
1
-7
/
+9
*
docs: background color fix for bed_mesh svgs
Eric Callahan
2021-09-29
3
-3
/
+6
*
docs: Change Kinematics.md images to use a solid white background
Kevin O'Connor
2021-09-27
16
-247
/
+268
*
docs: Fix typo in Bed_Mesh.md
Kevin O'Connor
2021-09-27
1
-4
/
+4
*
docs: Update documentation with new klipper github URL
Kevin O'Connor
2021-09-23
7
-14
/
+14
*
avrsim: Change default speed to 16Mhz and default baud to 250K
Kevin O'Connor
2021-09-16
1
-6
/
+5
*
configfile: Add support for reporting deprecated options
Kevin O'Connor
2021-09-16
1
-0
/
+6
*
heaters: Change default smooth_time from 2 seconds to 1 second
Kevin O'Connor
2021-09-03
2
-2
/
+6
*
docs: Add referenced config example for PWM tools (#4537)
Pascal
2021-09-03
1
-1
/
+1
*
docs: Fix typo in Measuring_Resonances.md
Kevin O'Connor
2021-09-02
1
-1
/
+1
*
tuning_tower: Add STEP_DELTA and STEP_HEIGHT parameters as alternate tuning t...
github@matthewlloyd.net
2021-09-02
1
-12
/
+27
*
tuning_tower: Add SKIP parameter
github@matthewlloyd.net
2021-09-02
1
-7
/
+11
*
motan: Add support for dumping and analyzing adxl345 data
Kevin O'Connor
2021-08-30
1
-0
/
+20
*
adxl345: Change default chip name from "default" to "adxl345"
Kevin O'Connor
2021-08-30
2
-2
/
+6
*
adxl345: Move g-code commands to new helper class
Kevin O'Connor
2021-08-30
2
-14
/
+16
*
motan: Pass dataset parameters in parenthesis
Kevin O'Connor
2021-08-30
1
-2
/
+2
*
tmc: Add support for a get_status() method
Kevin O'Connor
2021-08-30
1
-0
/
+15
*
mcu: Support multi-mcu homing
Kevin O'Connor
2021-08-28
4
-8
/
+58
*
docs: Note importance of slow extrude rate in Rotation_Distance.md
Kevin O'Connor
2021-08-25
1
-1
/
+5
*
docs: Fix typo in Debugging.md
Kevin O'Connor
2021-08-24
1
-1
/
+1
*
docs: Add information on motan scripts to Debugging.md
Kevin O'Connor
2021-08-22
1
-0
/
+62
*
motion_report: Add support for dumping steps/trapq via API server
Kevin O'Connor
2021-08-22
1
-0
/
+43
*
docs: Note config list change to Config_Changes.md
Kevin O'Connor
2021-08-21
1
-0
/
+4
*
homing: Calculate homing position based on trigger time
Kevin O'Connor
2021-08-17
1
-0
/
+6
*
docs: Don't use section-index plugin during klipper3d.org site generation
Kevin O'Connor
2021-08-17
4
-18
/
+15
*
bed_mesh: Added PROFILE name option (#4522)
Randell Hodges
2021-08-17
1
-4
/
+8
*
docs: Fix reference to neopixel color_data
Matt Heath
2021-08-17
1
-1
/
+1
*
docs: Add comment on additional stepper fields available in extruder section
Kevin O'Connor
2021-08-17
1
-0
/
+2
*
avr: Rename the analog-only PE0/PE1 pins on atmega168/328 to PE2/PE3
Kevin O'Connor
2021-08-14
1
-0
/
+3
*
stepper: Query the stepper mcu position during startup
Kevin O'Connor
2021-08-06
1
-5
/
+4
*
mkdocs_hooks: Improve check for not in a list
Kevin O'Connor
2021-08-02
1
-1
/
+1
*
mkdocs_hooks: Add some comments to the script
Kevin O'Connor
2021-08-02
1
-0
/
+10
*
_klipper3d: Add additional comments to mkdocs.yml
Kevin O'Connor
2021-08-02
1
-29
/
+34
*
docs: Reorder sections of Debugging.md
Kevin O'Connor
2021-08-02
1
-84
/
+82
*
motion_report: Add get_status() method with current requested toolhead position
Kevin O'Connor
2021-07-29
1
-0
/
+12
[next]