interation 3 with more slop

main
zeus 2024-08-18 16:11:30 +02:00
parent 5e18e5733c
commit 76809106ce
2 changed files with 3 additions and 3 deletions

View File

@ -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)