aboutsummaryrefslogtreecommitdiffstats
path: root/klippy
Commit message (Expand)AuthorAgeFilesLines
* bulk_sensor: Rework ChipClockUpdater class into FixedFreqReaderKevin O'Connor2024-04-205-93/+66
* bulk_sensor: Refactor ChipClockUpdater constructorKevin O'Connor2024-04-205-45/+31
* ldc1612: Use extract_samples() for sample timestamp calculationKevin O'Connor2024-04-201-22/+10
* mpu9250: Use extract_samples() for sample timestamp calculationKevin O'Connor2024-04-201-30/+11
* lis2dw: Use extract_samples() for sample timestamp calculationKevin O'Connor2024-04-201-33/+11
* adxl345: Move sample timestamp calculation to reusable codeKevin O'Connor2024-04-202-31/+44
* virtual_sdcard: Define a default for on_gcode_errorKevin O'Connor2024-04-151-1/+7
* homing_override: Adds rawparams supportPedro Lamas2024-04-121-0/+1
* manual_stepper: Revert "manual_stepper: Add basic status. (#6527)"Kevin O'Connor2024-04-101-5/+0
* probe_eddy_current: Use sensor value at halt position for "trigger" positionKevin O'Connor2024-04-091-0/+44
* probe_eddy_current: Initial support for PROBE commandKevin O'Connor2024-04-092-1/+125
* probe_eddy_current: Support calibrating Z height to sensor frequencyKevin O'Connor2024-04-092-3/+190
* ldc1612: Add LDC_CALIBRATE_DRIVE_CURRENT calibration commandKevin O'Connor2024-04-091-3/+45
* ldc1612: Initial host support for reading ldc1612 bulk sensor dataKevin O'Connor2024-04-091-0/+154
* probe: Add a probing_move() wrapper to low-level mcu_probe classKevin O'Connor2024-04-093-7/+15
* mcu: Separate trdispatch handling from MCU_endstop classKevin O'Connor2024-04-091-37/+60
* klippy: remove a few unused variable assignments (#6504)Kamil Domański2024-04-059-9/+1
* manual_stepper: Add basic status. (#6527)Viesturs Zariņš2024-04-041-0/+5
* virtual_sdcard: Fix handling of unicode characters on Python2Kevin O'Connor2024-04-021-3/+6
* toolhead: Populate minimum_cruise_ratio to printer.configfile.settingsKevin O'Connor2024-04-021-6/+7
* motion_report: Don't negate step_distance on steppers with inverted dir pinKevin O'Connor2024-04-021-2/+0
* tmc2240: add ADC voltage formattersKamil Domański2024-03-201-0/+2
* configfile: Add support for reporting runtime_warnings via the API serverKevin O'Connor2024-03-132-4/+14
* mcu: Write a warning to the log if an incorrect mcu frequency is detectedKevin O'Connor2024-03-131-0/+14
* heaters: Clarify reported stats after a shutdownKevin O'Connor2024-03-131-1/+6
* pid_calibrate: Fix PID_CALIBRATE command when used with heater_genericKevin O'Connor2024-03-132-8/+12
* toolhead: Replace max_accel_to_decel with minimum_cruise_ratioKevin O'Connor2024-03-132-23/+34
* 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-162-17/+47
* bed_mesh: Remove deprecated relative_reference_indexKevin O'Connor2024-02-151-36/+6
* extruder: Remove deprecated commands and configKevin O'Connor2024-02-151-30/+1
* heaters: Remove deprecated thermistor "NTC 100K beta 3950"Kevin O'Connor2024-02-152-8/+0
* bed_mesh: add ZFADE parameter to BED_MESH_OFFSETEric Callahan2024-02-151-3/+10
* 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-261-2/+112
* 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-232-15/+133
* output_pin: Deprecate the maximum_mcu_duration parameterKevin O'Connor2024-01-231-0/+1
* mcu: Remove support for "static" pinsKevin O'Connor2024-01-234-48/+9
* output_pin: Deprecate static_value parameterKevin O'Connor2024-01-231-19/+20
* sensor_lis2dw: No need to schedule start of bulk readingKevin O'Connor2024-01-191-11/+7
* sensor_mpu9250: No need to schedule start of bulk readingKevin O'Connor2024-01-191-10/+16
* sensor_adxl345: No need to schedule start of bulk readingKevin O'Connor2024-01-191-10/+6
* 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-195-69/+40
* sensor_angle: No need to send messages when stopping queriesKevin O'Connor2024-01-191-5/+2
* sensor_lis2dw: No need to send messages when stopping queriesKevin O'Connor2024-01-191-6/+2
* sensor_mpu9250: No need to send messages when stopping queriesKevin O'Connor2024-01-191-6/+2