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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Kconfig: Add new WANT_I2C option to reduce code size
Kevin O'Connor
2025-04-16
8
-33
/
+43
*
Kconfig: Add new WANT_SPI option to reduce code size
Kevin O'Connor
2025-04-16
8
-27
/
+34
*
Kconfig: Add new WANT_HARD_PWM option to reduce code size
Kevin O'Connor
2025-04-16
8
-7
/
+14
*
stm32: Enable gcc -Os option on CONFIG_HAVE_LIMITED_CODE_SIZE
Kevin O'Connor
2025-04-16
1
-0
/
+1
*
avr: Enable gcc -Os option on CONFIG_HAVE_LIMITED_CODE_SIZE
Kevin O'Connor
2025-04-16
1
-1
/
+2
*
Kconfig: Replace WANT_DISPLAYS with individual options
Kevin O'Connor
2025-04-16
6
-8
/
+18
*
Kconfig: Replace WANT_GPIO_BITBANGING with individual options
Kevin O'Connor
2025-04-16
5
-10
/
+40
*
workflows: Update github build-test.yaml to ubuntu-22.04
Kevin O'Connor
2025-04-16
1
-1
/
+1
*
test: Disable optional features in atmega328 build
Kevin O'Connor
2025-04-16
1
-0
/
+14
*
Makefile: Don't disable gcc's use-linker-plugin option
Kevin O'Connor
2025-04-16
2
-2
/
+4
*
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
*
led: Fix off-by-one bug in SET_LED_TEMPLATE INDEX parameter
Kevin O'Connor
2025-04-11
1
-1
/
+1
*
ci-install: Use prebuilt pru gcc binaries
Kevin O'Connor
2025-04-08
2
-20
/
+12
*
force_move: Make sure to use lower() on SET_KINEMATIC_POSITION CLEAR_HOMED
Kevin O'Connor
2025-04-08
1
-1
/
+1
*
force_move: Support a SET_HOMED parameter to SET_KINEMATIC_POSITION
Kevin O'Connor
2025-04-08
2
-17
/
+57
*
i2c_software: Fix i2c_delay()
Kevin O'Connor
2025-04-08
1
-12
/
+9
*
docs: Fixup G-Codes.md so that sections are sorted alphabetically
Kevin O'Connor
2025-04-07
1
-127
/
+126
*
axis_twist_compensation: Fix AttributeError on klippy connect state (#6881)
Maksim Bolgov
2025-04-05
1
-3
/
+2
*
temperature_combined: avoid crash with temperature monitors
Timofey Titovets
2025-04-05
1
-5
/
+13
*
temperature_combined: delay initialization
Timofey Titovets
2025-04-05
1
-1
/
+3
*
docs: Add icm20948 description
MRX8024
2025-04-03
1
-0
/
+19
*
adxl345: Allow read and write 127 register address
MRX8024
2025-04-03
1
-2
/
+2
*
icm20948: Formatting refactor
MRX8024
2025-04-03
1
-29
/
+24
*
icm20948: Transition from 8g to 16g accels scale
MRX8024
2025-04-03
1
-3
/
+3
*
icm20948: Fix sample rate and accels scale selection
MRX8024
2025-04-03
1
-0
/
+7
*
mkdocs-requirements: Update to Jinja 3.1.6
Kevin O'Connor
2025-04-03
1
-1
/
+1
*
output_pin: Make it possible to assign dicts/lists as template parameters
Kevin O'Connor
2025-04-03
1
-3
/
+10
*
stm32: Turn on can.c error interrupts
Kevin O'Connor
2025-04-03
1
-1
/
+1
*
stm32: Add support for additional i2c bus
Russell Cloran
2025-04-02
1
-0
/
+3
*
stm32: Fix RESERVE_PINS_CAN pin ordering in fdcan.c
Kevin O'Connor
2025-04-01
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
2
-5
/
+10
*
stm32: Added PH13/14 CAN pin option for stm32h743 (#6857)
FrY Sennberg
2025-03-27
2
-0
/
+14
*
rp2040: define spi bus on pins 12,11,10
Timofey Titovets
2025-03-25
1
-0
/
+3
*
output_pin: Fix handling of template rendering errors
Kevin O'Connor
2025-03-25
1
-0
/
+1
*
fan_generic: Fix handling of template rendering errors
Kevin O'Connor
2025-03-25
1
-0
/
+1
*
config: Add LED definitions to generic-bigtreetech-skr-mini-mz.cfg
Kevin O'Connor
2025-03-24
1
-0
/
+6
*
buttons: fixes incorrect parameters
Pedro Lamas
2025-03-21
1
-1
/
+1
*
stepper: Support disabling optimized "step on both edges" in "make menuconfig"
Kevin O'Connor
2025-03-20
2
-9
/
+24
*
stepper: Support step on both edges with custom minimum pulse duration
Kevin O'Connor
2025-03-20
10
-37
/
+74
*
buttons: Debounce gcode_button and filament_switch_sensor (#6848)
Gareth Farrington
2025-03-20
6
-14
/
+63
*
load_cell: Load cell gram scale (#6729)
Gareth Farrington
2025-03-20
10
-35
/
+685
*
axis_twist_compensation: allow compensating both axis at once
Philippe Daouadi
2025-03-12
1
-15
/
+0
*
input_shaper: Fix for polar kinematics
Dmitry Butyugin
2025-03-11
1
-0
/
+13
*
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
3
-177
/
+17
*
gcode_macro: Expand template syntax errors (#6839)
Timofey Titovets
2025-03-07
1
-0
/
+6
[next]