klipper/klippy/extras
Kevin O'Connor 64cb8d9820 ds18b20: Improve Python3 compatibility
Reported by @matthewlloyd.

Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
2021-10-07 14:47:49 -04:00
..
display display: Convert to Python3 string encoding 2021-10-01 19:12:21 -04:00
__init__.py
ad5206.py
adc_scaled.py
adc_temperature.py
adxl345.py adxl345: Expanded invalid adxl345 id message 2021-10-06 21:17:56 -04:00
bed_mesh.py bed_mesh: Use config lists 2021-08-21 18:08:11 -04:00
bed_screws.py bed_screws: Use config.getfloatlist() for coordinates config option 2021-08-21 18:08:10 -04:00
bed_tilt.py
bltouch.py mcu: Return time of trigger from home_wait() 2021-08-17 22:01:23 -04:00
bme280.py
board_pins.py board_pins: Use config list helpers 2021-08-21 18:08:11 -04:00
bus.py
buttons.py
canbus_ids.py
controller_fan.py controller_fan: Use config.getlist() for heater and stepper config parameters 2021-08-21 18:08:11 -04:00
delayed_gcode.py
delta_calibrate.py delta_calibrate: Use config.getfloatlist() for parsing "stable positions" 2021-08-21 18:08:11 -04:00
display_status.py
dotstar.py
ds18b20.py ds18b20: Improve Python3 compatibility 2021-10-07 14:47:49 -04:00
duplicate_pin_override.py duplicate_pin_override: Use config.getlist() for pins config option 2021-08-21 18:08:11 -04:00
endstop_phase.py endstop_phase: Use config.getintlist() for trigger_phase config option 2021-08-21 18:08:11 -04:00
extruder_stepper.py
fan.py fan: Improve python3 compatibility 2021-09-30 13:10:45 -04:00
fan_generic.py
filament_motion_sensor.py
filament_switch_sensor.py
firmware_retraction.py
force_move.py kinematics: Convert to Python3 string encoding 2021-10-01 19:12:30 -04:00
gcode_arcs.py
gcode_button.py gcode_button: Use config.getfloatlist() for analog_range config option 2021-08-21 18:08:11 -04:00
gcode_macro.py configfile: Add support for reporting deprecated options 2021-09-16 13:44:54 -04:00
gcode_move.py
hall_filament_width_sensor.py
heater_bed.py
heater_fan.py heater_fan: Use config.getlist() for heater config option 2021-08-21 18:08:11 -04:00
heater_generic.py
heaters.py configfile: Add support for reporting deprecated options 2021-09-16 13:44:54 -04:00
homing.py homing: Fix error in retract move causing "must home axis" errors 2021-08-28 15:45:11 -04:00
homing_heaters.py homing_heaters: Use config.getlist() for heaters and steppers config options 2021-08-21 18:08:11 -04:00
homing_override.py
htu21d.py htu21d: Update htu21d.py (#4520) 2021-08-17 15:52:47 -04:00
idle_timeout.py
input_shaper.py
lm75.py
manual_probe.py probe: add ability to save babystepping (#4404) 2021-07-25 20:20:15 -04:00
manual_stepper.py kinematics: Convert to Python3 string encoding 2021-10-01 19:12:30 -04:00
mcp4018.py
mcp4451.py
mcp4728.py
motion_report.py motion_report: Fix typo causing error reports to not propagate 2021-09-26 12:21:36 -04:00
multi_pin.py multi_pin: Use config.getlist() for pins config option 2021-08-21 18:08:11 -04:00
neopixel.py
output_pin.py output_pin: fix time difference calculation 2021-08-17 14:45:53 -04:00
palette2.py
pause_resume.py
pca9533.py
pid_calibrate.py
print_stats.py
probe.py probe: Use config.getlists() for points config option 2021-08-21 18:08:10 -04:00
pulse_counter.py
quad_gantry_level.py quad_gantry_level: Use config.getlists() for gantry_corners config option 2021-08-21 18:08:11 -04:00
query_adc.py
query_endstops.py
replicape.py
resonance_tester.py adxl345: Implement timing via new adxl345_status messages 2021-08-30 12:25:50 -04:00
respond.py
safe_z_home.py safe_z_home: Use config.getfloatlist() for home_xy_position config option 2021-08-21 18:08:11 -04:00
samd_sercom.py
save_variables.py klippy: Add Python2 module wrappers and use Python3 module naming 2021-10-04 14:36:08 -04:00
screws_tilt_adjust.py screws_tilt_adjust: Improve Python3 compatibility 2021-09-30 13:14:20 -04:00
sdcard_loop.py
servo.py
shaper_calibrate.py
skew_correction.py
spi_temperature.py configfile: Support config.getchoice() with integer keys 2021-08-25 10:36:45 -04:00
static_digital_output.py static_digital_output: Use config.getlist() for pins config option 2021-08-21 18:08:11 -04:00
statistics.py klippy: Add Python2 module wrappers and use Python3 module naming 2021-10-04 14:36:08 -04:00
stepper_enable.py stepper: Simplify helper module registration of stepper motors 2021-07-29 16:35:30 -04:00
sx1509.py
temperature_fan.py
temperature_host.py configfile: Add support for reporting deprecated options 2021-09-16 13:44:54 -04:00
temperature_mcu.py
temperature_sensor.py
thermistor.py
tmc.py tmc: Fix typo in get_status() 2021-08-30 14:17:42 -04:00
tmc2130.py tmc: Add support for a get_status() method 2021-08-30 12:00:46 -04:00
tmc2208.py tmc: Add support for a get_status() method 2021-08-30 12:00:46 -04:00
tmc2209.py tmc: Add support for a get_status() method 2021-08-30 12:00:46 -04:00
tmc2660.py tmc: Add support for a get_status() method 2021-08-30 12:00:46 -04:00
tmc5160.py tmc: Add support for a get_status() method 2021-08-30 12:00:46 -04:00
tmc_uart.py tmc_uart: Use config.getlist() for select_pins config option 2021-08-21 18:08:11 -04:00
tsl1401cl_filament_width_sensor.py
tuning_tower.py tuning_tower: Add STEP_DELTA and STEP_HEIGHT parameters as alternate tuning tower syntax 2021-09-02 12:05:31 -04:00
verify_heater.py
virtual_sdcard.py virtual_sdcard: Convert to Python3 string encoding 2021-10-01 19:22:13 -04:00
z_tilt.py z_tilt: Use config.getlists() for z_positions config option 2021-08-21 18:08:11 -04:00