1
0
mirror of https://github.com/nophead/NopSCADlib.git synced 2025-08-10 17:33:57 +02:00

Change LED.scad to led.scad

The file LED.scad is not found if a case sensitive file system is used
This commit is contained in:
twoxe
2019-06-25 10:35:41 +02:00
committed by GitHub
parent 9cb0b78bb7
commit c155e95599

View File

@@ -31,4 +31,4 @@ LED10mm = ["LED10mm", 10, 11.0, 2.0, 13.5, 2.54, 0.4];
LEDs = [LED3mm, LED5mm, LED10mm];
use <LED.scad>
use <led.scad>