From 53290664ee685c06c28a8e36aa06ace6a656ed93 Mon Sep 17 00:00:00 2001 From: Kevin O'Connor Date: Sun, 17 Mar 2019 21:07:31 -0400 Subject: pins: Document support for '~' to enable pull-down resistors Signed-off-by: Kevin O'Connor --- klippy/pins.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'klippy/pins.py') diff --git a/klippy/pins.py b/klippy/pins.py index 683285f7..f764b414 100644 --- a/klippy/pins.py +++ b/klippy/pins.py @@ -183,7 +183,7 @@ class PrinterPins: if [c for c in '^~!: ' if c in pin]: format = "" if can_pullup: - format += "[^] " + format += "[^~] " if can_invert: format += "[!] " raise error("Invalid pin description '%s'\n" -- cgit v1.2.3-70-g09d2