From f6d1ab2ea2c2dcb6107ae5b89cfecbc27d241a37 Mon Sep 17 00:00:00 2001 From: Kevin O'Connor Date: Wed, 7 Aug 2019 15:34:08 -0400 Subject: neopixel: Rework timing so that it works on AVR micro-controllers Signed-off-by: Kevin O'Connor --- klippy/extras/neopixel.py | 3 --- 1 file changed, 3 deletions(-) (limited to 'klippy/extras/neopixel.py') diff --git a/klippy/extras/neopixel.py b/klippy/extras/neopixel.py index dad6f18f..936e6ad0 100644 --- a/klippy/extras/neopixel.py +++ b/klippy/extras/neopixel.py @@ -35,9 +35,6 @@ class PrinterNeoPixel: self.cmd_SET_LED, desc=self.cmd_SET_LED_help) def build_config(self): - if self.mcu.get_constant_float('CLOCK_FREQ') <= 20000000: - raise self.printer.config_error( - "Neopixel is not supported on AVR micro-controllers") cmd_queue = self.mcu.alloc_command_queue() self.neopixel_send_cmd = self.mcu.lookup_command( "neopixel_send oid=%c data=%*s", cq=cmd_queue) -- cgit v1.2.3-70-g09d2