From ba8282ed5ebe4c43cbf7e78007361e1a3b8cc76a Mon Sep 17 00:00:00 2001 From: Martin Mares Date: Sun, 24 Mar 2024 20:24:30 +0100 Subject: [PATCH] FIXME'd --- rainbow/case/case.scad | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rainbow/case/case.scad b/rainbow/case/case.scad index d44a124..cc2e502 100644 --- a/rainbow/case/case.scad +++ b/rainbow/case/case.scad @@ -7,7 +7,7 @@ pcb_depth = 2; pcb_rail_width = 1.5; pcb_prog_stick_out = 5; // how much does the programming connector stick out -box_height = 12; // FIXME +box_height = 12; box_depth = pcb_thickness + pcb_depth; lid_rail_width = 1; -- 2.39.2