Skip to content
Snippets Groups Projects
Commit 8fec876e authored by fxk8y's avatar fxk8y :spider:
Browse files

Backup!!!!!!

parent db7c1091
No related branches found
No related tags found
No related merge requests found
......@@ -57,25 +57,39 @@ module roundRect(w, h, r) {
}
// f = fan
f_wh = 40;
f_r = 3; // corner radius of fan case
f_drill = 3.5; // mounting hole diameter
f_drill_wh = 35; // size of a virtual rectangle with mounting holes drilled through the corners
f_intake = 30; // air intake diameter
f_motor = 10; // diameter of fan motor
/**
*
* TODO:
* -> …
*
*
*
*
*
*/
module fanProfile() {
*/
module fanProfile(
wh = f_wh,
r = f_r,
drill = f_drill,
drill_wh = f_drill_wh,
intake = f_intake,
motor = f_motor
) {
difference() {
}
circle(d=motor);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment