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

Replaced "lime" with pp1_colour.

This commit is contained in:
Chris Palmer
2020-02-29 10:26:25 +00:00
parent 82baed4c8f
commit f0b4d767e9
4 changed files with 5 additions and 5 deletions

View File

@@ -29,7 +29,7 @@ module light_strips()
for(end = [-1, 1])
translate([end * (light_strip_cut_length(light, segs) / 2 - d / 2), 0])
rotate([90, 0, 90])
color("lime") render()
color(pp1_colour) render()
translate_z(-d / 2)
light_strip_clip(light);
}