diff --git a/openscad/own/kitt-matrix/src/kitt-matrix.scad b/openscad/own/kitt-matrix/src/kitt-matrix.scad index 627e7ee..de393ac 100644 --- a/openscad/own/kitt-matrix/src/kitt-matrix.scad +++ b/openscad/own/kitt-matrix/src/kitt-matrix.scad @@ -17,9 +17,9 @@ panel_t_pcb=1.5; // height of PCB panel_t_led=1.5; // height of the soldered LED modules panel_t=(panel_t_pcb+panel_t_led); // overall thickness of the PCB+LEDs (~50:50) led_spacing_x=8.5; // center-to-center spacing from LED to next LED, in width/x-axis-direction -led_spacing_y=8.5; // same for height/Y-axis -led_w=6.75; -led_h=6.75; +led_spacing_y=8.3; // same for height/Y-axis +led_w=7; +led_h=7; led_num_x=8; led_num_y=8; offset_left=((panel_w-((led_num_x*led_w)+((led_num_x-1)*(led_spacing_x-led_w))))/2); // offset on one side (effectively "panel_w-e2e_x/2", but properly calculated) diff --git a/openscad/own/kitt-matrix/stl/kitt-matrix_draft3.stl b/openscad/own/kitt-matrix/stl/kitt-matrix_draft3.stl index 08d2d83..204251c 100644 Binary files a/openscad/own/kitt-matrix/stl/kitt-matrix_draft3.stl and b/openscad/own/kitt-matrix/stl/kitt-matrix_draft3.stl differ