aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* config: update Kobra Plus build instructions and fan settingsDerek Kaser2024-03-041-2/+2
* avr: enable small code size options for atmega32u4Jake2024-03-021-1/+1
* docs: updates BED_MESH_CALIBRATE descriptionPedro Lamas2024-02-201-5/+11
* shaper_calibrate: Fixed crashes in SHAPER_CALIBRATE and TEST_RESONANCESDmitry Butyugin2024-02-172-12/+16
* scripts: Added shaper tuning parameters to calibrate_shaper scriptDmitry Butyugin2024-02-164-25/+145
* docs: Note removal of deprecated options in Config_Changes.mdKevin O'Connor2024-02-151-0/+8
* bed_mesh: Remove deprecated relative_reference_indexKevin O'Connor2024-02-153-44/+6
* extruder: Remove deprecated commands and configKevin O'Connor2024-02-153-44/+5
* heaters: Remove deprecated thermistor "NTC 100K beta 3950"Kevin O'Connor2024-02-152-8/+0
* docs: Fix typo in Skew_Correction.mdKevin O'Connor2024-02-151-1/+1
* docs: update BED_MESH_OFFSET descriptionEric Callahan2024-02-152-7/+17
* bed_mesh: add ZFADE parameter to BED_MESH_OFFSETEric Callahan2024-02-151-3/+10
* docs: Add required dependency to run numpy with python3 on RPI (#6491)Anders Brujordet2024-02-131-1/+1
* docs: Fix typo in Probe_Calibrate.mdKevin O'Connor2024-02-091-1/+1
* bed_mesh: fix profile_name reporting in get_status()Eric Callahan2024-01-281-10/+8
* bed_mesh: fix manual mode point generationEric Callahan2024-01-281-5/+8
* virtual_sdcard: fix virtual SD file position count (#6472)Kiswich2024-01-271-1/+1
* bed_mesh: Implement adaptive bed mesh (#6461)voidtrance2024-01-265-4/+181
* rp2040: Only change SPI settings while peripheral is disabledKevin O'Connor2024-01-251-0/+4
* rp2040: Load vectortable into ramKevin O'Connor2024-01-252-0/+27
* rp2040: Run all code from ramKevin O'Connor2024-01-251-2/+3
* rp2040: Always link using rp2040_link.lds.SKevin O'Connor2024-01-252-3/+11
* armcm_boot: Avoid invoking functions in reset_handler_stage_two()Kevin O'Connor2024-01-251-4/+28
* mcu: Remove support for set_pwm() cycle_time parameterKevin O'Connor2024-01-234-32/+13
* pwm_cycle_time: New module for output pins with dynamic cycle timesKevin O'Connor2024-01-239-38/+204
* output_pin: Deprecate the maximum_mcu_duration parameterKevin O'Connor2024-01-233-9/+14
* mcu: Remove support for "static" pinsKevin O'Connor2024-01-234-48/+9
* output_pin: Deprecate static_value parameterKevin O'Connor2024-01-239-41/+42
* stm32: Remove product names from bootloader choices menuKevin O'Connor2024-01-221-7/+7
* stm32: Add 36KiB bootloader offset option (#6449)Jakub2024-01-221-0/+3
* stm32g0: Disable internal pull-down resistors on UCPDx CCx pins, because klip...BIGTREETECH2024-01-211-0/+2
* sensor_lis2dw: No need to schedule start of bulk readingKevin O'Connor2024-01-192-53/+18
* sensor_mpu9250: No need to schedule start of bulk readingKevin O'Connor2024-01-192-108/+43
* sensor_adxl345: No need to schedule start of bulk readingKevin O'Connor2024-01-192-53/+18
* bulk_sensor: Don't assume chip_clock is zero on start of queriesKevin O'Connor2024-01-194-9/+13
* sensor_bulk: New C file with helper code for sending bulk sensor measurementsKevin O'Connor2024-01-1913-189/+153
* sensor_angle: No need to send messages when stopping queriesKevin O'Connor2024-01-192-10/+4
* sensor_lis2dw: No need to send messages when stopping queriesKevin O'Connor2024-01-192-25/+4
* sensor_mpu9250: No need to send messages when stopping queriesKevin O'Connor2024-01-192-15/+2
* sensor_adxl345: No need to send messages when stopping queriesKevin O'Connor2024-01-192-24/+2
* mcu: Add send_wait_ack() support to CommandWrapperKevin O'Connor2024-01-191-0/+3
* docs: Update to mkdocs to use latest jinj2 versionKevin O'Connor2024-01-181-2/+2
* toolhead: Rename note_kinematic_activity() to note_mcu_movequeue_activity()Kevin O'Connor2024-01-184-10/+10
* toolhead: Rename MoveQueue class to LookAheadQueueKevin O'Connor2024-01-182-31/+33
* force_move: Fix missing call to note_kinematic_activity()Kevin O'Connor2024-01-181-0/+1
* config: Add Creality Ender 5 S1. (#6455)grnbrg2024-01-182-0/+171
* toolhead: Extend flushing slightly past required timeKevin O'Connor2024-01-172-6/+6
* toolhead: Ensure full kin_flush_delay after flush_step_generation()Kevin O'Connor2024-01-162-4/+5
* docs: Update Multi_MCU_Homing.md to note the importance of low-latencyKevin O'Connor2024-01-161-3/+9
* mcu: Increase trsync_state reporting during multi-mcu homingKevin O'Connor2024-01-161-2/+2