mirror of
https://github.com/Klipper3d/klipper.git
synced 2026-03-14 14:56:03 -06:00
Most callers did a lookup of the pins module via
printer.lookup_object("pins"). Use that as the standard method and
remove these less frequently used methods.
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
|
||
|---|---|---|
| .. | ||
| __init__.py | ||
| ad5206.py | ||
| bed_tilt.py | ||
| delta_calibrate.py | ||
| display.py | ||
| fan.py | ||
| heater_fan.py | ||
| homing_override.py | ||
| multi_pin.py | ||
| output_pin.py | ||
| pid_calibrate.py | ||
| probe.py | ||
| replicape.py | ||
| servo.py | ||
| static_digital_output.py | ||
| verify_heater.py | ||
| virtual_sdcard.py | ||