mirror of
https://github.com/DJSundog/NopSCADlib.git
synced 2024-11-23 07:13:51 -05: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:
parent
9cb0b78bb7
commit
c155e95599
@ -31,4 +31,4 @@ LED10mm = ["LED10mm", 10, 11.0, 2.0, 13.5, 2.54, 0.4];
|
|||||||
|
|
||||||
LEDs = [LED3mm, LED5mm, LED10mm];
|
LEDs = [LED3mm, LED5mm, LED10mm];
|
||||||
|
|
||||||
use <LED.scad>
|
use <led.scad>
|
||||||
|
Loading…
Reference in New Issue
Block a user