klipper/klippy/extras
Kevin O'Connor cd8678aa6d spi_temperature: Fix order of init
Commit c3efcd9c moved the config_spi setup to a build_config callback.
It's also necessary to move the config_thermocouple to a build_config
callback as well.

Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
2019-02-04 09:30:26 -05:00
..
display
__init__.py
ad5206.py
adc_temperature.py adc_temperature: Add support for linear interpolation of resistances 2019-01-21 21:28:25 -05:00
bed_mesh.py bed_mesh: add support for round beds 2019-02-02 23:29:00 -05:00
bed_tilt.py
bltouch.py bltouch: Don't error on startup if the bltouch is in an error state 2019-01-31 09:43:35 -05:00
bus.py
buttons.py
controller_fan.py
delta_calibrate.py
endstop_phase.py
fan.py
force_move.py
gcode_macro.py
heater_bed.py
heater_fan.py
homing_override.py
idle_timeout.py idle_timeout: Added a missing logging import 2019-01-29 11:18:44 -05:00
mcp4451.py
mcp4728.py
multi_pin.py
output_pin.py
pause_resume.py pause_resume: initial implementation of pause/resume functionality for Klipper 2019-01-28 11:23:52 -05:00
pid_calibrate.py
probe.py
quad_gantry_level.py
query_endstops.py
replicape.py
respond.py
servo.py
spi_temperature.py spi_temperature: Fix order of init 2019-02-04 09:30:26 -05:00
static_digital_output.py
statistics.py
sx1509.py
temperature_fan.py
thermistor.py adc_temperature: Move PrinterADCtoTemperature to adc_temperature.py 2019-01-21 20:24:51 -05:00
tmc2130.py tmc2130: Share config reading helpers with tmc2208.py code 2019-02-03 17:39:07 -05:00
tmc2208.py tmc2130: Share config reading helpers with tmc2208.py code 2019-02-03 17:39:07 -05:00
tmc2660.py
verify_heater.py
virtual_sdcard.py virtual_sdcard: prepare for pause_resume implementation 2019-01-28 11:23:52 -05:00
z_tilt.py