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:
@@ -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);
|
||||
}
|
||||
|
Reference in New Issue
Block a user