1
0
mirror of https://github.com/nophead/NopSCADlib.git synced 2025-09-02 03:42:42 +02:00

stl_colour() now used in tests and examples.

This commit is contained in:
Chris Palmer
2020-04-06 10:27:17 +01:00
parent 65455930f8
commit d42f99e437
11 changed files with 16 additions and 16 deletions

View File

@@ -54,7 +54,7 @@ module wires() {
%cylinder(r = bundle_r, h = wire_l - 10, center = true);
}
color(pp1_colour) {
stl_colour(pp1_colour) {
rotate([90, 0, 90])
linear_extrude(thickness)
difference() {