This commit is contained in:
parent
74837993c2
commit
9202a01802
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -1,3 +1,4 @@
|
|||
__pycache__
|
||||
node_modules
|
||||
static
|
||||
namensschild.stl
|
||||
|
|
|
@ -30,8 +30,8 @@
|
|||
height: el.offsetHeight
|
||||
}
|
||||
browserSize = {
|
||||
width: 192,
|
||||
height: 72
|
||||
width: 180,
|
||||
height: 60
|
||||
}
|
||||
factor = Math.min(browserSize.height / elSize.height, browserSize.width / elSize.width)
|
||||
el.style.transform = `scale(${factor})`
|
||||
|
|
|
@ -1,9 +1,9 @@
|
|||
$fn=64;
|
||||
//$fn=32;
|
||||
|
||||
length = 20;
|
||||
length = 16.67;
|
||||
width = 50;
|
||||
name_length = 15;
|
||||
name_length = 13.33;
|
||||
name_width = 40;
|
||||
height = 2;
|
||||
height_plate = 1;
|
||||
|
@ -36,5 +36,5 @@ difference() {
|
|||
}
|
||||
}
|
||||
|
||||
translate([width-2.5, length-2.5, 0]) linear_extrude(height_plate) circle(r=1.75);
|
||||
translate([width-2.5, length-2.5, 0]) linear_extrude(height_plate) circle(r=1.9);
|
||||
}
|
||||
|
|
Reference in a new issue