7 lines
No EOL
215 B
OpenSCAD
7 lines
No EOL
215 B
OpenSCAD
include <BOSL2/std.scad>
|
|
include <logo_10_big.scad>
|
|
|
|
difference() {
|
|
xflip() textured_tile(image_array, [100,100], tex_size=[100,100], tex_depth=-2, style="min_edge");
|
|
up(0.5 + 0.7) cuboid(100, anchor=TOP);
|
|
} |