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
*
config: update Kobra Plus build instructions and fan settings
Derek Kaser
2024-03-04
1
-2
/
+2
*
avr: enable small code size options for atmega32u4
Jake
2024-03-02
1
-1
/
+1
*
docs: updates BED_MESH_CALIBRATE description
Pedro Lamas
2024-02-20
1
-5
/
+11
*
shaper_calibrate: Fixed crashes in SHAPER_CALIBRATE and TEST_RESONANCES
Dmitry Butyugin
2024-02-17
2
-12
/
+16
*
scripts: Added shaper tuning parameters to calibrate_shaper script
Dmitry Butyugin
2024-02-16
4
-25
/
+145
*
docs: Note removal of deprecated options in Config_Changes.md
Kevin O'Connor
2024-02-15
1
-0
/
+8
*
bed_mesh: Remove deprecated relative_reference_index
Kevin O'Connor
2024-02-15
3
-44
/
+6
*
extruder: Remove deprecated commands and config
Kevin O'Connor
2024-02-15
3
-44
/
+5
*
heaters: Remove deprecated thermistor "NTC 100K beta 3950"
Kevin O'Connor
2024-02-15
2
-8
/
+0
*
docs: Fix typo in Skew_Correction.md
Kevin O'Connor
2024-02-15
1
-1
/
+1
*
docs: update BED_MESH_OFFSET description
Eric Callahan
2024-02-15
2
-7
/
+17
*
bed_mesh: add ZFADE parameter to BED_MESH_OFFSET
Eric Callahan
2024-02-15
1
-3
/
+10
*
docs: Add required dependency to run numpy with python3 on RPI (#6491)
Anders Brujordet
2024-02-13
1
-1
/
+1
*
docs: Fix typo in Probe_Calibrate.md
Kevin O'Connor
2024-02-09
1
-1
/
+1
*
bed_mesh: fix profile_name reporting in get_status()
Eric Callahan
2024-01-28
1
-10
/
+8
*
bed_mesh: fix manual mode point generation
Eric Callahan
2024-01-28
1
-5
/
+8
*
virtual_sdcard: fix virtual SD file position count (#6472)
Kiswich
2024-01-27
1
-1
/
+1
*
bed_mesh: Implement adaptive bed mesh (#6461)
voidtrance
2024-01-26
5
-4
/
+181
*
rp2040: Only change SPI settings while peripheral is disabled
Kevin O'Connor
2024-01-25
1
-0
/
+4
*
rp2040: Load vectortable into ram
Kevin O'Connor
2024-01-25
2
-0
/
+27
*
rp2040: Run all code from ram
Kevin O'Connor
2024-01-25
1
-2
/
+3
*
rp2040: Always link using rp2040_link.lds.S
Kevin O'Connor
2024-01-25
2
-3
/
+11
*
armcm_boot: Avoid invoking functions in reset_handler_stage_two()
Kevin O'Connor
2024-01-25
1
-4
/
+28
*
mcu: Remove support for set_pwm() cycle_time parameter
Kevin O'Connor
2024-01-23
4
-32
/
+13
*
pwm_cycle_time: New module for output pins with dynamic cycle times
Kevin O'Connor
2024-01-23
9
-38
/
+204
*
output_pin: Deprecate the maximum_mcu_duration parameter
Kevin O'Connor
2024-01-23
3
-9
/
+14
*
mcu: Remove support for "static" pins
Kevin O'Connor
2024-01-23
4
-48
/
+9
*
output_pin: Deprecate static_value parameter
Kevin O'Connor
2024-01-23
9
-41
/
+42
*
stm32: Remove product names from bootloader choices menu
Kevin O'Connor
2024-01-22
1
-7
/
+7
*
stm32: Add 36KiB bootloader offset option (#6449)
Jakub
2024-01-22
1
-0
/
+3
*
stm32g0: Disable internal pull-down resistors on UCPDx CCx pins, because klip...
BIGTREETECH
2024-01-21
1
-0
/
+2
*
sensor_lis2dw: No need to schedule start of bulk reading
Kevin O'Connor
2024-01-19
2
-53
/
+18
*
sensor_mpu9250: No need to schedule start of bulk reading
Kevin O'Connor
2024-01-19
2
-108
/
+43
*
sensor_adxl345: No need to schedule start of bulk reading
Kevin O'Connor
2024-01-19
2
-53
/
+18
*
bulk_sensor: Don't assume chip_clock is zero on start of queries
Kevin O'Connor
2024-01-19
4
-9
/
+13
*
sensor_bulk: New C file with helper code for sending bulk sensor measurements
Kevin O'Connor
2024-01-19
13
-189
/
+153
*
sensor_angle: No need to send messages when stopping queries
Kevin O'Connor
2024-01-19
2
-10
/
+4
*
sensor_lis2dw: No need to send messages when stopping queries
Kevin O'Connor
2024-01-19
2
-25
/
+4
*
sensor_mpu9250: No need to send messages when stopping queries
Kevin O'Connor
2024-01-19
2
-15
/
+2
*
sensor_adxl345: No need to send messages when stopping queries
Kevin O'Connor
2024-01-19
2
-24
/
+2
*
mcu: Add send_wait_ack() support to CommandWrapper
Kevin O'Connor
2024-01-19
1
-0
/
+3
*
docs: Update to mkdocs to use latest jinj2 version
Kevin O'Connor
2024-01-18
1
-2
/
+2
*
toolhead: Rename note_kinematic_activity() to note_mcu_movequeue_activity()
Kevin O'Connor
2024-01-18
4
-10
/
+10
*
toolhead: Rename MoveQueue class to LookAheadQueue
Kevin O'Connor
2024-01-18
2
-31
/
+33
*
force_move: Fix missing call to note_kinematic_activity()
Kevin O'Connor
2024-01-18
1
-0
/
+1
*
config: Add Creality Ender 5 S1. (#6455)
grnbrg
2024-01-18
2
-0
/
+171
*
toolhead: Extend flushing slightly past required time
Kevin O'Connor
2024-01-17
2
-6
/
+6
*
toolhead: Ensure full kin_flush_delay after flush_step_generation()
Kevin O'Connor
2024-01-16
2
-4
/
+5
*
docs: Update Multi_MCU_Homing.md to note the importance of low-latency
Kevin O'Connor
2024-01-16
1
-3
/
+9
*
mcu: Increase trsync_state reporting during multi-mcu homing
Kevin O'Connor
2024-01-16
1
-2
/
+2
[next]