aboutsummaryrefslogtreecommitdiffstats
path: root/klippy/extras
Commit message (Expand)AuthorAgeFilesLines
* heaters: Confirm heater setting in mcu every 3 seconds instead of 5Kevin O'Connor2025-04-281-2/+2
* pwm_tool: Use mcu.min_schedule_time() and mcu.max_nominal_duration()Kevin O'Connor2025-04-281-6/+4
* led: Use mcu.min_schedule_time() and mcu.max_nominal_duration()Kevin O'Connor2025-04-281-8/+7
* pwm_cycle_time: Use mcu.min_schedule_time() and mcu.max_nominal_duration()Kevin O'Connor2025-04-281-9/+11
* output_pin: Use mcu.min_schedule_time() and mcu.max_nominal_duration()Kevin O'Connor2025-04-281-9/+8
* lis3dh: increase scale from 8g to 16gWulfsta2025-04-281-3/+3
* probe: Remove ProbeEndstopSessionHelperKevin O'Connor2025-04-183-18/+18
* probe_eddy_current: Separate probe style commands from homing operationsKevin O'Connor2025-04-181-20/+39
* probe_eddy_current: Do not support QUERY_PROBE commandKevin O'Connor2025-04-181-2/+1
* probe: Add a new LookupZSteppers helper classKevin O'Connor2025-04-181-7/+14
* probe: Convert probing_move() callback to use regular probe sessions systemKevin O'Connor2025-04-182-22/+39
* probe: Change probing_move() to pass a gcmd instead of (pos, speed)Kevin O'Connor2025-04-182-16/+25
* probe: Add a new ProbeParameterHelper classKevin O'Connor2025-04-182-35/+44
* probe: Add a new lookup_minimum_z() helper functionKevin O'Connor2025-04-181-8/+9
* probe: Add a new ProbeEndstopSessionHelper classKevin O'Connor2025-04-184-7/+15
* probe: Add a default probing_move() function to HomingViaProbeHelperKevin O'Connor2025-04-184-12/+11
* manual_stepper: Implement "drip moves" for manual stepper STOP_ON_ENDSTOPKevin O'Connor2025-04-181-5/+19
* hall_filament_width_sensor: Add filament switch values to statusRussell Cloran2025-04-171-2/+4
* tmc: add missing freewheel config optionsTimofey Titovets2025-04-173-0/+3
* i2c_software: pass pulse ticks from hostTimofey Titovets2025-04-171-0/+12
* software_spi: set rate limiting ticks from the hostTimofey Titovets2025-04-171-0/+13
* led: Fix off-by-one bug in SET_LED_TEMPLATE INDEX parameterKevin O'Connor2025-04-111-1/+1
* force_move: Make sure to use lower() on SET_KINEMATIC_POSITION CLEAR_HOMEDKevin O'Connor2025-04-081-1/+1
* force_move: Support a SET_HOMED parameter to SET_KINEMATIC_POSITIONKevin O'Connor2025-04-081-6/+13
* axis_twist_compensation: Fix AttributeError on klippy connect state (#6881)Maksim Bolgov2025-04-051-3/+2
* temperature_combined: avoid crash with temperature monitorsTimofey Titovets2025-04-051-5/+13
* temperature_combined: delay initializationTimofey Titovets2025-04-051-1/+3
* adxl345: Allow read and write 127 register addressMRX80242025-04-031-2/+2
* icm20948: Formatting refactorMRX80242025-04-031-29/+24
* icm20948: Transition from 8g to 16g accels scaleMRX80242025-04-031-3/+3
* icm20948: Fix sample rate and accels scale selectionMRX80242025-04-031-0/+7
* output_pin: Make it possible to assign dicts/lists as template parametersKevin O'Connor2025-04-031-3/+10
* ldc_1612: Supports configurable external crystal frequency (#6734)XiaoK2025-03-291-5/+7
* output_pin: Fix handling of template rendering errorsKevin O'Connor2025-03-251-0/+1
* fan_generic: Fix handling of template rendering errorsKevin O'Connor2025-03-251-0/+1
* buttons: fixes incorrect parametersPedro Lamas2025-03-211-1/+1
* buttons: Debounce gcode_button and filament_switch_sensor (#6848)Gareth Farrington2025-03-205-14/+54
* load_cell: Load cell gram scale (#6729)Gareth Farrington2025-03-203-11/+498
* axis_twist_compensation: allow compensating both axis at oncePhilippe Daouadi2025-03-121-15/+0
* axis_twist_compensation: Remove the auto parameteryochiwarez2025-03-081-161/+16
* gcode_macro: Expand template syntax errors (#6839)Timofey Titovets2025-03-071-0/+6
* icm20948: Add support for ICM20948 accelerometer (#6756)Paul Hansel2025-03-041-0/+171
* skew_correction: Supports retrieving the name of the currently loaded skew co...GofranChang2025-02-271-1/+6
* bed_mesh: reduce generated point loggingEric Callahan2025-02-261-4/+6
* sensor_lis2dw: remove commented code and fix formattingWulfsta2025-02-261-3/+0
* save_variables: Check lowercase variable namesPedro Lamas2025-02-021-0/+2
* usb_canbus: Detect canbus stalls when in usb to canbus bridge modeKevin O'Connor2025-02-021-0/+12
* canbus_stats: Periodically report canbus interface statisticsKevin O'Connor2025-02-021-0/+68
* garbage_collection: freeze objects on klippy ready (#6794)Branden Cash2025-02-021-0/+31
* screws_tilt_adjust: initialize status result as a dictionaryPedro Lamas2025-01-241-1/+1