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
*
Remove logfile support
Tomasz Kramkowski
2025-08-15
1
-1
/
+1
*
Run black on all first party python code
Tomasz Kramkowski
2025-08-06
1
-7
/
+10
*
docs: Fix typos in config and docs (#6991)
Thijs Triemstra
2025-07-27
11
-16
/
+16
*
mcp4018: Remove support for manual i2c - use standard mcu software i2c instead
Kevin O'Connor
2025-07-22
2
-9
/
+14
*
pca9632: Remove custom software i2c - use normal mcu software i2c instead
Kevin O'Connor
2025-07-22
2
-5
/
+4
*
docs: Fix typo in Benchmarks.md
Kevin O'Connor
2025-06-08
1
-1
/
+1
*
docs: Note 'config' object shouldn't be accessed after initial load
Kevin O'Connor
2025-06-04
1
-0
/
+5
*
input_shaper: Track kinematics updates by dual_carriage
Dmitry Butyugin
2025-06-04
1
-0
/
+21
*
docs: Update benchmarks with stm32g431 chip
Kevin O'Connor
2025-06-02
2
-0
/
+20
*
docs: Update CAN bus command rate benchmarks
Kevin O'Connor
2025-05-31
1
-7
/
+12
*
docs: Load Cell Probe Documentation
Gareth Farrington
2025-05-29
5
-12
/
+502
*
docs: Remove SHAPER_CALIBRATE and usb-to-canbus bridge warning in CANBUS.md
Kevin O'Connor
2025-05-19
1
-5
/
+0
*
docs: Update Installation.md - Flash loop protection (#6935)
JamesH1978
2025-05-19
1
-0
/
+19
*
docs: Fix index.md links
Kevin O'Connor
2025-05-16
1
-7
/
+5
*
docs: BED_MESH_CALIBRATE makes a mesh that is immediately available. (#6919)
Rowland
2025-05-14
2
-2
/
+9
*
manual_stepper: Support LIMIT_VELOCITY and LIMIT_ACCEL when using gcode axis
Kevin O'Connor
2025-05-12
1
-0
/
+4
*
manual_stepper: Support position_min and position_max options
Kevin O'Connor
2025-05-12
1
-0
/
+7
*
manual_stepper: Support INSTANTANEOUS_CORNER_VELOCITY on gcode axes
Kevin O'Connor
2025-05-12
1
-11
/
+14
*
manual_stepper: Support registering as an additional axis
Kevin O'Connor
2025-05-12
1
-0
/
+12
*
kinematics: Generic Cartesian kinematics implementation (#6815)
Dmitry Butyugin
2025-05-06
3
-14
/
+286
*
docs: Update stm32h723 benchmarks now that it runs at 520Mhz
Kevin O'Connor
2025-05-02
2
-8
/
+8
*
docs: Note canbus_query.py limitations in CANBUS_Troubleshooting.md
Kevin O'Connor
2025-04-29
1
-0
/
+17
*
docs: Note functioning canbus required even in bridge mode in CANBUS.md
Kevin O'Connor
2025-04-29
1
-0
/
+9
*
docs: Update date of cycle_time change in Config_Changes.md
Kevin O'Connor
2025-04-28
1
-1
/
+1
*
mcu: Decrease mcu.max_nominal_duration() to 3 seconds from 5
Kevin O'Connor
2025-04-28
1
-0
/
+5
*
docs: Update benchmarks for stm32h7
Kevin O'Connor
2025-04-19
2
-11
/
+10
*
manual_stepper: Implement "drip moves" for manual stepper STOP_ON_ENDSTOP
Kevin O'Connor
2025-04-18
1
-0
/
+5
*
docs: Update Config_Changes.md to note software spi is now rate limited
Kevin O'Connor
2025-04-17
1
-0
/
+9
*
hall_filament_width_sensor: Add filament switch values to status
Russell Cloran
2025-04-17
1
-0
/
+2
*
tmc: add missing freewheel config options
Timofey Titovets
2025-04-17
1
-0
/
+3
*
docs: Note the release of v0.13.0
Kevin O'Connor
2025-04-11
1
-0
/
+29
*
docs: Update Features.md to reflect recent work
Kevin O'Connor
2025-04-11
1
-5
/
+8
*
force_move: Support a SET_HOMED parameter to SET_KINEMATIC_POSITION
Kevin O'Connor
2025-04-08
1
-11
/
+44
*
docs: Fixup G-Codes.md so that sections are sorted alphabetically
Kevin O'Connor
2025-04-07
1
-127
/
+126
*
docs: Add icm20948 description
MRX8024
2025-04-03
1
-0
/
+19
*
mkdocs-requirements: Update to Jinja 3.1.6
Kevin O'Connor
2025-04-03
1
-1
/
+1
*
docs: Fix link syntax typo for bed_screws
Russell Cloran
2025-04-01
1
-1
/
+1
*
docs: Fix typo in docs generation documentation
Russell Cloran
2025-04-01
1
-2
/
+2
*
docs: Fix typos in installation.md
Tobias Rumiz
2025-03-31
1
-21
/
+21
*
ldc_1612: Supports configurable external crystal frequency (#6734)
XiaoK
2025-03-29
1
-0
/
+3
*
buttons: Debounce gcode_button and filament_switch_sensor (#6848)
Gareth Farrington
2025-03-20
1
-0
/
+9
*
load_cell: Load cell gram scale (#6729)
Gareth Farrington
2025-03-20
7
-24
/
+187
*
docs: Note AXIS_TWIST_COMPENSATION_CALIBRATE AUTO removal in Config_Changes.md
Kevin O'Connor
2025-03-08
1
-0
/
+3
*
axis_twist_compensation: Remove the auto parameter
yochiwarez
2025-03-08
2
-16
/
+1
*
icm20948: Add support for ICM20948 accelerometer (#6756)
Paul Hansel
2025-03-04
1
-4
/
+7
*
docs: fix markup in Axis_Twist_Compensation.md (#6827)
Thijs Triemstra
2025-02-28
1
-12
/
+12
*
skew_correction: Supports retrieving the name of the currently loaded skew co...
GofranChang
2025-02-27
1
-0
/
+6
*
docs: Update benchmarks for rp2040
Kevin O'Connor
2025-02-26
2
-6
/
+6
*
docs: Improve suggestions on bytes_invalid in CANBUS_Troubleshooting.md
Kevin O'Connor
2025-02-15
1
-11
/
+27
*
docs: Note stealthchop_threshold doesn't impact sensorless homing
Kevin O'Connor
2025-02-15
2
-8
/
+16
[next]