interation 3 with more slop
parent
5e18e5733c
commit
76809106ce
|
@ -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)
|
||||
|
|
Binary file not shown.
Loading…
Reference in New Issue