Senkung/README.md

13 lines
177 B
Markdown
Raw Normal View History

2024-03-12 22:58:35 +01:00
# Senkung
2024-03-12 23:14:10 +01:00
Senkung für Senkkopfschrauben als Modul
usage:
use <countersunk_hole.scad>
difference(){
cube([8,8,3.4]);
translate([4, 4, 2.5]) countersunk_hole(2.5);
}