Added
This commit is contained in:
20
Liar/test.scad
Normal file
20
Liar/test.scad
Normal file
@@ -0,0 +1,20 @@
|
||||
include <./card.scad>
|
||||
|
||||
$fn = 255;
|
||||
n=1;
|
||||
union() {
|
||||
difference() {
|
||||
color("purple")
|
||||
std_playing_card(0.3);
|
||||
|
||||
#color("green")
|
||||
translate([2, 20, 0])
|
||||
linear_extrude(height = 10, center = true)
|
||||
scale([0.26,0.26,0])
|
||||
import("konig.svg");
|
||||
}
|
||||
|
||||
color("blue")
|
||||
translate([0,0,-0.3])
|
||||
std_playing_card(0.3);
|
||||
}
|
||||
Reference in New Issue
Block a user