|
| 1 | +Title: 使用31mm灯片打造拓竹LED001的低配平替方案 |
| 2 | +Date: 2025-06-22 |
| 3 | +Slug: led001-mini-alternative |
| 4 | +Tags: 3D打印, 3D模型, DIY, LED, 灯具设计 |
| 5 | + |
| 6 | +拓竹 LED001 套件的标准尺寸为 **直径 59mm、高度 35mm**(包含灯座和灯板),售价约为 28 元。虽然这是一款常见的标准件,市面上也能买到价格更便宜(约 10 元)的兼容产品,但对于一些轻量级实验或原型用途来说,这个体积可能还是偏大。 |
| 7 | + |
| 8 | +举例来说,如果我们将整个 3D 模型按某一维度缩小 50%,理论上材料使用量可以减少 75%,既降低成本,也更便于快速迭代。 |
| 9 | + |
| 10 | +幸运的是,拼多多等平台上可以找到 **直径 31mm 的小尺寸灯片**,带焊 USB 线的版本不到 5 元,裸灯片甚至不到 3 元。只要设计一个对应尺寸的灯板与灯座,我们就能轻松实现 LED001 的低配小型替代方案。 |
| 11 | + |
| 12 | +--- |
| 13 | + |
| 14 | +## 灯板设计 |
| 15 | + |
| 16 | +常见的 31mm 灯片实际直径略大,因此建议灯板设计的内径设为 **33mm**,外径 **35mm** 为宜。同时预留走线孔和散热孔,确保电源线可以顺利穿过,避免过热。 |
| 17 | + |
| 18 | +此外,可选择是否加入导光板: |
| 19 | + |
| 20 | +* **不加导光板**:亮度更集中,但可能刺眼。 |
| 21 | +* **加入导光板**:可适当柔化光线,提升视觉舒适度。 |
| 22 | + |
| 23 | +导光板厚度建议在 **0.6mm ~ 1mm** 之间,厚一些会降低亮度但提升均匀度。 |
| 24 | + |
| 25 | +示意图如下: |
| 26 | + |
| 27 | +![][5] |
| 28 | +![][6] |
| 29 | + |
| 30 | +--- |
| 31 | + |
| 32 | +## 灯座设计 |
| 33 | + |
| 34 | +在 MakerWorld 平台上可以找到许多 LED001 的灯座模型,这些模型大多采用标准的旋转卡扣设计。我们可以复用这些设计,简单调整尺寸即可适配小尺寸灯片。 |
| 35 | + |
| 36 | +推荐使用这个 [灯座模型][2]: |
| 37 | + |
| 38 | +![][1] |
| 39 | + |
| 40 | +按 **60% 比例** 缩小,使其内径为约 **36mm**,同时扩大出线孔(可以直接在模型中添加负零件。后期用锉刀加工也可以,但是不推荐)。 |
| 41 | + |
| 42 | +![][3] |
| 43 | + |
| 44 | +修改后可直接打印。 |
| 45 | +👉 缩小版模型可直接下载:[点击这里][4] |
| 46 | + |
| 47 | +--- |
| 48 | + |
| 49 | +## 灯体适配(简单版) |
| 50 | + |
| 51 | +对于原本就设计用于 LED001 套件的灯体,我们同样可以将其 **等比例缩小至 60%**,从而适配我们的小型灯板与灯座。 |
| 52 | + |
| 53 | +以 [“涟漪”台灯模型][7] 为例: |
| 54 | + |
| 55 | +![][10] |
| 56 | + |
| 57 | +按 60% 缩小后,仅需约 **28.2g 材料** 即可打印完成,而原模型则需约 **88.7g**。 |
| 58 | + |
| 59 | +![][8] |
| 60 | +![][9] |
| 61 | + |
| 62 | +--- |
| 63 | + |
| 64 | +## 灯体适配(进阶版) |
| 65 | + |
| 66 | +有些灯体模型并非专为 LED001 卡扣设计,或者我们使用的是自己建模的结构,但仍希望引入 LED001 的灯座卡口进行标准化连接。 |
| 67 | + |
| 68 | +这时,可以利用 **Bambu Lab 切片软件**的布尔运算功能,快速完成“翻模”操作,而无需手动建模。 |
| 69 | + |
| 70 | +参考这个[教学视频][11],简要步骤如下: |
| 71 | + |
| 72 | +1. **导入模型** |
| 73 | + |
| 74 | + * 导入 LED 灯座卡扣模型并缩放到合适尺寸。 |
| 75 | + * 创建一个略大于开孔的圆柱体模型。 |
| 76 | +![][12] |
| 77 | +2. **布尔运算 - 获取翻模件** |
| 78 | + |
| 79 | + * 将两个模型居中对齐。 |
| 80 | + * 右键组合 -> 使用布尔运算“差集”,选择“从中减去”圆柱体,“与之相减”为卡扣模型。勾选“删除输入”。 |
| 81 | +![][13] |
| 82 | + |
| 83 | +3. **制作孔洞模型** |
| 84 | + |
| 85 | + * 用生成的“翻模件”再对目标底座进行一次“差集”操作,即可获得精准匹配卡扣的孔位。 |
| 86 | +![][14] |
| 87 | +![][15] |
| 88 | + |
| 89 | +--- |
| 90 | + |
| 91 | +## 小结 |
| 92 | + |
| 93 | +通过使用市售 31mm 灯片搭配自制小型灯板和灯座,我们可以: |
| 94 | + |
| 95 | +* **大幅降低成本**(灯片约 3 元,整体成本 <10 元) |
| 96 | +* **节省打印材料**(体积缩小后材料用量减少约 70%~75%) |
| 97 | +* **保持模块化设计**(可复用 LED001 卡口标准) |
| 98 | + |
| 99 | +适用于快速原型开发、创意DIY灯具、小空间照明等场景。 |
| 100 | + |
| 101 | +--- |
| 102 | + |
| 103 | +## 更多作品展示 |
| 104 | + |
| 105 | +**瑞幸 LOGO 小夜灯** |
| 106 | + |
| 107 | +* 灯罩材质:JAYO PETG 透明蓝 |
| 108 | +* LOGO 部分:PLA 蓝色 + 白色 |
| 109 | + |
| 110 | +![][16] |
| 111 | + |
| 112 | +--- |
| 113 | + |
| 114 | +**火焰灯(融合设计)** |
| 115 | + |
| 116 | +* 灯罩:JAYO PETG 透明 |
| 117 | +* 灯座:JAYO PETG 黑 + PLA 红 |
| 118 | +* 模型融合自[灵魂火焰灯][18] 和 [调光底座][19] |
| 119 | + |
| 120 | +![][17] |
| 121 | + |
| 122 | + |
| 123 | +[1]: https://raw.githubusercontent.com/Wizmann/wizmann.github.com/refs/heads/source/content/statistics/LED001-alternative/deng-zuo-led001.png |
| 124 | +[2]: https://makerworld.com.cn/zh/models/637818-led001deng-gua-pei-di-zuo?from=search#profileId-576969 |
| 125 | +[3]:https://raw.githubusercontent.com/Wizmann/wizmann.github.com/refs/heads/source/content/statistics/LED001-alternative/deng-zuo-led001-D18.png |
| 126 | +[4]:https://raw.githubusercontent.com/Wizmann/wizmann.github.com/refs/heads/source/content/statistics/LED001-alternative/led001%E5%BA%95%E5%BA%A7-D18.3mf |
| 127 | +[5]:https://raw.githubusercontent.com/Wizmann/wizmann.github.com/refs/heads/source/content/statistics/LED001-alternative/dengban-D33.png |
| 128 | +[6]:https://raw.githubusercontent.com/Wizmann/wizmann.github.com/refs/heads/source/content/statistics/LED001-alternative/dengban-3mf-D33.png |
| 129 | +[7]: https://makerworld.com.cn/zh/models/1099900-lian-yi-tai-deng-tao-jian-ban?from=search#profileId-1148153 |
| 130 | +[8]: https://raw.githubusercontent.com/Wizmann/wizmann.github.com/refs/heads/source/content/statistics/LED001-alternative/lianyi-components.png |
| 131 | +[9]: https://raw.githubusercontent.com/Wizmann/wizmann.github.com/refs/heads/source/content/statistics/LED001-alternative/lianyi-light.png |
| 132 | +[10]: https://raw.githubusercontent.com/Wizmann/wizmann.github.com/refs/heads/source/content/statistics/LED001-alternative/lianyi-3mf.png |
| 133 | +[11]: https://www.bilibili.com/video/BV1pjPiekEqP/ |
| 134 | +[12]: https://raw.githubusercontent.com/Wizmann/wizmann.github.com/refs/heads/source/content/statistics/LED001-alternative/copy-model-step1.png |
| 135 | +[13]: https://raw.githubusercontent.com/Wizmann/wizmann.github.com/refs/heads/source/content/statistics/LED001-alternative/copy-model-step2.png |
| 136 | +[14]: https://raw.githubusercontent.com/Wizmann/wizmann.github.com/refs/heads/source/content/statistics/LED001-alternative/copy-model-step3.png |
| 137 | +[15]: https://raw.githubusercontent.com/Wizmann/wizmann.github.com/refs/heads/source/content/statistics/LED001-alternative/copy-model-step4.png |
| 138 | +[16]: https://raw.githubusercontent.com/Wizmann/wizmann.github.com/refs/heads/source/content/statistics/LED001-alternative/sample1.png |
| 139 | +[17]:https://raw.githubusercontent.com/Wizmann/wizmann.github.com/refs/heads/source/content/statistics/LED001-alternative/sample2.png |
| 140 | +[18]: https://makerworld.com.cn/zh/models/1166865-ling-hun-huo-yan-deng-led-deng-tao-jian-mh001?from=search#profileId-1232590 |
| 141 | +[19]: https://makerworld.com.cn/zh/models/676999-diao-guang-di-zuo-001ledxi-lie-tong-yong?from=search#profileId-622765 |
0 commit comments