klipper/klippy/extras
Kevin O'Connor 86acee6e8b z_tilt: Improve python3 compatibility
Sort using comparison on only first item in list to avoid greater/less
than comparison of stepper objects (which causes an error on Python3).

Reported by discourse user salbang.

Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
2023-01-17 18:11:57 -05: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
angle.py
bed_mesh.py bed_mesh: Allow bedmeshing at 1mm spaced intervals (#5918) 2022-12-19 11:14:45 -05:00
bed_screws.py bed_screws: report status 2022-07-28 20:43:19 -04:00
bed_tilt.py
bltouch.py
bme280.py
board_pins.py
bus.py spicmds: Allow inversion of CS pin for SPI busses 2022-04-22 13:25:03 -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
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
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_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
idle_timeout.py
input_shaper.py
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 mpu9250: add MPU6500 (#5767) 2022-11-19 09:58:24 -05: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
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
pulse_counter.py
quad_gantry_level.py
query_adc.py
query_endstops.py
replicape.py
resonance_tester.py adxl345: Support recording data from multiple ADXL345's in one run, and more. (#5224) 2022-05-23 19:56:58 -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: Add get_status() method (#5921) 2022-12-17 11:39:25 -05:00
sdcard_loop.py
servo.py
shaper_calibrate.py shaper_calibrate: Add missing import 2022-04-23 21:49:50 -04:00
shaper_defs.py
skew_correction.py
smart_effector.py
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
sx1509.py
temperature_fan.py
temperature_host.py
temperature_mcu.py stm32: add STM32H723 support 2022-12-02 13:55:23 -05:00
temperature_sensor.py
temperature_sensors.cfg
thermistor.py
tmc.py tmc: Configurable microstep lookup table (#5920) 2022-12-21 21:23:23 -05:00
tmc2130.py tmc: Configurable microstep lookup table (#5920) 2022-12-21 21:23:23 -05:00
tmc2208.py
tmc2209.py
tmc2660.py
tmc5160.py tmc: Configurable microstep lookup table (#5920) 2022-12-21 21:23:23 -05:00
tmc_uart.py
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