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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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>