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

Finally-__-

parent ea81ac22
No related branches found
No related tags found
No related merge requests found
......@@ -4,7 +4,7 @@ $fa = $fs;
// hs = heat sink
hs_l = 150;
hs_w = 70;
hs_baseplate = 4;
......@@ -15,7 +15,6 @@ hs_fin_d = 10; // depth
hs_fin_cnt = 10;
hs_fin_spacing = 3;
module symmetricHeatsink(
l = hs_l,
w = hs_w,
......@@ -58,7 +57,6 @@ 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
......@@ -69,10 +67,11 @@ f_motor = 10; // diameter of fan motor
/**
*
* TODO:
* -> …
*
*
* TODO: connect the motor to the fan case
* -> this needs splitting up the model into 2 layers
* -> one for connecting the motor
* -> and one for the general body
* -> extrusion must become a 2-step process later on
*
*/
module fanProfile(
......
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