1
0
mirror of https://github.com/JustinSDK/dotSCAD.git synced 2025-08-19 04:51:26 +02:00
This commit is contained in:
Justin Lin
2019-09-20 11:08:57 +08:00
parent 7dcf44cd67
commit a1185cc9c7

View File

@@ -11,7 +11,7 @@ holder_height = 80;
holder_round_r = 5; holder_round_r = 5;
feet_height = 15; feet_height = 15;
module vampire_holder() { module vampire_pen_holder() {
$fn = 48; $fn = 48;
module feet() { module feet() {
@@ -83,4 +83,4 @@ module vampire_holder() {
cloak(); cloak();
} }
vampire_holder(); vampire_pen_holder();