mirror of
https://github.com/nophead/NopSCADlib.git
synced 2025-08-16 04:13:57 +02:00
MULTIWATT11 package now generates a BOM entry.
This commit is contained in:
@@ -924,6 +924,7 @@ Various electronic components used in hot ends and heated beds.
|
||||
| 1 | `TO220("Generic TO220 package")` | Generic TO220 package |
|
||||
| 1 | `TO247("Generic TO247 package")` | Generic TO247 package |
|
||||
| 8 | `tubing(HSHRNK32)` | Heatshrink sleeving ID 3.2mm x 15mm |
|
||||
| 1 | `multiwatt11("L6203")` | MULTIWATT11 L6203 |
|
||||
| 1 | `resistor(RWM04106R80J)` | Resistor RWM04106R80J 6R8 3W vitreous enamel |
|
||||
| 1 | `resistor(RIE1212UB5C5R6)` | Resistor UB5C 5R6F 5R6 3W vitreous enamel |
|
||||
| 1 | `al_clad_resistor(THS10, 4.7)` | Resistor aluminium clad THS10 4.7 |
|
||||
|
@@ -367,6 +367,9 @@ module multiwatt11(part_no, tail = 3) { //! Draw a MULTIWATT11 package
|
||||
tab_h = L3 - L4;
|
||||
tan = tan(draft);
|
||||
lead_r = E;
|
||||
|
||||
vitamin(str("multiwatt11(\"", part_no, "\"): MULTIWATT11 ", part_no));
|
||||
|
||||
rotate([90, 0, 0]) {
|
||||
color(silver) {
|
||||
linear_extrude(C)
|
||||
|
Reference in New Issue
Block a user