1
0
mirror of https://github.com/nophead/NopSCADlib.git synced 2025-09-02 03:42:42 +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

@@ -93,7 +93,7 @@ assembly(str("socket_box_", type[0])) {
screw = mains_socket_screw(type);
insert = screw_insert(screw);
color("lime") render() socket_box(type);
color(pp1_colour) render() socket_box(type);
mains_socket_hole_positions(type)
translate_z(height)