From 633843d45eacd42619581a4619752700e1cd687b Mon Sep 17 00:00:00 2001 From: Chris Date: Sat, 2 Jul 2022 23:35:59 +0100 Subject: [PATCH] Added LED1206 example to PCB test. --- tests/PCB.scad | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/PCB.scad b/tests/PCB.scad index 66782f9..0e65984 100644 --- a/tests/PCB.scad +++ b/tests/PCB.scad @@ -61,6 +61,7 @@ test_pcb = ["test_pcb", "Test PCB", [ [ 20, -5, 180, "trimpot10"], [ 20, -15, 90, "trimpot10", true], + [ 7, 2, 90, "smd_led", LED1206, "blue"], [ 10, 2, 90, "smd_led", LED0805, "red"], [ 13, 2, 90, "smd_led", LED0603, "orange"], [ 16, 2, 90, "smd_res", RES1206, "1K"],