klipper/klippy/extras
BIGTREETECH 645a1b8364
i2c_software: Implementation of software i2c (#6141)
Signed-off-by: Alan.Ma from BigTreeTech <tech@biqu3d.com>
2023-06-07 20:55:46 -04:00
..
display menu: Conditional display of common Control utils 2022-11-03 16:05:24 -04:00
__init__.py
ad5206.py
adc_scaled.py
adc_temperature.py
adxl345.py adxl345: Apply correct scaling for X,Y and Z axes 2022-10-25 14:41:00 -04:00
aht10.py aht10: update comments and docs for AHT20/AHT21 support 2023-04-24 11:10:00 -04:00
angle.py tmc2240: initial implementation 2023-03-01 20:43:53 -05:00
bed_mesh.py bed_mesh: do not load a profile on startup 2023-02-01 11:07:16 -05:00
bed_screws.py bed_screws: report status 2022-07-28 20:43:19 -04:00
bed_tilt.py
bltouch.py
bme280.py bme280: use consistent report time for BME680 2023-05-31 13:43:07 -04:00
board_pins.py
bus.py i2c_software: Implementation of software i2c (#6141) 2023-06-07 20:55:46 -04:00
buttons.py
canbus_ids.py canbus_ids: Use 4 as the first nodeid to reduce id bitstuffing 2022-07-29 11:40:54 -04:00
controller_fan.py
dac084S085.py
delayed_gcode.py
delta_calibrate.py delta_calibrate: Fix Python3 error in DELTA_ANALYZE 2022-06-13 13:51:07 -04:00
display_status.py display_status: Implement SET_DISPLAY_TEXT command 2022-06-27 10:09:02 -04:00
dotstar.py dotstar: Update to use LEDHelper class 2022-03-31 13:08:12 -04:00
ds18b20.py ds18b20: fix string conversion error on startup (#5559) 2022-06-08 18:05:27 -04:00
duplicate_pin_override.py
endstop_phase.py tmc2240: initial implementation 2023-03-01 20:43:53 -05:00
exclude_object.py exclude_objects: initial implementation 2022-06-03 14:12:04 -04:00
extruder_stepper.py extruder_stepper: Support configuring pressure advance from config 2022-09-01 14:53:12 -04:00
fan.py fan: add enable_pin option (#5732) 2022-09-03 12:23:55 -04:00
fan_generic.py
filament_motion_sensor.py
filament_switch_sensor.py
firmware_retraction.py
force_move.py
gcode_arcs.py gcode_arcs: Allow either one of I, J, K to be default-zero on G2/G3 (#5939) 2022-12-14 12:06:11 -05:00
gcode_button.py
gcode_macro.py gcode_macro: Catch variable encoding errors 2023-04-19 12:22:20 -04:00
gcode_move.py
hall_filament_width_sensor.py
heater_bed.py
heater_fan.py
heater_generic.py
heaters.py
homing.py homing: Fix bug in multi_complete() 2022-05-13 13:53:17 -04:00
homing_heaters.py
homing_override.py
htu21d.py htu21d: SI7021 is has id 0x15 (#5375) 2022-04-11 10:33:41 -04:00
idle_timeout.py
input_shaper.py input_shaper: Fixed tracking of step_generation_scan_time 2023-06-06 20:17:49 -04:00
led.py led: Remove has_white check from LEDHelper 2022-04-18 09:34:25 -04:00
lm75.py
manual_probe.py manual_probe: Add Z_OFFSET_APPLY_ENDSTOP for delta 2022-12-19 13:14:06 -05:00
manual_stepper.py
mcp4018.py mcp4018: Add SET_DIGIPOT command to mcp4018 implementation (#5737) 2022-09-02 10:30:06 -04:00
mcp4451.py
mcp4728.py
motion_report.py
mpu9250.py sensor_mpu9250: Fix or improve reliability (#6170) 2023-04-19 12:34:22 -04:00
multi_pin.py
neopixel.py neopixel: Simplify color_order parsing 2022-04-18 12:55:32 -04:00
output_pin.py
palette2.py palette2: Fix errors with bad handling of NoneType in a few locations 2022-12-31 21:03:37 -05:00
pause_resume.py
pca9533.py led: Remove has_white check from LEDHelper 2022-04-18 09:34:25 -04:00
pca9632.py pca9632: Fix color_order assignment 2022-04-18 11:07:05 -04:00
pid_calibrate.py pid_calibrate: Improve Python3 compatibility in debug file output 2022-03-29 20:37:03 -04:00
print_stats.py print_stats: add `SET_PRINT_STATS_INFO` G-Code for pass slicer variables to Klipper (#5726) 2022-10-05 15:02:28 -04:00
probe.py probe: expose name on status report 2023-03-14 21:11:33 -04:00
pulse_counter.py
quad_gantry_level.py
query_adc.py
query_endstops.py
replicape.py replicape: Only call note_pwm_enable() in main thread 2023-01-17 18:39:47 -05:00
resonance_tester.py resonance_tester: Apply input shaper params on SHAPER_CALIBRATE 2023-05-25 12:52:29 -04:00
respond.py respond: No forced spaces (#5152) 2022-06-30 13:56:35 -04:00
safe_z_home.py safe_z_home: Fix final z hop to use relative z coordinates (#5879) 2022-11-22 18:55:43 -05:00
samd_sercom.py
save_variables.py save_variables: Verify filename path is writeable at startup 2022-12-11 21:07:47 -05:00
screws_tilt_adjust.py screws_tilt_adjust: status result as dictionary 2023-02-03 18:16:19 -05:00
sdcard_loop.py
servo.py
shaper_calibrate.py resonance_tester: Apply input shaper params on SHAPER_CALIBRATE 2023-05-25 12:52:29 -04:00
shaper_defs.py
skew_correction.py
smart_effector.py smart_effector: Initial support of programmable SmartEffector 2022-04-09 19:04:57 -04:00
spi_temperature.py thermocouple: Only shutdown on multiple consecutive sensor errors 2022-09-23 11:56:20 -04:00
static_digital_output.py
statistics.py
stepper_enable.py stepper_enable: report status 2023-02-13 12:16:17 -05:00
sx1509.py
temperature_fan.py temperature_fan: Fix divide by zero error when pid_Ki is zero 2022-04-07 12:11:54 -04:00
temperature_host.py
temperature_mcu.py stm32: add STM32H723 support 2022-12-02 13:55:23 -05:00
temperature_sensor.py
temperature_sensors.cfg aht10: Added support for AHT10 ambient temperature sensor (#6138) 2023-04-07 13:41:06 -04:00
thermistor.py
tmc.py tmc: Support reporting tmc2240 temperature in driver get_status() 2023-04-07 15:20:40 -04:00
tmc2130.py tmc: SET_TMC_FIELD VELOCITY 2023-03-20 10:58:25 -04:00
tmc2208.py tmc: SET_TMC_FIELD VELOCITY 2023-03-20 10:58:25 -04:00
tmc2209.py tmc: SET_TMC_FIELD VELOCITY 2023-03-20 10:58:25 -04:00
tmc2240.py tmc: Enable sg_angle_offset for smooth switching from Stealthchop to Spreadcycle (#6123) 2023-03-27 21:18:06 -04:00
tmc2660.py tmc: SET_TMC_FIELD VELOCITY 2023-03-20 10:58:25 -04:00
tmc5160.py tmc5160: add DRV_CONF Register for TMC5160 (#6154) 2023-04-11 11:43:19 -04:00
tmc_uart.py tmc: SET_TMC_FIELD VELOCITY 2023-03-20 10:58:25 -04:00
tsl1401cl_filament_width_sensor.py
tuning_tower.py tuning_tower: add is_active() method 2022-06-03 14:12:04 -04:00
verify_heater.py
virtual_sdcard.py virtual_sdcard: read new lines as-is 2022-09-11 21:43:43 -04:00
z_thermal_adjust.py z_thermal_adjust: get_temp hotfix 2022-09-30 11:19:01 -04:00
z_tilt.py z_tilt: Improve python3 compatibility 2023-01-17 18:11:57 -05:00