klipper/klippy/extras
Kevin O'Connor 14952ccef5 docs: Add links to default display.cfg and menu.cfg in Config_Reference.md
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
2020-12-03 18:11:29 -05:00
..
display docs: Add links to default display.cfg and menu.cfg in Config_Reference.md 2020-12-03 18:11:29 -05:00
__init__.py
ad5206.py
adc_scaled.py adc_scaled: Add support for Duet2 Maestro "vref monitoring" 2020-09-09 22:20:54 -04:00
adc_temperature.py spi_temperature: Simplify and comment MAX31865 temperature calculations 2020-09-02 10:04:35 -04:00
adxl345.py resonance_tester: Resonance testing and input shaper auto-calibration (#3381) 2020-10-14 20:08:10 -04:00
bed_mesh.py bed_mesh: add mesh parameters to BED_MESH_CALIBRATE 2020-09-15 20:36:55 -04:00
bed_screws.py homing: Prefer printer.command_error() instead of homing.CommandError() 2020-09-04 12:10:36 -04:00
bed_tilt.py gcode_move: Move GCodeMove class from gcode.py to new extras module 2020-08-20 21:03:22 -04:00
bltouch.py bltouch: Fix bug causing incorrect position when "stow_on_each_sample=False" 2020-10-24 00:22:58 -04:00
bme280.py bme280: Start temperature measurements from "klippy:connect" callback 2020-12-01 11:36:37 -05:00
board_pins.py board_pins: Use an explicit parameter to specify mcu name(s) 2020-11-20 12:00:36 -05:00
bus.py
buttons.py buttons: Improve python3 compatibility 2020-09-04 19:33:04 -04:00
controller_fan.py heater_fan: Fix typo causing excessive cpu usage 2020-12-01 12:31:22 -05:00
delayed_gcode.py
delta_calibrate.py delta_calibrate: Don't error on an invalid kinematic guess 2020-09-17 22:41:13 -04:00
display_status.py display_status: fix M117 checksum trimming (#3377) 2020-09-28 10:11:05 -04:00
dotstar.py dotstar: Don't flush the lookahead queue on a SET_LED command 2020-10-29 12:00:28 -04:00
endstop_phase.py homing: Remove EndstopError 2020-09-04 11:41:57 -04:00
extruder_stepper.py
fan.py
fan_generic.py
filament_switch_sensor.py
firmware_retraction.py
force_move.py gcode: Automatically call reset_last_position() on a toolhead set_position() 2020-08-20 21:03:22 -04:00
gcode_arcs.py gcode_move: Move GCodeMove class from gcode.py to new extras module 2020-08-20 21:03:22 -04:00
gcode_button.py gcode_button: Add support for analog buttons 2020-09-09 14:21:30 -04:00
gcode_macro.py gcode_macro: implement "action_call_remote_method" context action 2020-11-04 18:32:30 -05:00
gcode_move.py gcode_move: Move GCodeMove class from gcode.py to new extras module 2020-08-20 21:03:22 -04:00
hall_filament_width_sensor.py hall_filament_width_sensor: Fix Flow update before next pending_position #3184 (#3198) 2020-08-19 18:58:49 -04:00
heater_bed.py
heater_fan.py heater_fan: Fix typo causing excessive cpu usage 2020-12-01 12:31:22 -05:00
heater_generic.py
heaters.py rpi_temperature: New module to monitor RPi temperature (#3587) 2020-12-03 12:35:37 -05:00
homing_heaters.py
homing_override.py gcode_move: Move GCodeMove class from gcode.py to new extras module 2020-08-20 21:03:22 -04:00
htu21d.py htu21d: Start temperature measurements from "klippy:connect" callback 2020-12-01 11:36:37 -05:00
idle_timeout.py
input_shaper.py input_shaper: Simplify input shaper type reporting 2020-12-01 11:36:37 -05:00
lm75.py lm75: Start temperature measurements from "klippy:connect" callback 2020-12-01 11:36:37 -05:00
manual_probe.py homing: Prefer printer.command_error() instead of homing.CommandError() 2020-09-04 12:10:36 -04:00
manual_stepper.py homing: Prefer printer.command_error() instead of homing.CommandError() 2020-09-04 12:10:36 -04:00
mcp4018.py
mcp4451.py
mcp4728.py
multi_pin.py mcu: Add support for changing cycle_time in set_pwm() 2020-09-26 20:55:56 -04:00
neopixel.py neopixel: Don't wait for responses when in debug mode. 2020-12-01 11:36:37 -05:00
output_pin.py output_pin: Don't flush lookahead queue on a SET_PIN command 2020-11-13 18:29:41 -05:00
pause_resume.py
pid_calibrate.py pid_calibrate: Update for improved python3 compatibility 2020-09-04 19:30:18 -04:00
print_stats.py print_stats: exclude time prior to first extrusion from "print_duration" 2020-11-13 20:48:15 -05:00
probe.py probe: add update_probe_points() method to helper 2020-09-15 20:36:55 -04:00
quad_gantry_level.py quad_gantry_level: Add additional comments on how leveling works 2020-09-03 12:09:02 -04:00
query_adc.py
query_endstops.py
replicape.py mcu: Add support for changing cycle_time in set_pwm() 2020-09-26 20:55:56 -04:00
resonance_tester.py resonance_tester: Resonance testing and input shaper auto-calibration (#3381) 2020-10-14 20:08:10 -04:00
respond.py
rpi_temperature.py rpi_temperature: Don't read min_temp/max_temp directly from config 2020-12-03 12:37:56 -05:00
safe_z_home.py gcode_move: Move GCodeMove class from gcode.py to new extras module 2020-08-20 21:03:22 -04:00
samd_sercom.py
save_variables.py save_variables: Support saving variables to a disk file 2020-12-03 12:19:47 -05:00
screws_tilt_adjust.py
servo.py
shaper_calibrate.py resonance_tester: Resonance testing and input shaper auto-calibration (#3381) 2020-10-14 20:08:10 -04:00
skew_correction.py gcode: Split G0/G1 command handling to new gcode_move class 2020-08-20 21:03:22 -04:00
spi_temperature.py spi_temperature: Fix incorrect max31856 spi initialization 2020-11-23 09:58:42 -05:00
static_digital_output.py
statistics.py
stepper_enable.py
sx1509.py mcu: Add support for changing cycle_time in set_pwm() 2020-09-26 20:55:56 -04:00
temperature_fan.py
temperature_sensor.py
thermistor.py thermistor: Add support for the board thermistor on the Einsy Rambo 2020-10-08 15:25:09 -04:00
tmc.py
tmc2130.py
tmc2208.py
tmc2209.py
tmc2660.py
tmc5160.py
tmc_uart.py
tsl1401cl_filament_width_sensor.py
tuning_tower.py gcode_move: Move GCodeMove class from gcode.py to new extras module 2020-08-20 21:03:22 -04:00
verify_heater.py docs: Move config reference information to new Config_Reference.md 2020-11-18 20:10:21 -05:00
virtual_sdcard.py gcode: Split G0/G1 command handling to new gcode_move class 2020-08-20 21:03:22 -04:00
z_tilt.py gcode: Automatically call reset_last_position() on a toolhead set_position() 2020-08-20 21:03:22 -04:00