diff options
Diffstat (limited to 'body/noctua_nf_a4x20.scad')
| -rw-r--r-- | body/noctua_nf_a4x20.scad | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/body/noctua_nf_a4x20.scad b/body/noctua_nf_a4x20.scad index 87326a9..77a26df 100644 --- a/body/noctua_nf_a4x20.scad +++ b/body/noctua_nf_a4x20.scad @@ -2,6 +2,10 @@ noctua_nf_a4x20_h = 40; noctua_nf_a4x20_w = 40; noctua_nf_a4x20_t = 20; +ld3007ms_w = 30; +ld3007ms_h = 30; +ld3007ms_t = 8; + module noctua_nf_a4x20() { translate([-noctua_nf_a4x20_w / 2, 0, -noctua_nf_a4x20_w / 2]) @@ -13,9 +17,9 @@ module noctua_nf_a4x20() // some chinese fan, 30x30x8 module ld3007ms() { - w = 30; - h = 30; - t = 8; + w = ld3007ms_w; + h = ld3007ms_h; + t = ld3007ms_t; translate([0, -t / 2, 0]) rotate([90, 0, 0]) |
