mirror of
https://github.com/DJSundog/NopSCADlib.git
synced 2024-11-23 15:23:51 -05:00
Updated images and readme.
This commit is contained in:
parent
b52ca9589a
commit
d90c00d140
BIN
libtest.png
BIN
libtest.png
Binary file not shown.
Before Width: | Height: | Size: 875 KiB After Width: | Height: | Size: 876 KiB |
@ -288,6 +288,8 @@ Models of radial blowers.
|
|||||||
| `blower_screw_holes(type)` | List of XY coordinates of the screw holes |
|
| `blower_screw_holes(type)` | List of XY coordinates of the screw holes |
|
||||||
| `blower_top(type)` | Thickness of the top |
|
| `blower_top(type)` | Thickness of the top |
|
||||||
| `blower_wall(type)` | Side wall thickness |
|
| `blower_wall(type)` | Side wall thickness |
|
||||||
|
| `blower_wall_left(type)` | Left side wall thickness |
|
||||||
|
| `blower_wall_right(type)` | Right wall thickness (for square fans) |
|
||||||
| `blower_width(type)` | Width of enclosing rectangle |
|
| `blower_width(type)` | Width of enclosing rectangle |
|
||||||
|
|
||||||
### Functions
|
### Functions
|
||||||
@ -311,10 +313,12 @@ Models of radial blowers.
|
|||||||
| 1 | `blower(PE4020)` | Blower Pengda Technology 4020 |
|
| 1 | `blower(PE4020)` | Blower Pengda Technology 4020 |
|
||||||
| 1 | `blower(RB5015)` | Blower Runda RB5015 |
|
| 1 | `blower(RB5015)` | Blower Runda RB5015 |
|
||||||
| 4 | `screw(M2_cap_screw, 8)` | Screw M2 cap x 8mm |
|
| 4 | `screw(M2_cap_screw, 8)` | Screw M2 cap x 8mm |
|
||||||
|
| 2 | `screw(M2_cap_screw, 10)` | Screw M2 cap x 10mm |
|
||||||
| 3 | `screw(M3_cap_screw, 20)` | Screw M3 cap x 20mm |
|
| 3 | `screw(M3_cap_screw, 20)` | Screw M3 cap x 20mm |
|
||||||
| 2 | `screw(M4_cap_screw, 25)` | Screw M4 cap x 25mm |
|
| 2 | `screw(M4_cap_screw, 25)` | Screw M4 cap x 25mm |
|
||||||
|
| 1 | `blower(BL30x10)` | Square radial fan 3010 |
|
||||||
| 1 | `blower(BL40x10)` | Square radial fan 4010 |
|
| 1 | `blower(BL40x10)` | Square radial fan 4010 |
|
||||||
| 4 | `washer(M2_washer)` | Washer M2 x 5mm x 0.3mm |
|
| 6 | `washer(M2_washer)` | Washer M2 x 5mm x 0.3mm |
|
||||||
| 3 | `washer(M3_washer)` | Washer M3 x 7mm x 0.5mm |
|
| 3 | `washer(M3_washer)` | Washer M3 x 7mm x 0.5mm |
|
||||||
| 2 | `washer(M4_washer)` | Washer M4 x 9mm x 0.8mm |
|
| 2 | `washer(M4_washer)` | Washer M4 x 9mm x 0.8mm |
|
||||||
|
|
||||||
|
@ -22,7 +22,7 @@ use <../utils/layout.scad>
|
|||||||
include <../vitamins/blowers.scad>
|
include <../vitamins/blowers.scad>
|
||||||
|
|
||||||
module blowers()
|
module blowers()
|
||||||
layout([for(b = blowers) blower_width(b)], 10, true) let(b = blowers[$i]){
|
layout([for(b = blowers) blower_width(b)], 5, true) let(b = blowers[$i]){
|
||||||
screw = blower_screw(b);
|
screw = blower_screw(b);
|
||||||
h = blower_lug(b);
|
h = blower_lug(b);
|
||||||
|
|
||||||
|
Binary file not shown.
Before Width: | Height: | Size: 49 KiB After Width: | Height: | Size: 51 KiB |
Loading…
Reference in New Issue
Block a user