<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Asher Hu</title>
    <description>The latest articles on DEV Community by Asher Hu (@asher_hu_42c5945e09721211).</description>
    <link>https://dev.to/asher_hu_42c5945e09721211</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F4003205%2F7ed77c10-a8ff-43aa-b437-49edf95d4040.jpg</url>
      <title>DEV Community: Asher Hu</title>
      <link>https://dev.to/asher_hu_42c5945e09721211</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/asher_hu_42c5945e09721211"/>
    <language>en</language>
    <item>
      <title>产品按键手感设计实战——锅仔片、硅胶按键、薄膜开关，手感这个东西怎么调</title>
      <dc:creator>Asher Hu</dc:creator>
      <pubDate>Wed, 19 Aug 2026 12:22:07 +0000</pubDate>
      <link>https://dev.to/asher_hu_42c5945e09721211/chan-pin-an-jian-shou-gan-she-ji-shi-zhan-guo-zi-pian-huo-xiao-an-jian-bo-mo-kai-guan-shou-gan-zhe-ge-dong-xi-zen-yao-diao-4f8j</link>
      <guid>https://dev.to/asher_hu_42c5945e09721211/chan-pin-an-jian-shou-gan-she-ji-shi-zhan-guo-zi-pian-huo-xiao-an-jian-bo-mo-kai-guan-shou-gan-zhe-ge-dong-xi-zen-yao-diao-4f8j</guid>
      <description>&lt;h2&gt;
  
  
  本篇要点
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;锅仔片、硅胶按键、薄膜开关，三者的手感差别在哪？&lt;/li&gt;
&lt;li&gt;按力曲线怎么读？峰值力、回弹、触感清晰度，一个参数都不能少&lt;/li&gt;
&lt;li&gt;壁厚、行程、过盈量——按键手感的结构设计三要素&lt;/li&gt;
&lt;li&gt;做面8年，踩过的按键手感坑：从T0试模到改模的实战复盘&lt;/li&gt;
&lt;/ul&gt;




&lt;p&gt;上周有个客户拿了个美容仪过来改结构，说按键"摁下去没反馈，像按在棉花上"。我一试，好家伙，锅仔片没选对型号，硅胶按键的壁厚还多了0.15mm——这手感能好就怪了。&lt;/p&gt;

&lt;p&gt;说实话，按键手感是我做产品结构设计以来觉得最"玄学"的环节之一。你看数据，按力曲线漂漂亮亮，但一上手指就是"不对"。做面这么多年，我有个体会：按键手感这东西，结构设计师能做的就三件事——选对方案、定对参数、留够余量。剩下的，靠T0试模跟你对着干。&lt;/p&gt;

&lt;h2&gt;
  
  
  锅仔片、硅胶按键、薄膜开关，谁该用在哪
&lt;/h2&gt;

&lt;p&gt;先说方案选择。我一般根据产品类型和成本来定，不讲大道理，直接说怎么选。&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;锅仔片（Metal Dome）&lt;/strong&gt;——用在消费电子最多。手机侧键、遥控器、蓝牙耳机，你拆开看，九成是锅仔片。好处是手感清脆，段落感强，寿命长（10万次起步）。缺点嘛，你得配FPC或PCB，成本往上走。锅仔片的按力曲线有个明显的"塌陷点"，到那个点你会感觉到"咔嗒"一下，这就是大家说的"手感好"。&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;硅胶按键（Silicon Rubber Keypad）&lt;/strong&gt;——防水产品首选。美容仪、电动牙刷、厨房秤，这些要过IPX等级的，硅胶按键是标准答案。硅胶按键的手感靠壁厚和行程来调，手感偏软、偏"肉"，但胜在密封好。我做过一个美容仪，客户非要硅胶按键出"咔嗒感"，我说你这不是为难我吗——硅胶的弹性模量就决定了它的回弹曲线是缓坡，不是断崖，想有锅仔片那种清脆感，最少得加个金属弹片。&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;薄膜开关（Membrane Switch）&lt;/strong&gt;——成本最低的方案。面板、工业设备、医疗手持终端用得最多。薄膜开关的手感最差——没有段落感，行程短，按下去像在摸一张纸。但架不住便宜啊，一个按键几分钱。而且薄膜开关可以做到完全平面，好清洁，医疗设备很喜欢。&lt;/p&gt;

&lt;p&gt;简单说，要手感选锅仔片，要防水选硅胶，要便宜选薄膜开关。&lt;/p&gt;

&lt;h2&gt;
  
  
  按力曲线：设计师的"手感翻译器"
&lt;/h2&gt;

&lt;p&gt;说手感有点玄，但按力曲线是客观的。每个按键方案都有自己的力-行程曲线，读懂它，你就知道为什么客户说"没手感"。&lt;/p&gt;

&lt;p&gt;锅仔片的力曲线大概长这样：按下去，力慢慢爬升到峰值力（通常160-250gf），然后突然塌陷——力瞬间掉到60-80gf，你手指感觉到"咔嗒"。这个塌陷就是手感来源。峰值力太高，手指累；太低，误触。我一般控制在180-220gf之间，这是大多数人的"舒适区"。&lt;/p&gt;

&lt;p&gt;硅胶按键的曲线是缓坡——力慢慢上升，到底后回弹，没有明显的"断崖"。影响手感的关键参数是两个：壁厚和行程。0.5mm壁厚+1.0mm行程，手感偏软；0.8mm壁厚+0.6mm行程，手感偏硬。你得根据按键大小和用户群体来调。&lt;/p&gt;

&lt;p&gt;薄膜开关的曲线最无聊——几乎是直线上升，没有段落，不过也有个好处：力值稳定，不会像锅仔片那样批次不同手感飘忽不定。&lt;/p&gt;

&lt;h2&gt;
  
  
  壁厚、行程、过盈量——结构设计的三要素
&lt;/h2&gt;

&lt;p&gt;不管选什么方案，有三个参数你每次都得过一遍脑子。&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;壁厚。&lt;/strong&gt; 硅胶按键的壁厚直接影响手感。薄了手感软、回弹弱；厚了按不动、行程短。我一般先定0.5-0.6mm，T0试模后根据手感微调。锅仔片的话，上面的cover层（Mylar/PET）厚度也影响手感，cover越厚手感越模糊。&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;行程。&lt;/strong&gt; 锅仔片标准行程0.3-0.5mm，硅胶按键0.5-1.5mm，薄膜开关0.1-0.3mm。按键高度和行程要匹配——按键凸出壳面太多，行程就"虚"；太少，行程不够，手感生硬。我一般留0.3-0.5mm的预压量。&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;过盈量。&lt;/strong&gt; 这是最容易出问题的地方。硅胶按键和外壳之间的过盈配合，多了按不动、少了漏气。锅仔片中心的凸点和PCB之间的间隙，大了手感模糊、小了常导通。我习惯过盈量控制在0.1-0.2mm，然后用T0试模验证。&lt;/p&gt;

&lt;p&gt;说到这个我想起一个项目。一个美容仪，客户抱怨按键"摁下去不回弹"。我拆开一看，硅胶按键的壁厚做了0.9mm，过盈量0.3mm——这根本不是按键，是往死里压。改模把壁厚减到0.6mm，过盈量降到0.15mm，手感就对了。&lt;/p&gt;

&lt;h2&gt;
  
  
  T0试模：手感这个东西，图纸说了不算
&lt;/h2&gt;

&lt;p&gt;干这行久了，我有个习惯：T0试模件出来，第一件事不是量尺寸，是按按键。手感如果不对，大概率是壁厚、行程、过盈量三个参数中的某一个偏了。但偏了多少，图纸上看不出来，得手上有实物才说得清。&lt;/p&gt;

&lt;p&gt;我一般T0试模后做三件事：&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;
&lt;strong&gt;手感主观评价。&lt;/strong&gt; 找5个人，闭眼按，按完说感受。不同人对手感的敏感度差别很大，5个人里如果有3个人说"不对"，那一定是结构有问题。&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;力值测试。&lt;/strong&gt; 用推拉力计测实际按力，看曲线跟设计值差多少。±15%以内算正常，超了就得改模。&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;截面分析。&lt;/strong&gt; 切开按键位置的截面，看壁厚、行程、过盈量到底是多少。模具打出来的件跟3D图纸永远有差距。&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;有一次一个加湿器项目，按键手感T0就过了，但量产1000台后说手感变差。查了一圈，发现是模具磨损导致按键壁厚增加了0.05mm。0.05mm，肉眼看不出来，手感上就是"硬了一点点"。后来跟模具厂商量，把按键壁厚的公差从±0.05mm收紧到±0.03mm，问题解决。&lt;/p&gt;

&lt;h2&gt;
  
  
  几个容易踩的坑
&lt;/h2&gt;

&lt;p&gt;&lt;strong&gt;坑一：锅仔片中心对位不准。&lt;/strong&gt; 锅仔片的凸点必须对准PCB上的触点，偏差0.2mm以上手感就废了。我一般把锅仔片的定位孔做成椭圆，留一点调整空间。&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;坑二：硅胶按键的排气问题。&lt;/strong&gt; 硅胶按键压缩时，腔体内的空气要排出去，不然手感会"闷"。排气槽深0.05-0.1mm就够了，太深会漏手感。&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;坑三：薄膜开关的背胶厚度。&lt;/strong&gt; 薄膜开关背后的3M胶，客户用了更厚的替代品，结果按键行程被吃掉0.2mm。你以为你设计的是0.3mm行程，实际就剩0.1mm。&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;坑四：按键和壳体的干涉。&lt;/strong&gt; 硅胶按键装上后，侧壁和壳体孔干涉，摩擦力增大，手感变"涩"。我一般留单边0.1-0.2mm间隙，按键表面做咬花减摩擦。&lt;/p&gt;

&lt;p&gt;好了，大致就这些。按键手感这东西，说到底是个系统工程——结构设计、材料选择、模具精度、装配工艺，哪个环节出错手感都会翻车。但话说回来，也是产品结构设计最有趣的部分之一。你调对了，用户按一下就觉得"嗯，这产品值这个价"。&lt;/p&gt;




&lt;p&gt;&lt;em&gt;本文首发于 &lt;a href="https://www.hezidesign.com/jingyan/1069.html" rel="noopener noreferrer"&gt;赫兹工业设计官网&lt;/a&gt;&lt;/em&gt;&lt;/p&gt;

</description>
      <category>industrial</category>
      <category>design</category>
      <category>hardware</category>
      <category>productivity</category>
    </item>
    <item>
      <title>iPhone的R角进化史：从iPhone 4直角到Vision Pro弧面，一个圆角背后的设计博弈</title>
      <dc:creator>Asher Hu</dc:creator>
      <pubDate>Tue, 18 Aug 2026 04:33:48 +0000</pubDate>
      <link>https://dev.to/asher_hu_42c5945e09721211/iphonede-rjiao-jin-hua-shi-cong-iphone-4zhi-jiao-dao-vision-prohu-mian-ge-yuan-jiao-bei-hou-de-she-ji-bo-yi-33bc</link>
      <guid>https://dev.to/asher_hu_42c5945e09721211/iphonede-rjiao-jin-hua-shi-cong-iphone-4zhi-jiao-dao-vision-prohu-mian-ge-yuan-jiao-bei-hou-de-she-ji-bo-yi-33bc</guid>
      <description>&lt;h2&gt;
  
  
  iPhone的R角进化史：从iPhone 4直角到Vision Pro弧面，一个圆角背后的设计博弈
&lt;/h2&gt;

&lt;p&gt;iPhone 4的直角边框到iPhone 6的2.5D弧面，R角值从0.5mm拉到3.5mmR角不是越大越好——注塑收缩、模具加工、手感三件事要一起算Vision Pro的R角设计思路跟手机完全不同，因为戴在脸上的东西不能按手机那套来&lt;/p&gt;

&lt;h2&gt;
  
  
  说起来你可能不信，苹果跟R角较劲了快二十年
&lt;/h2&gt;

&lt;p&gt;iPhone 4那个直角边框，当年多少人觉得"这才是手机该有的样子"。拿在手里方方正正，搁桌上能当尺子用。但你要是真干过结构设计，就会知道那个直角其实是无奈之举——不是乔布斯喜欢直角，是当时的工艺做不出好看的弧度。&lt;/p&gt;

&lt;p&gt;iPhone 4的不锈钢中框是CNC整块铣出来的，R角给到0.5mm就顶天了。再大，倒角刀下不去，加工时间翻倍，成本直接飞。你想想，一个手机边框R角从0.5mm改成1mm，CNC加工时间大概多30%，良率还要掉几个点。苹果那时候刚换不锈钢，不敢冒这个险。&lt;/p&gt;

&lt;p&gt;到了iPhone 6，事情开始变了。2.5D玻璃来了，机身R角直接拉到3.5mm左右。说实话，我第一次拿到iPhone 6的时候，第一反应是"这手感不对"——太滑了，像握一块肥皂。但用了一个星期就回不去了，直角边框握久了虎口是真的疼。苹果那时候应该是做了大量的人机工程测试，光握持角度就试了十几个版本。&lt;/p&gt;

&lt;h2&gt;
  
  
  R角不是越大越好，结构设计师都知道这个坑
&lt;/h2&gt;

&lt;p&gt;做结构设计的人都知道，R角这东西有三件事要一起算：注塑收缩、模具加工、手感。这三件事经常打架。&lt;/p&gt;

&lt;p&gt;注塑收缩。塑料件R角如果太小，走胶不顺，熔接痕会出现在转角处。我见过一个项目，产品外观R角只有0.3mm，T0试模出来直接报废——转角处全是银纹，模流分析一看，胶料在那个位置走不动，堆积了。最后R角改到0.8mm，问题解决。但0.8mm在外观上又太圆了，甲方嫌"不够硬朗"，又改回0.5mm加表面咬花遮瑕。你看，设计师的日常就是妥协。&lt;/p&gt;

&lt;p&gt;模具加工。CNC加工R角，刀径决定R角下限。你给个R0.2mm的角，那就得用0.2R的刀，刀径太细容易断，加工时间也长。我一般跟客户说，外观R角不要低于0.5mm，不然模具厂那边要多收钱，而且不一定做得好。&lt;/p&gt;

&lt;p&gt;手感。这个最玄学。R角3mm和3.5mm，差0.5mm，握在手里感觉完全不一样。苹果的工程师应该是做过大量盲测的——我猜他们做了一整排不同R角的模型，让人一个一个摸过去，然后统计哪个最舒服。我们给一家美容仪客户做外观设计的时候也干过类似的事，打印了6个不同R角的手板，让客户团队每个人握着打分。最后选出来的那个R角，跟苹果手机的中框R角几乎一样——3.2mm。你敢信？&lt;/p&gt;

&lt;h2&gt;
  
  
  从iPhone X到Vision Pro，R角的故事还在继续
&lt;/h2&gt;

&lt;p&gt;iPhone X开始用不锈钢中框加玻璃后盖，R角控制在2.5mm左右。到了iPhone 14 Pro，那个R角已经非常圆润了，握在手里几乎没有棱角感。但我觉得最有意思的是Vision Pro——那个头显的R角设计思路完全不一样。&lt;/p&gt;

&lt;p&gt;戴在脸上的东西，R角不能按手机那套来。手机你握在手里，R角大了滑手，R角小了硌手。但头显是贴在脸上的，R角太小会压出印子，太大了又显得笨重。Vision Pro那个前脸的R角应该是在8mm到12mm之间，具体我没拆过，但从渲染图的光影来看，曲率半径很大，接近一个圆弧的一段。这个设计思路很聪明——用大R角让视觉上显得轻薄，同时佩戴时不会在脸上压出棱角印。&lt;/p&gt;

&lt;p&gt;说实话，我觉得苹果在R角这件事上已经玩出花来了。普通消费者可能觉得"不就一个圆角嘛"，但背后是模具、材料、工艺、人机工程四件事的博弈。&lt;/p&gt;

&lt;h2&gt;
  
  
  做产品设计，R角到底怎么定？给几个实战经验
&lt;/h2&gt;

&lt;p&gt;干了这么多年，我总结了几条R角设计的血泪经验，分享给刚入行的朋友：&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;&lt;p&gt;外观R角别低于0.5mm。低于0.5mm，模具加工费至少贵30%，而且注塑容易出问题。除非你有特殊工艺要求，否则别为难模具厂。&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;握持类产品R角定在2.5-3.5mm之间。这个区间是人手最舒服的范围。太小了硌手，太大了握不住。做手板的时候让客户试一下，比什么都管用。&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;内部结构R角可以比外观小。内部骨架的R角用0.3-0.5mm就够了，主要为了减少应力集中。但要注意，内部R角和外观R角之间要有过渡，不能直接变，不然模具上会有尖角。&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;咬花工艺会影响R角的视觉效果。同样的R角，咬花粗了看起来更圆，咬花细了看起来更锐。我们在做一个美容仪项目的时候，甲方说"R角太大了"，我们没改模具，只是把咬花从Spinner 1500改成了Spinner 2000，视觉效果就变了。省了改模费，甲方也满意。&lt;/p&gt;&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;好了，今天就聊到这。R角这个东西，看着简单，做起来全是坑。下次拿到一个新项目，别急着画图，先想想R角怎么定，能省不少改模费。&lt;/p&gt;

&lt;p&gt;—&lt;/p&gt;

&lt;p&gt;本文转载自：赫兹工业设计官网《经验分享》栏目&lt;/p&gt;

</description>
      <category>design</category>
      <category>industrial</category>
      <category>product</category>
    </item>
    <item>
      <title>导光柱设计别踩这6个坑：PC还是PMMA、咬花纹路、漏光怎么治——指示灯结构设计实战笔记</title>
      <dc:creator>Asher Hu</dc:creator>
      <pubDate>Mon, 17 Aug 2026 03:38:22 +0000</pubDate>
      <link>https://dev.to/asher_hu_42c5945e09721211/dao-guang-zhu-she-ji-bie-cai-zhe-6ge-keng-pchuan-shi-pmma-yao-hua-wen-lu-lou-guang-zen-yao-zhi-zhi-shi-deng-jie-gou-she-ji-shi-zhan-bi-ji-30g3</link>
      <guid>https://dev.to/asher_hu_42c5945e09721211/dao-guang-zhu-she-ji-bie-cai-zhe-6ge-keng-pchuan-shi-pmma-yao-hua-wen-lu-lou-guang-zen-yao-zhi-zhi-shi-deng-jie-gou-she-ji-shi-zhan-bi-ji-30g3</guid>
      <description>&lt;h2&gt;
  
  
  导光柱设计别踩这6个坑：PC还是PMMA、咬花纹路、漏光怎么治——指示灯结构设计实战笔记
&lt;/h2&gt;

&lt;p&gt;本文要点&lt;br&gt;
导光柱选材：PC韧性好耐高温，PMMA透光率高但脆出光不均匀？九成是出光面咬花没做对漏光串光，遮光三招一次讲清固定方式四个方案，卡扣加少量点胶最省心&lt;/p&gt;

&lt;p&gt;上周有个客户拿着样板来找我，满脸问号：「你们给的这个指示灯，为什么上亮下暗，中间还套着一圈光晕？」我拿过来一看，导光柱是现成的公模件，出光面光溜溜的，一点纹路都没有。我说这问题不修模具治不好，他还不信。今天就把导光柱这点门道一次说透，省得你们也在这上面交学费。&lt;/p&gt;

&lt;p&gt;先交代一下导光柱是干嘛的。LED灯珠太小太刺眼，直接怼在面板上，要么光线聚成一个点，要么亮得刺眼睛。导光柱就是光从灯珠到面板这段路的「快递员」——把点光源拉成面光源，让指示灯看起来柔和均匀。手机充电口旁边的小呼吸灯、空气炸锅面板上的工作指示灯、美容仪上的模式显示，靠的都是这根小塑料棒。&lt;/p&gt;

&lt;h2&gt;
  
  
  选材先定：PC还是PMMA，我一般这么选
&lt;/h2&gt;

&lt;p&gt;市面上九成的导光柱就是两种料：PC和PMMA（亚克力）。PMMA透光率92%，PC只有88%左右，论透光亚克力赢了。但亚克力脆，做长了容易断，耐温也不如PC，PC的玻璃化温度比PMMA高出一大截。&lt;/p&gt;

&lt;p&gt;我一般这么定：灯珠功率小、产品不发热、导光柱又短又粗的，用PMMA，透光好成本低；导光柱细长、旁边有大功率器件、或者要过高温烤机测试的，用PC，哪怕损失几个点的透光率也认了。&lt;/p&gt;

&lt;p&gt;还有个折中做法，主体用PC，出光面那一小段做PMMA二次注塑或者嵌件。两头的好处都占了，但模具和工艺的钱划不来，量不大的产品我不建议这么干。&lt;/p&gt;

&lt;h2&gt;
  
  
  形状和壁厚，直接决定亮还是暗
&lt;/h2&gt;

&lt;p&gt;导光柱不是越粗越亮。光在塑料里走，每拐一个弯、每经过一个面，都要损失一部分能量。壁厚太薄，光还没走到头就散没了，出光面亮一块暗一块；壁厚太厚，光线在里面反复反射，出来是均匀了，但亮度掉得厉害。&lt;/p&gt;

&lt;p&gt;我的经验值：普通指示灯导光柱，直径3到5mm比较舒服，长度别超过直径的6倍，超过这个比例就得考虑加多一颗LED或者换高亮灯珠。弯折角度也有限制，超过45度的弯，光损失肉眼可见，能走直线就走直线，实在要拐弯，拐角做圆角别做直角，直角会切光。&lt;/p&gt;

&lt;h2&gt;
  
  
  出光不均匀？九成是咬花没做对
&lt;/h2&gt;

&lt;p&gt;这是最常被忽略的一环。公模导光柱出光面大多光溜溜的，光从光面出来会聚成一个亮斑，旁边一圈暗区，就是客户说的「上亮下暗」。&lt;/p&gt;

&lt;p&gt;解决办法是出光面做咬花（晒纹）。咬花把光滑面打成细密的凹凸，光打在上面被打散，出来的光就均匀了。咬花深度是关键：太浅没效果，太深光被吃掉太多，亮度直接掉一半。我一般先用细砂纹，咬花规格120到180号这个区间，样板阶段拿不同深度的纹路做对比，挑一个均匀度和亮度都满意的。&lt;/p&gt;

&lt;p&gt;记住一个细节：咬花只做出光面，其他面保持光面，光在内部靠全反射跑得更远，末端不至于太暗。&lt;/p&gt;

&lt;h2&gt;
  
  
  漏光和串光，遮光才是真功夫
&lt;/h2&gt;

&lt;p&gt;导光柱最丑的不是暗，是漏。侧面漏光、相邻灯串光，面板上看过去就是一片雾蒙蒙的光污染，特别掉档次。&lt;/p&gt;

&lt;p&gt;我的做法：侧面不指望靠公差，直接上遮光。三招——第一，导光柱主体用黑色PC做，只留出光窗口；第二，侧面涂遮光漆，量大的话直接做遮光罩；第三，相邻灯之间加挡光筋，防止串光。呼吸灯那种要均匀渐变的效果，串光反而是加分项，但一般指示灯的规矩是一灯一格，互不干扰。&lt;/p&gt;

&lt;h2&gt;
  
  
  固定方式，四个方案各有各的坑
&lt;/h2&gt;

&lt;p&gt;导光柱固定看着简单，翻车率高。卡扣省事，但卡扣要放脱模斜度，导光柱容易歪；铆压稳，但导光柱受力大容易碎，PMMA尤其；点胶灵活，但胶水固化时间影响产线节拍，胶水选错还会腐蚀料件；超声波焊接最稳，但要治具，小批量不划算。&lt;/p&gt;

&lt;p&gt;我一般小批量用卡扣加少量点胶，大批量直接超声波。还有个原则别忘了：导光柱和LED之间留0.3到0.5mm的间隙，别贴死，贴死了灯珠的热量和震动直接传过来，光还会被装配误差顶偏。&lt;/p&gt;

&lt;h2&gt;
  
  
  一个真实项目：那台美容仪
&lt;/h2&gt;

&lt;p&gt;去年给东莞一家美容仪客户做结构，面板上要4颗LED做呼吸灯，还要三档模式切换显示。第一版导光柱用PMMA直插，亮度没问题，但呼吸的时候光不均匀，一颗亮一颗暗，客户说像灯坏了。&lt;/p&gt;

&lt;p&gt;查下来两个问题：一是出光面没做咬花，二是四根导光柱长短不一样，模具师傅省模的时候把公差放大了。后来统一改成PC加细咬花，长度公差收到正负0.05mm，呼吸灯总算匀了。这一个改动，打样多花了三千多，但客户后面下大单，价格没还一句。&lt;/p&gt;

&lt;p&gt;导光柱这东西，看着是个配角，做砸了整个面板都跟着丑。选材、咬花、遮光、固定，四样占齐了，指示灯基本就稳了。好了，有个客户在问模具报价，改图去了。&lt;/p&gt;

&lt;p&gt;—&lt;/p&gt;

&lt;p&gt;本文转载自：赫兹工业设计官网《经验分享》栏目&lt;/p&gt;

</description>
      <category>design</category>
      <category>industrial</category>
      <category>product</category>
    </item>
    <item>
      <title>谷歌Pixel 11发布：折叠屏减重19g，120倍长焦怎么塞——工业设计拆三点</title>
      <dc:creator>Asher Hu</dc:creator>
      <pubDate>Sun, 16 Aug 2026 03:42:41 +0000</pubDate>
      <link>https://dev.to/asher_hu_42c5945e09721211/gu-ge-pixel-11fa-bu-zhe-die-ping-jian-zhong-19g120bei-chang-jiao-zen-yao-sai-gong-ye-she-ji-chai-san-dian-2cj7</link>
      <guid>https://dev.to/asher_hu_42c5945e09721211/gu-ge-pixel-11fa-bu-zhe-die-ping-jian-zhong-19g120bei-chang-jiao-zen-yao-sai-gong-ye-she-ji-chai-san-dian-2cj7</guid>
      <description>&lt;p&gt;这篇聊三件事：谷歌 Pixel 11 折叠屏减重 19g 是怎么抠出来的；120 倍长焦的相机模组怎么塞；产品矩阵的切割与 AI 溢价能不能撑住。&lt;/p&gt;

&lt;p&gt;说实话，昨晚看到谷歌发 Pixel 11 全家桶的消息，我第一眼盯的不是 Gemini 又多了什么花活，而是折叠屏那个重量——239g。&lt;/p&gt;

&lt;p&gt;数字这东西，外行看热闹，做结构的看门道。258g 到 239g，19g 看着不起眼，摊到折叠屏这种每克都要讨价还价的产品上，属于能把结构工程师逼疯的量级。&lt;/p&gt;

&lt;h2&gt;
  
  
  这条新闻说了什么
&lt;/h2&gt;

&lt;p&gt;这次谷歌一口气发了四款：Pixel 11、Pixel 11 Pro、Pixel 11 Pro XL，加一台 Pixel 11 Pro Fold。全系 Tensor G6 芯片，官方说法是能效提升 20%、网页浏览速度快 25%。直板机从 256GB 起步，Pixel 11 起售价 899 美元。Pro Fold 保留 6.5 英寸外屏加 8 英寸内屏，峰值亮度干到 3600 尼特，主摄换 4800 万像素，无线充电升级到 Qi 2.2 的 25W——然后电池从 5015mAh 缩到了 4806mAh。&lt;/p&gt;

&lt;p&gt;看到没，电池缩水 209mAh，就是给那 19g 让路。&lt;/p&gt;

&lt;h2&gt;
  
  
  看点一：折叠屏减重 19g，是怎么抠出来的
&lt;/h2&gt;

&lt;p&gt;折叠屏减重，说白了就三条路：铰链、电池、堆叠。&lt;/p&gt;

&lt;p&gt;铰链是第一个下手的地方。以前折叠屏重，重在哪？铰链的金属件——钛合金、不锈钢、几十个零件，一套铰链下来几十克。减重要么换材料，要么删零件，把强度冗余一点点挤掉。这条路谷歌走了好几年，Pixel Fold 一代比一代轻，铰链寿命还得同步保证——省模省到铰链上，翻车就是大面积召回。&lt;/p&gt;

&lt;p&gt;电池是第二条路。这次从 5015 缩到 4806mAh，明摆着是给重量让位。现在硅碳负极电池能量密度上来了，同样容量能再轻个几克，但成本也上去了。国产旗舰这两年疯狂堆大电池，谷歌反着来，为了手感牺牲续航，这个取舍我持保留意见——239g 的折叠屏确实舒服，可 4806mAh 在折叠大屏上能扛多久，用户会用脚投票。&lt;/p&gt;

&lt;p&gt;第三条路是堆叠。主板、电池、扬声器、天线，每层结构件都往薄里做。做面八年，我最清楚这种抠法：这里减 0.3mm、那里减 0.5mm，最后攒出 19g。代价就是公差越来越紧，装配越来越难，良率都是钱。&lt;/p&gt;

&lt;h2&gt;
  
  
  看点二：120 倍长焦，相机模组怎么塞
&lt;/h2&gt;

&lt;p&gt;120 倍长焦，听着唬人，背后是潜望式镜组、更大的传感器、更复杂的防抖结构。模组一变大，手机内部的空间争夺战就升级了：电池要躲、主板要让、散热要铺。&lt;/p&gt;

&lt;p&gt;相机 Deco 这几年越做越凸，就是这个原因。谷歌的相机条设计语言算是识别度很高的——一整条凸起横贯机身背面，把镜头、闪光灯、传感器排成一条。好处是视觉上这就是 Pixel，坏处是这条 Deco 的凸起高度、转角 R 角、与机身的分色处理，每一处都是 CMF 和结构的双重考题。&lt;/p&gt;

&lt;p&gt;对了，摄像头模组一大，还有个容易被忽略的问题：重心。镜头都堆在左上角，整机重心偏，单手握持容易头重脚轻。这个细节做不好，参数再猛，上手体感也垮。&lt;/p&gt;

&lt;h2&gt;
  
  
  看点三：产品矩阵的切割，AI 溢价能不能撑住
&lt;/h2&gt;

&lt;p&gt;四款机型，直板三款加折叠一款，899 美元起步，往上拉到 Pro Fold 的顶配——价位带切得明明白白：标准版走量，Pro 走影像，XL 走大屏，Fold 走形态。&lt;/p&gt;

&lt;p&gt;有意思的是，这代把 AI 当成头号卖点：Gemini 代订餐厅、叫车、离线运行。但看了上手评价，不少人吐槽 AI 不支棱、涨价不消停——功能听着多，真正常用的没几个，价格倒是先上去了。&lt;/p&gt;

&lt;p&gt;作为产品定义，这是个典型问题：AI 功能是软件的活，涨价是硬件的锅。消费者为 899 美元掏钱，买单的是屏幕、相机、做工；Gemini 再聪明，也填不上性价比这道坎。&lt;/p&gt;

&lt;h2&gt;
  
  
  设计师能从这条新闻里带走什么
&lt;/h2&gt;

&lt;p&gt;第一，轻量化要算总账。重量减 19g、电池缩 209mAh，这个交换划不划算，要看目标用户在意什么。折叠屏用户要的是能揣进兜里的旗舰，牺牲一点续航换手感，逻辑成立；换成续航焦虑人群，就是灾难。&lt;/p&gt;

&lt;p&gt;第二，相机模组是结构设计的深水区。凸起、重心、散热、防抖，一个 Deco 背后是一整套系统设计。谁能在做大底和保持手感之间找到平衡，谁就能在旗舰市场站稳。&lt;/p&gt;

&lt;p&gt;第三，产品矩阵的本质是取舍。四款机型覆盖不同价位带，各自的目标用户不重叠，这才是健康的产品定义。跟风堆参数、全线拉满，最后只会自己打自己。&lt;/p&gt;

&lt;p&gt;好了，改图去了。改完图我挺想拆一台 Fold，看看那 19g 到底是从哪个零件上抠下来的。&lt;/p&gt;

&lt;h2&gt;
  
  
  FAQ：谷歌 Pixel 11 设计相关常见问题
&lt;/h2&gt;

&lt;p&gt;Q：Pixel 11 Pro Fold 减重 19g 是怎么做到的？A：主要是三块：铰链结构件减薄减重、电池从 5015mAh 缩到 4806mAh 让位、内部堆叠每层做薄。硅碳负极电池能量密度提升也帮了忙，代价是成本上升。&lt;/p&gt;

&lt;p&gt;Q：120 倍长焦对手机结构设计有什么影响？A：长焦倍数越大，潜望式镜组越复杂，模组体积和重量都上去了。相机 Deco 会更凸，内部空间争夺加剧，还要解决散热和重心偏移的问题。&lt;/p&gt;

&lt;p&gt;Q：折叠屏为什么都盯着减重？A：重量是折叠屏最大的劝退点之一。超过 250g 长时间单手使用会累，口袋携带感也差。厂商通过铰链、电池、堆叠三条路减重，但要在强度、续航、手感之间找平衡。&lt;/p&gt;

&lt;p&gt;Q：谷歌四款 Pixel 11 的布局逻辑是什么？A：标准版走量、Pro 走影像、Pro XL 走大屏、Pro Fold 走折叠形态，四款覆盖不同价位带和目标人群。AI 功能是全系卖点，但能不能撑起涨价，还得看用户买不买单。&lt;/p&gt;

&lt;p&gt;信息来源：爱范儿早报（2026-08-15），内容据公开报道整理，参数以官方发布为准。&lt;/p&gt;

&lt;p&gt;本文转载自：赫兹工业设计官网《行业观察》栏目&lt;/p&gt;

</description>
      <category>design</category>
      <category>industrial</category>
      <category>product</category>
    </item>
    <item>
      <title>小米升降车标专利曝光，一个车标能省出续航？结构设计师拆三点</title>
      <dc:creator>Asher Hu</dc:creator>
      <pubDate>Sun, 16 Aug 2026 03:12:37 +0000</pubDate>
      <link>https://dev.to/asher_hu_42c5945e09721211/xiao-mi-sheng-jiang-che-biao-zhuan-li-pu-guang-ge-che-biao-neng-sheng-chu-xu-hang-jie-gou-she-ji-shi-chai-san-dian-kam</link>
      <guid>https://dev.to/asher_hu_42c5945e09721211/xiao-mi-sheng-jiang-che-biao-zhuan-li-pu-guang-ge-che-biao-neng-sheng-chu-xu-hang-jie-gou-she-ji-shi-chai-san-dian-kam</guid>
      <description>&lt;p&gt;这篇聊三件事：小米升降车标专利的续航账、主动空气动力学趋势、升降机构的结构难题。&lt;/p&gt;

&lt;p&gt;说实话，刚看到"小米升降车标专利"这条新闻，我第一反应是：车标能动，这是要学劳斯莱斯那套仪式感？细看专利内容才反应过来——人家不是为了炫，是为了省电。&lt;/p&gt;

&lt;p&gt;据曝光的专利文件显示，小米这套方案是让车头的车标在高速行驶时自动下沉，跟机盖表面齐平，减小车头正面的气流撞击面，从而降低风阻、提高续航。专利里还提到，车标升降逻辑可以跟车速联动：低速时立着，高速时躺下去。&lt;/p&gt;

&lt;h2&gt;
  
  
  看点一：一个车标，凭什么动一动就能省续航？
&lt;/h2&gt;

&lt;p&gt;车头正前方是整车气流的第一个撞击点，车标又刚好站在这个位置上。别小看那一小块凸起，它会把本来要贴着机盖流过去的气流打散，在车标后方形成低压区，拖慢整车的空气流动。&lt;/p&gt;

&lt;p&gt;风阻系数Cd值每降0.01，高速工况下续航大概能多个三五公里。对一台CLTC续航动辄七八百公里的电车来说，几个公里听着不起眼，可车企抠续航已经到了"连门把手都要藏起来"的地步。&lt;/p&gt;

&lt;h2&gt;
  
  
  看点二：主动空气动力学，正在从"高端选装"变成"家常便饭"
&lt;/h2&gt;

&lt;p&gt;升降车标不是第一个这么干的。这些年主动空气动力学家族已经不小了：主动进气格栅高速时关闭、主动尾翼低速收起来高速伸出来、空气悬架跑高速自动降低车身、隐藏式门把手、低风阻轮毂罩……每个单拎出来都是省那么一星半点，凑到一起就很可观。&lt;/p&gt;

&lt;p&gt;以前这些是豪华品牌旗舰车的专属配置，现在十几万的国产车都能见到。电动化之后续航焦虑逼着所有车企把风阻当成核心指标，能省的每一口气都要省。&lt;/p&gt;

&lt;h2&gt;
  
  
  看点三：一个"小功能"，结构设计要过的关可不少
&lt;/h2&gt;

&lt;p&gt;外行看热闹，觉得不就是加个小电机让车标上下动一下嘛。真落到结构设计上，每一关都挺磨人。&lt;/p&gt;

&lt;p&gt;第一关是密封防水。车标下面就是机舱，雨水、洗车水、泥浆都会从车标缝隙往里钻，密封圈、导水槽、排水路径一个都不能少，防护等级至少要做到IP6K7这个级别。&lt;/p&gt;

&lt;p&gt;第二关是耐久和极端工况。北方冬天零下二三十度，车标要是被冻住升不起来，或者机构结冰卡死，这种问题一旦出现就是口碑事故。电机寿命、传动机构的磨损、限位结构，都得按整车15年以上的寿命去设计。&lt;/p&gt;

&lt;p&gt;第三关是碰撞和行人安全。车标是车头最凸出的零件，低速碰撞时它得先扛住，行人保护法规也盯着这块区域，材料选型和溃缩结构都要考虑进去。&lt;/p&gt;

&lt;h2&gt;
  
  
  设计师能从这件小事里带走什么
&lt;/h2&gt;

&lt;p&gt;第一，微创新也是创新。产品同质化的时代，差距往往就藏在这种没人注意的小零件里。&lt;/p&gt;

&lt;p&gt;第二，动件是下一个设计战场。功能件正在变成造型的一部分，懂一点机构、懂一点驱动方式，做出来的方案才有说服力。&lt;/p&gt;

&lt;p&gt;第三，结构设计是"把简单的事做扎实"。客户看到的惊艳，背后都是这些没人提的结构细节在撑着。&lt;/p&gt;

&lt;p&gt;当然，专利曝光离量产还有距离。但车企把风阻抠到车标上这件事本身，已经说明方向了：电动时代的汽车设计，省电就是省一切。&lt;/p&gt;

&lt;p&gt;本文转载自：赫兹工业设计官网《行业观察》栏目&lt;/p&gt;

</description>
      <category>design</category>
      <category>industrial</category>
      <category>product</category>
    </item>
    <item>
      <title>Air Fryer Structural Design in Practice: Hot Air Channel, Basket Latch, and Heat-Resistant Panel</title>
      <dc:creator>Asher Hu</dc:creator>
      <pubDate>Fri, 14 Aug 2026 09:43:56 +0000</pubDate>
      <link>https://dev.to/asher_hu_42c5945e09721211/air-fryer-structural-design-in-practice-hot-air-channel-basket-latch-and-heat-resistant-panel-389</link>
      <guid>https://dev.to/asher_hu_42c5945e09721211/air-fryer-structural-design-in-practice-hot-air-channel-basket-latch-and-heat-resistant-panel-389</guid>
      <description>&lt;h1&gt;
  
  
  Air Fryer Structural Design in Practice: Hot Air Channel, Basket Latch, and Heat-Resistant Panel
&lt;/h1&gt;

&lt;p&gt;Last week a client walked into our office carrying an air fryer — a sample unit that leaked out of a major OEM's factory. He asked if we could cut the cost by 30%. I opened it up, looked for ten minutes, and asked him straight: "Do you want to cut the air channel, or the basket?" He froze and said, "Aren't they both just plastic parts?"&lt;/p&gt;

&lt;p&gt;Air fryers have been outselling ovens these past few years, but structurally they keep coming back to the same few pieces: the hot air channel, the basket, the heating element, and the control panel. Anyone doing small-appliance structural design knows there aren't many places that truly decide how well a product works. I've torn down dozens of samples over the years — today let's talk about the three most critical ones.&lt;/p&gt;

&lt;h2&gt;
  
  
  The Hot Air Channel: That Gap Under the Basket Isn't There by Accident
&lt;/h2&gt;

&lt;p&gt;The core of an air fryer is hot air circulation. The heating element heats the air, the fan pushes hot air down through the basket, and it gets sucked back in from the sides, forming a closed loop. The most common failure point in this path is the distance between the heating element and the fan blade.&lt;/p&gt;

&lt;p&gt;I once saw a sample where the heating element was mounted right against the fan blade. Five minutes after power-on, the plastic at the blade root started yellowing. Rule one of hot air channel design: leave enough clearance between the heating element and the fan. I usually go with at least 20mm — otherwise the blade gets cooked over the long run, ages fast, and the noise gets worse day by day. Same logic as leaving margin in mold design: give a little more up front, rework a lot less later.&lt;/p&gt;

&lt;p&gt;Blade angle matters too. If the blades are too straight, you get high pressure but low air volume — the hot air can't punch through the basket, so the top is cooked while the bottom stays pale. If the blades are too angled, volume goes up but pressure drops, and the hot air just swirls around the rim of the basket. I typically start with a twist angle around 40 degrees, then verify with a thermometer gun measuring the temperature difference across the four corners of the basket. If it exceeds 15 degrees, I fine-tune the blades. Mold changes are expensive — extra prototyping up front is worth more than anything.&lt;/p&gt;

&lt;h2&gt;
  
  
  The Basket Latch: Whether It Stays Tight After Tens of Thousands of Pulls Is the Real Test
&lt;/h2&gt;

&lt;p&gt;The basket latch looks simple but has the most pitfalls. A brand-new mold gives a 2.5mm engagement depth — crisp click, client is instantly happy. But after five thousand pulls, the engagement wears down to 1.2mm and the basket rattles loosely. Problems like this never show up during the trial-mold stage.&lt;/p&gt;

&lt;p&gt;My process: first set the engagement depth — for small appliances I typically use 1.5 to 2.5mm. Then calculate the draft angle — at least 1 degree at the latch root, otherwise the part whitens when ejected. Finally, run fatigue testing — simulate 20,000 pulls and watch how the tightness changes. Don't trust static strength on paper alone. Plastics fear creep and wear; for a part like a basket that gets pulled every day, fatigue is the real exam.&lt;/p&gt;

&lt;p&gt;Also: don't place the latch where the load is highest. When the basket is full, the center of gravity sits at the bottom. If the latch is at the rim edge, all the lever force from pulling lands on it, and it'll snap within months. I add two locating ribs at the basket bottom so the basket body hits the base tray first — the latch only handles positioning, not load-bearing.&lt;/p&gt;

&lt;h2&gt;
  
  
  The Heat-Resistant Panel: The Most Demanding Part of the Whole Machine Is Often a Piece of Plastic
&lt;/h2&gt;

&lt;p&gt;The air fryer panel faces the hot air channel and runs at 70–80°C and up all day. You can't just look at the rated heat deflection temperature when picking the material. I've seen panels made of ordinary ABS yellow after a year of use — users complained on the e-commerce platform and the whole batch came back.&lt;/p&gt;

&lt;p&gt;For panels I generally pick between PBT and PC. PBT has high heat resistance and stable dimensions, but it's expensive. PC is cheaper and tougher, but under long-term high heat it's prone to stress cracking. I lean toward PBT with glass fiber — heat deflection temperature above 200°C, so even if the cavity hits 120°C, the panel won't warp or bulge.&lt;/p&gt;

&lt;p&gt;One point people often overlook: leave an insulating air cavity between the panel and the hot air channel, or pad it with a layer of aluminum foil insulation. Relying on material alone can't withstand long-term heat — isolating the heat path structurally is the real fix.&lt;/p&gt;

&lt;h2&gt;
  
  
  Viewing Window and Sealing: Whether Steam Drains Cleanly Comes Down to This
&lt;/h2&gt;

&lt;p&gt;For air fryers with a viewing window, a silicone sealing ring goes between the glass and the panel. Two pitfalls here. First, if the ring is compressed too hard, the glass has nowhere to expand when heated and cracks after a few uses. Second, if the ring sits too low, steam condenses on the inside of the window — users' fried-food photos all come out foggy, and the comments sections light up with complaints.&lt;/p&gt;

&lt;p&gt;I usually press the sealing ring at the upper-outer position of the glass to leave expansion room, and add two steam vents at the bottom of the window frame. Steam drains from the bottom, so the middle of the window stays clean. This little detail — a lot of outsourced product design firms don't even think about it.&lt;/p&gt;

&lt;p&gt;At this point, the redesign for that client's sample is already on paper — cost cut by about 25%, mainly through a simplified air channel structure and latch mold optimization, with not a single change in wall thickness. Back to the drawing board.&lt;/p&gt;




&lt;h2&gt;
  
  
  FAQ: Common Questions in Air Fryer Structural Design
&lt;/h2&gt;

&lt;p&gt;&lt;strong&gt;Q: Where is the heating element usually installed in an air fryer?&lt;/strong&gt;&lt;br&gt;
A: Most are mounted above the basket and below the fan, relying on the fan to push hot air down. Keep enough clearance between the heating element and the fan blade, otherwise the blade ages faster and gets noisier over time.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Q: The basket pull feels loose — what went wrong?&lt;/strong&gt;&lt;br&gt;
A: Most likely latch wear — the engagement depth has worn down. Designing in enough engagement, keeping the latch out of load-bearing positions, and adding locating ribs to share the load will significantly extend its life.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Q: What material is best for an air fryer panel?&lt;/strong&gt;&lt;br&gt;
A: I generally use PBT with glass fiber — high heat resistance and stable dimensions. Ordinary ABS yellows under long-term high heat, and PC is prone to stress cracking — neither suits a part that faces heat all day.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Q: What should be prepared in the early stage of air fryer structural design?&lt;/strong&gt;&lt;br&gt;
A: First set power and capacity, then work out the air channel and heating element layout. Ideally prototype first and measure the real temperature difference across the basket — get the data nailed down before touching the mold. If you're working with an industrial design firm, communicating the air channel plan early saves a lot of mold-change money.&lt;/p&gt;




&lt;p&gt;&lt;em&gt;Hezi Industrial Design (东莞市赫兹工业设计有限公司) — one-stop professional product appearance, structural, and CMF design. Founder Hu Yashe has 10 years of hands-on experience with 320+ successfully launched products.&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;&lt;em&gt;Contact: +86 18576718657 | &lt;a href="http://www.hezidesign.com" rel="noopener noreferrer"&gt;www.hezidesign.com&lt;/a&gt; | Room 2010, Building 3, Zuozhuang, Wanjia District, Dongguan, Guangdong, China&lt;/em&gt;&lt;/p&gt;

</description>
      <category>industrialdesign</category>
      <category>productdesign</category>
      <category>manufacturing</category>
      <category>design</category>
    </item>
    <item>
      <title>产品按键手感不对？做了8年结构，我把这6个参数量给你看</title>
      <dc:creator>Asher Hu</dc:creator>
      <pubDate>Fri, 10 Jul 2026 04:16:16 +0000</pubDate>
      <link>https://dev.to/asher_hu_42c5945e09721211/chan-pin-an-jian-shou-gan-bu-dui-zuo-liao-8nian-jie-gou-wo-ba-zhe-6ge-can-shu-liang-gei-ni-kan-4bhj</link>
      <guid>https://dev.to/asher_hu_42c5945e09721211/chan-pin-an-jian-shou-gan-bu-dui-zuo-liao-8nian-jie-gou-wo-ba-zhe-6ge-can-shu-liang-gei-ni-kan-4bhj</guid>
      <description>&lt;h1&gt;
  
  
  产品按键手感不对？做了8年结构，我把这6个参数量给你看
&lt;/h1&gt;

&lt;p&gt;&lt;strong&gt;原文链接: &lt;a href="https://www.hezidesign.com/jingyan/980.html" rel="noopener noreferrer"&gt;https://www.hezidesign.com/jingyan/980.html&lt;/a&gt;&lt;/strong&gt;&lt;/p&gt;

&lt;h3&gt;
  
  
  本文要点
&lt;/h3&gt;

&lt;ol&gt;
&lt;li&gt;按键手感的核心参数：行程、力值曲线、回弹比&lt;/li&gt;
&lt;li&gt;锅仔片vs硅胶按键vs机械开关——三种方案的手感差异实测数据&lt;/li&gt;
&lt;li&gt;壁厚、筋位、倒扣角对按键手感的影响定量分析&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;说实话，我在这件事上翻过不少车。 2021年有个项目，客户要做一款手持终端。结构评审的时候，按键手感我拍了胸脯说没问题。结果T0试模出来，装配工人按了两下就说"这不对"。软绵绵的，回弹跟没有似的。客户当场脸就黑了。 后来我拿着力值曲线仪测了十几个样本，发现实际峰值力只有设计值的65%。差了35%，手感能对才怪。 从那以后，我做按键设计不再靠"感觉"了。以下6个参数，每个都给定量数据。&lt;/p&gt;

&lt;h2&gt;
  
  
  1. 行程深度——不是越长越好
&lt;/h2&gt;

&lt;p&gt;大多数消费电子产品的按键行程在0.3mm到1.5mm之间。0.3mm以下的手感像"摸墙"，1.5mm以上的又像"踩泥坑"。 我做过的项目统计下来，&lt;strong&gt;0.5mm-0.8mm&lt;/strong&gt; 是最舒服的范围。再短了用户觉得没反馈，再长了装配公差一叠加，有些按键碰不到触发了。 具体的行程取决于你用什么按键方案——锅仔片一般0.3-0.5mm，硅胶按键0.5-1.0mm，机械开关1.0-1.5mm。&lt;/p&gt;

&lt;h2&gt;
  
  
  2. 峰值力——最容易被忽略的坑
&lt;/h2&gt;

&lt;p&gt;这是我翻车那次的核心问题。设计图上的峰值力标了180g，实际做出来只有120g左右。 锅仔片的峰值力取决于钢片厚度和拱高。同样直径6mm的锅仔片，壁厚0.08mm的峰值力比0.10mm的差了将近40%。&lt;strong&gt;工业产品上常见的峰值力范围是150g-300g&lt;/strong&gt; ，低于100g太轻，超过400g用户会抱怨"太硬"。 有个经验公式：硅胶按键的力值≈硅胶硬度(Shore A)×按键壁厚(mm)×0.6。打个比方，60度的硅胶做0.5mm壁厚，峰值力大约18g——这太轻了。换成80度硅胶、1.0mm壁厚，峰值力能到48g左右，才勉强能用。&lt;/p&gt;

&lt;h2&gt;
  
  
  3. 回弹比——决定"粘不粘手"
&lt;/h2&gt;

&lt;p&gt;这是个被很多人忽视的参数。回弹比=回弹力/峰值力×100%。回弹力太低，按键按下去弹不回来，用户觉得"黏"。 硅胶按键的典型回弹比是40%-60%。低于30%就不要用了，手指抬起来的时候按键跟不上。锅仔片好一些，回弹比能做到60%-80%。 影响回弹比的因素主要是按键的筋位设计和材料本身的内耗。硅胶的回弹天生不如金属，但胜在静音。机械开关的回弹比最稳，基本在70%以上。&lt;/p&gt;

&lt;h2&gt;
  
  
  4. 壁厚与筋位的搭配——一条血的教训
&lt;/h2&gt;

&lt;p&gt;另一个翻车的案例，是给一款仪器做的硅胶按键垫。设计时我没太在意按键壁厚的均匀性，结果注塑出来，有的位置壁厚0.8mm，有的只有0.4mm。 你能想象同一个面板上，左上角那个按键硬得按不动，右下角的又软塌塌的吗？这还不是最离谱的。 &lt;strong&gt;壁厚偏差超过0.1mm，手感差异人就感觉得出来。&lt;/strong&gt; 要保证手感一致，按键壁厚公差必须控制在±0.05mm以内。模具上这几个地方最容易出问题：进胶口附近的按键、长流程末端的按键、转角位置的按键。&lt;/p&gt;

&lt;h2&gt;
  
  
  5. 按键间隙与防卡键
&lt;/h2&gt;

&lt;p&gt;按键面板和壳体之间的间隙，决定了按键会不会"卡死"。太小的间隙——比如单边只有0.10mm——模具一磨损或者温度一变化，按键就回不来了。 我的推荐值是&lt;strong&gt;单边0.15-0.25mm&lt;/strong&gt; 。按键尺寸越大，间隙取大值。20mm以下的按键0.15mm就够，超过30mm的建议0.20mm以上。 还有倒扣角——硅胶按键的倒扣角通常做成15°-30°。太小了按键容易脱出，太大了装配的时候很难压进去。我一般用20°，没出过大问题。&lt;/p&gt;

&lt;h2&gt;
  
  
  6. 三种按键方案的实测对比
&lt;/h2&gt;

&lt;p&gt;直接上数据。以下是我在2024年某个项目上测的三组数据：&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;锅仔片(Metal Dome)&lt;/strong&gt; ：行程0.35mm，峰值力220g，回弹比72%。寿命10万次以上。手感清脆，但噪声大，不适合静音产品。&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;硅胶按键(Silicone Keypad)&lt;/strong&gt; ：行程0.6mm，峰值力180g，回弹比48%。静音，可做异形按键，但手感偏绵软，回弹慢。寿命100万次以上。&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;机械开关(Tact Switch)&lt;/strong&gt; ：行程1.2mm，峰值力260g，回弹比83%。手感最清晰，但成本最高，防水难度大。寿命3-5万次。&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;选哪种方案取决于产品定位。医疗设备我倾向用锅仔片——手感明确、可靠性高。消费电子用硅胶按键居多——成本和静音是关键。高端产品会在硅胶按键下加锅仔片做手感增强，但这套方案模具成本直接翻倍。&lt;/p&gt;

&lt;h2&gt;
  
  
  一个实用的自检清单
&lt;/h2&gt;

&lt;p&gt;每次出图之前，我过一遍这个清单：&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;☐ 按键壁厚均匀吗？最大最小偏差在0.05mm以内？&lt;/li&gt;
&lt;li&gt;☐ 行程在推荐范围内？（锅仔片0.3-0.5mm，硅胶按键0.5-1.0mm）&lt;/li&gt;
&lt;li&gt;☐ 峰值力在150-300g之间？&lt;/li&gt;
&lt;li&gt;☐ 回弹比不低于40%？&lt;/li&gt;
&lt;li&gt;☐ 按键间隙≥0.15mm？&lt;/li&gt;
&lt;li&gt;☐ 倒扣角在15°-30°之间？&lt;/li&gt;
&lt;li&gt;☐ T0试模后有力值测试报告？&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;说实话，这个清单看着简单，但每一条都让我付出过真金白银的教训。第一次做按键设计的新手，把这6个参数量清楚了，出来的产品至少不会被人骂"手感不对"。 好了，干活去了。下次聊透光按键的均光设计和遮光方案。 ### ❓ 按键手感常见问题 &lt;strong&gt;Q1：硅胶按键太软了怎么调硬？&lt;/strong&gt; 三个路径：提高硅胶硬度（从50Shore A提到70Shore A，力值大约提升40%）、增加按键壁厚（每加0.1mm力值提升15-20%）、或者在按键底部加筋位增强回弹。 &lt;strong&gt;Q2：锅仔片和硅胶按键能同时用吗？&lt;/strong&gt; 能。高端产品经常用硅胶按键+锅仔片的复合方案。硅胶提供密封和手感软垫，锅仔片提供清晰的click反馈。但这套方案的模具费比单一方案贵40-60%。 &lt;strong&gt;Q3：为什么有的按键按了几千次就变松了？&lt;/strong&gt; 硅胶按键存在压缩永久变形。温度越高、硅胶品质越差，变形越大。建议用气相法硅胶（比沉淀法贵但寿命长3倍），按键底部设计回弹筋补偿力值衰减。 &lt;strong&gt;Q4：按键防水怎么处理？&lt;/strong&gt; 硅胶按键本身就自带防水能力——按键垫整片覆盖，外壳开孔用按键穿过。IP67方案通常配合硅胶密封圈+按键一体成型。锅仔片和机械开关要做防水，需要单独加硅胶套，成本高不少。 &lt;strong&gt;Q5：有没有快速判断按键手感的方法？&lt;/strong&gt; 最简单的"土办法"：找几个市面上口碑好的产品（比如某明的对讲机、某疆的遥控器），用指腹按压感受力度和行程。然后拿你自己的T0样件对比。虽然不够精确，但能帮你快速判断"差多远"。 赫 胡亚设 | 赫兹工业设计总监 10年工业设计经验，专注产品外观设计、结构设计与CMF研究。服务过消费电子、智能家居、医疗设备等领域，累计上市产品设计200+款。 📞 18576718657 | ✉️ &lt;a href="mailto:hezidesign@qq.com"&gt;hezidesign@qq.com&lt;/a&gt; 需要工业设计服务？ 免费获取方案报价 · 资深设计师一对一沟通 &lt;a href="tel:18576718657"&gt;📞 电话咨询&lt;/a&gt; &lt;a href="https://dev.to/contact/#B"&gt;💬 在线留言&lt;/a&gt; &lt;strong&gt;上一篇：&lt;/strong&gt;&lt;a href="///jingyan/979.html"&gt;产品设计中的R角不是越大越好——我在这一个参数上翻车的3个真实案例&lt;/a&gt; &lt;strong&gt;下一篇：&lt;/strong&gt;&lt;a&gt;没有了！&lt;/a&gt; ﻿&lt;/p&gt;




&lt;p&gt;原文链接：&lt;a href="https://www.hezidesign.com/jingyan/980.html" rel="noopener noreferrer"&gt;https://www.hezidesign.com/jingyan/980.html&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;原文链接：&lt;a href="https://www.hezidesign.com/jingyan/980.html**" rel="noopener noreferrer"&gt;https://www.hezidesign.com/jingyan/980.html**&lt;/a&gt;&lt;/p&gt;

</description>
    </item>
    <item>
      <title>A Medical Testing Device from Zero to T0 Trial Mold — A Behind-the-Scenes Look at an Industrial Design Project</title>
      <dc:creator>Asher Hu</dc:creator>
      <pubDate>Wed, 08 Jul 2026 04:20:22 +0000</pubDate>
      <link>https://dev.to/asher_hu_42c5945e09721211/a-medical-testing-device-from-zero-to-t0-trial-mold-a-behind-the-scenes-look-at-an-industrial-3iag</link>
      <guid>https://dev.to/asher_hu_42c5945e09721211/a-medical-testing-device-from-zero-to-t0-trial-mold-a-behind-the-scenes-look-at-an-industrial-3iag</guid>
      <description>&lt;p&gt;&lt;strong&gt;Key Takeaways&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;User research for medical devices — not asking "what do you want," but watching "how do you work"&lt;/li&gt;
&lt;li&gt;One testing device from concept to T0 trial mold, through 5 major revisions and 3 complete restarts&lt;/li&gt;
&lt;li&gt;Three design pitfalls most overlooked in medical products: disinfection, cable routing, and center of gravity&lt;/li&gt;
&lt;li&gt;CMF's special rules in medical equipment — it's not about looks, it's about durability and cleanability&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;In the fall of 2024, we took on a medical testing device project. The client was a Shenzhen-based startup specializing in in-vitro diagnostics. Their first generation product had been on the market for two years, and the most common user feedback wasn't about accuracy — it was "hard to use." Honestly, that feedback got me excited — it meant the core product was solid, and the only thing missing was crossing the threshold from "functional" to "usable." I followed this project closely for over half a year, so let me walk through the whole process.&lt;/p&gt;

&lt;h2&gt;
  
  
  We Showed Up On-Site and Realized Everything We Thought Was Wrong
&lt;/h2&gt;

&lt;p&gt;The client's initial brief was clear — "a desktop biochemical analyzer, with a strong tech look, not too big." Sounded pretty standard, right? But we insisted on doing user research first. To be honest, the client's expression at the time was basically "what's there to research, a hospital is a hospital."&lt;/p&gt;

&lt;p&gt;I took the team to the clinical labs of two top-tier hospitals in Guangzhou, and we camped out for three full days. Would you believe it — on day one we found a critical flaw. The standard lab benchtop height is 75 cm, but the device's sample inlet was designed on top of the machine. A 165 cm tall nurse had to stand on her toes to read the screen and reach up to place samples. To be fair, that one's on the mechanical engineers — they designed the operating height from their own 180 cm perspective.&lt;/p&gt;

&lt;p&gt;Even more absurd was the cable routing. The original device's power and data cables came out the back. On a cramped hospital benchtop, the cables either hung down to the floor where people stepped on them or looped around to the front blocking the display. The nurses told us they taped the cables under the table with duct tape — can you believe that's the solution being used in a hospital?&lt;/p&gt;

&lt;h2&gt;
  
  
  Five Versions, Three Restarts, Every One a Bloody Lesson
&lt;/h2&gt;

&lt;p&gt;V1 was a "looks like a medical device" design — white enclosure, blue light strips, rounded corners. Honestly, the kind of design you could drop into any hospital brochure and it wouldn't look out of place. The client said "it's fine," but the more we looked at it, the more something felt off. Put this thing next to twenty-odd competitors on the market and patients couldn't tell them apart. Tore it up and started over.&lt;/p&gt;

&lt;p&gt;V2 swung to the other extreme — a biomimetic style, trying to make the device look like an organic form "like a human cell." The client's boss loved it, said "it has identity." But the moment I talked to the mold maker, I knew we were in trouble. That double-curved surface required at least three-side sliders on the mold, ejection pin marks couldn't be hidden, and surface finishing alone would take two extra weeks. When the T0 trial mold quote came in, it was 40% higher than a conventional design. The proposal got killed — not by the client, but by me. Making something beautiful that can't be manufactured, or that doubles the cost to produce — that's an artist, not an industrial designer.&lt;/p&gt;

&lt;p&gt;I won't go into detail on V3 through V5, but the trend was increasingly "restrained." The final version scrapped all curved forms, replacing them with planar segmentation and material contrast to create a sense of technology. The front used matte PC, the side panels used metallic grey sandblasting. The only curved surface was the angled sample inlet — and that angle was adjusted four times, from 15° down to 9°, to match the natural angle of a nurse's extended arm.&lt;/p&gt;

&lt;h2&gt;
  
  
  Three "Small Problems" Everyone Overlooked
&lt;/h2&gt;

&lt;p&gt;&lt;strong&gt;Disinfection.&lt;/strong&gt; Medical equipment gets wiped down with alcohol at least three times a day. You think any random surface finish can handle that? Not even close. At one point we chose a UV matte coating. The sample came out gorgeous — the feel was as smooth as baby skin. But after 200 wipes with an alcohol pad, the surface was already turning white and peeling. We ended up switching to textured grain + full-color injection molding — no matter how many times you wipe it, the plastic's natural color stays right there.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Cable routing.&lt;/strong&gt; An electronic engineer who's never been on-site will never understand how cables actually need to run. I once saw the internal cable routing of an imported device — honestly, I was blown away. Every single cable was secured in cable management channels, with rounded corners at every turn, as well-maintained as a luxury interior. But with many of our domestic devices, pop open the bottom cover and you find a plate of spaghetti. This time we built dedicated cable channels and clip structures into the bottom housing — the routing path was designed right into the molded part. This item alone went through five revisions before we locked it down.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Center of gravity.&lt;/strong&gt; The heaviest component inside this machine was the temperature control module, roughly 3 kg. In V3 we placed the module right in the center of the chassis — theoretically a perfect weight distribution. But when the T0 trial mold came back, we discovered that if a user pressed on the upper-right corner of the machine while operating the touchscreen, the whole unit would wobble slightly on the benchtop. We spent the next two months moving the temperature control module to a lower rear position, and simultaneously adjusting the height and durometer of the four rubber feet. Now you can stand next to the machine and push down with full force — it doesn't budge.&lt;/p&gt;

&lt;h2&gt;
  
  
  The Day of T0 Trial Mold: Eight Hours Staring at an Injection Molding Machine
&lt;/h2&gt;

&lt;p&gt;The day the mold was cut, I took time off and went straight to the injection molding factory in Chang'an, Dongguan to oversee the T0 trial. From 8 PM to 4 AM, I stood in front of that injection molding machine. Not for show — the textured grain front cover was particularly difficult to dial in. The mold temperature had to be controlled at 85°C ± 2°C, the holding pressure time was trialed from 3.5 s to 6.2 s, and the shrinkage rate was adjusted from 0.5% to 0.7%. The operator changed the melt temperature five times and produced 49 scrap parts. The 50th one was finally acceptable.&lt;/p&gt;

&lt;p&gt;The mold finishing master took one look and said "it's good," then set the part aside for natural cooling. In that moment, I finally understood what "making a surface" really means. When a mold master says "it's good," it's not a judgment — it's the muscle memory of hundreds of thousands of molded parts.&lt;/p&gt;

&lt;p&gt;Looking back on this project, I think the biggest takeaway isn't some design methodology. It's confirmation of one thing: 80% of industrial design work doesn't happen in front of a computer — it happens on the production floor and in the user's real environment. You can render the most beautiful images in the world, but if a nurse can't use it comfortably or an injection molding line can't produce it, those renderings are just paper.&lt;/p&gt;

&lt;p&gt;Alright, back to revising the drawings.&lt;/p&gt;




&lt;p&gt;Originally published at &lt;a href="https://www.hezidesign.com/jingyan/977.html" rel="noopener noreferrer"&gt;https://www.hezidesign.com/jingyan/977.html&lt;/a&gt;&lt;/p&gt;




&lt;p&gt;Originally published at &lt;a href="https://www.hezidesign.com/jingyan/977.html" rel="noopener noreferrer"&gt;https://www.hezidesign.com/jingyan/977.html&lt;/a&gt;&lt;/p&gt;

</description>
      <category>design</category>
      <category>hardware</category>
      <category>production</category>
      <category>ux</category>
    </item>
    <item>
      <title>宜家家具为什么便宜？平板包装、楔形榫头、材料替代——设计的成本游戏</title>
      <dc:creator>Asher Hu</dc:creator>
      <pubDate>Wed, 01 Jul 2026 05:01:41 +0000</pubDate>
      <link>https://dev.to/asher_hu_42c5945e09721211/yi-jia-jia-ju-wei-shi-yao-bian-yi-ping-ban-bao-zhuang-xie-xing-sun-tou-cai-liao-ti-dai-she-ji-de-cheng-ben-you-xi-8dd</link>
      <guid>https://dev.to/asher_hu_42c5945e09721211/yi-jia-jia-ju-wei-shi-yao-bian-yi-ping-ban-bao-zhuang-xie-xing-sun-tou-cai-liao-ti-dai-she-ji-de-cheng-ben-you-xi-8dd</guid>
      <description>&lt;h1&gt;
  
  
  宜家家具为什么便宜？平板包装、楔形榫头、材料替代——设计的成本游戏
&lt;/h1&gt;

&lt;h2&gt;
  
  
  拆了一个比利书柜，我才真正理解什么叫"设计的成本游戏"
&lt;/h2&gt;

&lt;p&gt;说实话，我以前对宜家是有偏见的。刚入行那会儿觉得宜家的东西就是"便宜货"——刨花板贴面、结构靠木销、用两年就晃。我是工业设计师，谁不想做那种能让我满世界吹的产品？戴森的Airblade烘干机，APPLE的Unibody工艺，那种一拿出来就能镇住甲方的设计。&lt;br&gt;
但2019年我给一个做家具的东莞客户做项目，客户说了一句让我印象极为深刻的话："胡工，你能不能帮我把这个柜子的包装体积缩小30%？省下来的物流费我分你。"&lt;br&gt;
当时我没当回事。直到我花了一个周末把家里那个比利书柜拆了又装、装了又拆，我才发现自己之前有多天真。&lt;br&gt;
宜家不是做不出好东西，而是它们选择了另一种设计哲学——用极致的设计精度去交换成本。这不比戴森容易，某种意义上更难。&lt;/p&gt;

&lt;h2&gt;
  
  
  平板包装：一个设计决策改变了一个行业
&lt;/h2&gt;

&lt;p&gt;1956年，宜家有个叫Gillis Lundgren的设计师，在把一个桌子塞进车里时发现怎么都塞不进去。他一气之下把桌腿卸了，然后把桌面和桌腿分开放。就是这么个偶然动作，催生了平板包装。&lt;br&gt;
很多人觉得平板包装就是"把家具拆了装盒子"，没什么技术含量。你敢信，宜家的包装部门有200多个工程师专门研究怎么把产品塞进最小的盒子。这不是开玩笑。&lt;br&gt;
具体到数据：一个比利书柜（80x28x202cm）的平板包装体积大约是0.12立方米。同样尺寸的组装成品家具，包装体积会到0.35立方米左右。差了将近3倍。&lt;br&gt;
算一笔账。从宜家的波兰工厂到上海仓库，每立方米的运输成本大概120美元。平板包装让一个比利书柜的运输成本从42美元降到14美元。宜家一年卖大约1200万个比利书柜，光这个单品就省了3.36亿美元的物流费。&lt;br&gt;
&lt;strong&gt;讲真，这一招学不来。&lt;/strong&gt; 因为你的产品设计不是"从包装倒推"的。大多数公司是先设计产品，再找包装。宜家是从包装尺寸倒推产品尺寸的。&lt;/p&gt;

&lt;h2&gt;
  
  
  楔形榫头：最被低估的结构发明
&lt;/h2&gt;

&lt;p&gt;如果说平板包装是物流策略，那楔形榫头就是结构策略。&lt;br&gt;
宜家的楔形榫头最早大规模用在PAX衣柜系统上。在此之前，宜家的家具也是靠一堆螺丝钉和木销，用户装起来非常痛苦。楔形榫头把这个时间缩短了70%以上。&lt;br&gt;
说回正题。楔形榫头最大的设计难点不是结构本身，而是公差。你要让两块板子在用户手里一扣就能锁死，那工厂这边的公差必须控制得极为严格。宜家给供应商的楔形榫头公差标准是±0.1mm。和iPhone中框的精度要求差不多。但宜家的产品只卖几百块钱。&lt;br&gt;
所以问题来了——你既然能做到±0.1mm的公差，为什么还要用刨花板？因为刨花板的成本是实木的1/5，密度板的1/3。而楔形榫头对基材的要求恰好和刨花板的特性匹配——刨花板有足够的压缩强度来锁紧楔形结构，同时不会像实木那样受潮变形导致松脱。&lt;br&gt;
这是我在设计课上学不到的。教科书只会告诉你XX结构用在XX材料上，而不会告诉你一个结构的设计决策背后是一整套材料和供应链策略。&lt;/p&gt;

&lt;h2&gt;
  
  
  材料替代：不是在偷工减料，是在做乘法
&lt;/h2&gt;

&lt;p&gt;我最烦甲方说的一句话是："这个材料不好，给我换好的。"什么叫"好"？贵的就是好的？那你直接往产品上贴人民币好了。&lt;br&gt;
宜家是把材料替代玩得最通透的公司。一个KALLAX搁架单元，主材是刨花板，表面是三聚氰胺贴面，背板是硬质纤维板。最便宜的那款卖399块。同样的尺寸你去全屋定制问，没1500下不来。&lt;br&gt;
宜家不是买不起好材料，是它们知道在哪个地方省、哪个地方不能省。柜体的侧面和底板的材料可以差两档，但承重层板的材料必须过关。拉手用最便宜的ABS注塑件，但铰链必须用百隆或海蒂诗。因为铰链每天开关几十次，坏了直接影响用户体验。拉手就是个视觉件，坏了换一个一块钱。&lt;br&gt;
2023年我给一个做智能家居的客户做项目，他的扫地机器人基站需要几个装饰面板。我建议他用PP+玻纤代替铝合金型材——表面做咬花处理，视觉上几乎看不出区别，但成本从30块降到了7块5。客户一开始是拒绝的："胡工，PP会不会显得廉价？"我问他："用户会不会天天拿手去摸这个面板？"客户说不会。"那用户会不会用锤子去砸它？"客户笑了。最后的方案就是PP+玻纤+咬花面。&lt;br&gt;
你看，这就是宜家思维——在用户不care的地方省钱，在用户care的地方砸钱。&lt;/p&gt;

&lt;h2&gt;
  
  
  宜家的设计逻辑能复用到其他产品上吗？
&lt;/h2&gt;

&lt;p&gt;能，但有前提。&lt;br&gt;
2022年我帮一个做儿童家具的客户做了一款可折叠学习桌。客户的要求很明确：零售价控制在499以内，要能装进一个0.05立方米的盒子。这个要求其实就是宜家逻辑——用包装体积倒推产品设计。&lt;br&gt;
我们做了三个关键决策：&lt;br&gt;
第一，桌面用中密度纤维板代替实木拼板，表面做UV漆饰面。成本降了40%，但UV漆的耐磨性比实木清漆还好。&lt;br&gt;
第二，桌腿用椭圆形钢管代替方形管，方便折叠时对齐嵌套，减少了25%的包装体积。这个决策花了我两周做手板验证，因为椭圆管和方管的连接件公差很难控制。&lt;br&gt;
第三，把安装工具从单独包装改为模内成型在塑料配件盒上。用户不用额外开一个工具包，我们省掉了工具包的物料和封口工序。单这个改动，每套节省了约1.2元成本。1.2元听着不多，但客户首单是3万套——省了3万6。&lt;br&gt;
这款产品后来在抖音上卖爆了，单月最高卖了1.7万套。客户后来和我说："胡工，你说的那个倒推设计的方法，我以后做所有产品都要用。"&lt;br&gt;
有一说一，这是我从业以来最有成就感的一个项目之一。不是因为赚了多少钱，而是因为我用设计帮一个老老实实的生产型企业找到了它的产品竞争力。&lt;br&gt;
好了，不写了。今天还有一个改图要赶。&lt;/p&gt;

&lt;h2&gt;
  
  
  常见问题（FAQ）
&lt;/h2&gt;

&lt;p&gt;Q：宜家的家具用几年就散架，是不是设计缺陷？&lt;br&gt;
A：要看品类。宜家的大件家具设计寿命是5-10年，这属于"有计划的寿命"。不是做不出更耐用的，而是如果一件衣柜用30年不坏，宜家就卖不出去第二件了。这是商业逻辑和设计逻辑的交织，谈不上对错。&lt;br&gt;
Q：楔形榫头和传统的全榫卯结构比，哪个更好？&lt;br&gt;
A：传统榫卯适合实木家具，靠的是木材自身涨缩来锁紧。楔形榫头是为工业化平板包装设计的，适合人造板材。两者适用场景不同。拿楔形榫头和明清家具榫卯比是不公平的——一个要量产60秒内完成装配，另一个是老师傅做两天的活。&lt;br&gt;
Q：国产家具品牌为什么不能复制宜家的成本结构？&lt;br&gt;
A：不是不能，是大部分品牌不具备宜家两个核心能力：1）全球供应链整合能力——宜家从50多个国家采购，哪个材料便宜用哪个；2）销量级的成本稀释——一个比利书柜一年卖1200万个，模具费平摊到每个产品上可以忽略不计。国内品牌如果能做到单品百万级的销量，成本优势一样可以复现。&lt;br&gt;
Q：买宜家应该注意什么？&lt;br&gt;
A：三点：1）承重件认准实木贴面或中纤板，别买刨花板款；2）天天用的部件选带阻尼的，贵几十块但体验差很多；3）别让师傅用电动螺丝枪暴力安装楔形榫头——会把锁扣打滑，滑了就再也锁不紧了。&lt;br&gt;
赫&lt;br&gt;
胡亚设 | 赫兹工业设计总监&lt;br&gt;
10年工业设计经验，专注产品外观设计、结构设计与CMF研究。服务过消费电子、智能家居、医疗设备等领域，累计上市产品设计200+款。&lt;br&gt;
📞 18576718657 | ✉️ &lt;a href="mailto:hezidesign@qq.com"&gt;hezidesign@qq.com&lt;/a&gt;&lt;br&gt;
需要工业设计服务？&lt;br&gt;
免费获取方案报价 · 资深设计师一对一沟通&lt;br&gt;
&lt;a href="tel:18576718657"&gt;📞 电话咨询&lt;/a&gt; &lt;a href="https://dev.to/contact/#B"&gt;💬 在线留言&lt;/a&gt;&lt;br&gt;
&lt;strong&gt;上一篇：&lt;/strong&gt;&lt;a href="///jingyan/953.html"&gt;咬花、晒纹、喷砂、拉丝——四种表面处理的实际效果，我用200个试片做了一组对比&lt;/a&gt;&lt;br&gt;
&lt;strong&gt;下一篇：&lt;/strong&gt;&lt;a&gt;没有了！&lt;/a&gt;&lt;br&gt;
﻿&lt;/p&gt;




&lt;p&gt;原文链接：&lt;a href="https://www.hezidesign.com/jingyan/956.html" rel="noopener noreferrer"&gt;https://www.hezidesign.com/jingyan/956.html&lt;/a&gt;&lt;/p&gt;




&lt;p&gt;&lt;em&gt;Originally published at &lt;a href="https://www.hezidesign.com/jingyan/956.html" rel="noopener noreferrer"&gt;https://www.hezidesign.com/jingyan/956.html&lt;/a&gt;&lt;/em&gt;&lt;/p&gt;

</description>
      <category>analysis</category>
      <category>design</category>
      <category>learning</category>
      <category>product</category>
    </item>
    <item>
      <title>I Took Apart a Stanley Screwdriver and Found More Anti-Slip Design Details Than I Expected — From TPE Dual-Injection Molding ...</title>
      <dc:creator>Asher Hu</dc:creator>
      <pubDate>Tue, 30 Jun 2026 04:22:15 +0000</pubDate>
      <link>https://dev.to/asher_hu_42c5945e09721211/i-took-apart-a-stanley-screwdriver-and-found-more-anti-slip-design-details-than-i-expected-from-4a4m</link>
      <guid>https://dev.to/asher_hu_42c5945e09721211/i-took-apart-a-stanley-screwdriver-and-found-more-anti-slip-design-details-than-i-expected-from-4a4m</guid>
      <description>&lt;p&gt;I Took Apart a Stanley Screwdriver and Found More Anti-Slip Design Details Than I Expected — From TPE Dual-Injection Molding to Cross-Section Geometry&lt;/p&gt;

&lt;p&gt;Key Takeaways&lt;/p&gt;

&lt;p&gt;I took apart a Stanley rubber-grip screwdriver and discovered that anti-slip design is far more complex than just "adding a layer of rubber."&lt;br&gt;
Three critical parameters of TPE dual-injection molding determine whether a grip feels good or not.&lt;br&gt;
Surface texture isn't just random patterning — texture specification numbers represent decades of engineering experience.&lt;br&gt;
Three real-world anti-slip design failures from Hezi Design projects.&lt;/p&gt;

&lt;p&gt;Last week I was digging through my toolbox in the workshop and grabbed a Stanley rubber-grip screwdriver. I've owned it for over three years, but honestly, I'd never really looked at the handle. That day I happened to be thinking about the grip design for a medical device project, so I turned the screwdriver over in my hands for a solid ten minutes. And what I found was that the anti-slip design on this thing is far more thoughtful than a lot of flashy consumer electronics.&lt;/p&gt;

&lt;p&gt;Don't believe me? Let's take it apart.&lt;/p&gt;

&lt;p&gt;First up — Material: TPE is NOT TPR. Confuse them and you're in trouble.&lt;/p&gt;

&lt;p&gt;This Stanley screwdriver uses dual-injection molding: the hard inner core is PP (polypropylene), wrapped in a layer of TPE (thermoplastic elastomer). The key is that outer TPE layer.&lt;/p&gt;

&lt;p&gt;A lot of hand-tool manufacturers prefer TPR (thermoplastic rubber) because it's cheaper — you save several RMB per kilogram. But TPR has a fatal flaw: poor oil resistance. When your hands are covered in grease in the workshop, TPR grips get sticky and eventually feel like they're dissolving. TPE offers far better oil resistance and aging resistance. The tradeoff is that injection temperatures need to be controlled at 180-200°C, and mold cooling efficiency requirements are higher.&lt;/p&gt;

&lt;p&gt;Honestly, injection molders dread PP + TPE dual-injection molding the most. PP has a shrinkage rate of 1.5-2.5%, TPE has 1-3%, and the two materials cool at different rates. During T0 mold trials, eight out of ten parts come out warped. I worked on a beauty device project a couple years back — first version had a TPE grip on a PP shell, and every corner of the mold came out warped. We spent two months adjusting it: increased PP wall thickness from 1.8mm to 2.4mm, and dropped the TPE injection temperature from 195°C to 178°C. That finally brought the deformation under control.&lt;/p&gt;

&lt;p&gt;Layer Two — The Hardness Curve&lt;/p&gt;

&lt;p&gt;This Stanley screwdriver's TPE hardness is around Shore A 65-70. Squeeze it — it's semi-hard, semi-soft, with spring but no collapse. Why this range?&lt;/p&gt;

&lt;p&gt;Anyone who's worked with hand tools knows: too soft (below Shore A 50) and when torque comes on during screwdriving, the grip twists like a pretzel — all the energy gets absorbed by the rubber deformation instead of reaching the screwdriver tip. Too hard (above Shore A 85) and there's zero anti-slip effect — with greasy hands, you'll slip enough to make you swear.&lt;/p&gt;

&lt;p&gt;I once saw an electric screwdriver from a factory in Dongguan. The grip used Shore A 45 TPE — felt great to the touch, soft like silicone. But users complained they couldn't drive screws. When they opened it up, it wasn't the motor — the grip was eating nearly 15% of the torque. The boss went pale.&lt;/p&gt;

&lt;p&gt;Layer Three — Texture (EDM Surface Finish)&lt;/p&gt;

&lt;p&gt;The texture on this Stanley screwdriver handle isn't random. Under a magnifying glass, you'll see a very fine diamond cross-hatch pattern with roughly 0.5mm spacing and 0.15-0.2mm depth. In the industry, this is called an "MT-11000" level surface finish (a classification standard from mold EDM processing).&lt;/p&gt;

&lt;p&gt;What does that mean? When you press your finger against it, the raised diamond tips embed into the surface layer of your skin, generating static friction. Meanwhile, the diamond-shaped channels handle sweat and oil drainage — and that's the critical detail.&lt;/p&gt;

&lt;p&gt;I have to say, I really can't stand certain consumer electronics that claim to have "anti-slip texture." They just put a few raised dots on the surface — 3mm spacing, 0.05mm depth. That's not anti-slip, that's decoration. As soon as your hands are damp, you can't hold onto it. Pure cosmetic design. Industrial products are different from consumer goods — tools are meant for work, not for being coddled on a display shelf.&lt;/p&gt;

&lt;p&gt;Mistakes Hezi Has Made — Three Anti-Slip Failure Cases&lt;/p&gt;

&lt;p&gt;Case 1: Beauty Device Grip "Too Slippery"&lt;/p&gt;

&lt;p&gt;In 2023, we built a beauty device for a Shenzhen client. The exterior was specified as ABS with rubberized paint. It felt great in the hand. But within a month of the product launch, returns piled up — when users applied skincare products and then gripped the device, the rubberized paint's coefficient of friction dropped below 0.2. The device nearly flew out of their hands. The fix: switch the grip area to dual-injection molding with TPE + PC, and increase the texture depth to 0.2mm. Problem solved. But we'd already cut one set of molds — 80,000 RMB down the drain.&lt;/p&gt;

&lt;p&gt;Case 2: Handheld POS Terminal "Grain Direction"&lt;/p&gt;

&lt;p&gt;A payment-device client put vertical ridges on the back of their handheld POS terminal. Looked quite professional. But in use, the vertical ridges provided adequate friction in the gripping direction (thumb web to palm), but offered zero resistance in the perpendicular direction — fingers sliding off the sides. They needed horizontal ridges but got vertical ones — a basic physics oversight. Re-cutting the mold cost another 40,000 RMB.&lt;/p&gt;

&lt;p&gt;Case 3: Flashlight "Skipping the Finishing Step"&lt;/p&gt;

&lt;p&gt;In 2019, we worked on an aluminum flashlight for an outdoor brand. The barrel was knurled. The drawing specified a diamond knurl pattern with a polishing wheel finish after lathe work. But the machinist cut corners and skipped the finishing step — the knurl had exposed burrs right against the hand. After a few minutes of holding it, your palm turned red. We had to rework the whole batch, deburring each piece by hand. The finishing step is not optional — skip it and you're asking for returns.&lt;/p&gt;

&lt;p&gt;One More Thing You Probably Didn't Know — The Fourth Dimension of Anti-Slip Design&lt;/p&gt;

&lt;p&gt;Beyond the big three — material, hardness, and texture — there's one more dimension that rarely gets discussed: cross-sectional geometry.&lt;/p&gt;

&lt;p&gt;Pick up that Stanley screwdriver and look at the handle cross-section. It's not round — it's hexagonal. Why?&lt;/p&gt;

&lt;p&gt;A round grip generates rotational torque when force is applied — when you squeeze, the handle wants to spin in your hand. A hexagon is different: each flat face gives your fingers a locating point, and torque transfers directly through the edges to your hand without slipping. In industrial design, this is called an "anti-rotation structure" — a more fundamental solution than surface texture.&lt;/p&gt;

&lt;p&gt;Believe it or not, that simple hexagonal cross-section is patent-protected. I checked — Stanley holds design patents on the cross-sectional geometry of some of their handles. It's not that other manufacturers don't want to do it; they can't.&lt;/p&gt;

&lt;p&gt;Okay, Back to the Point&lt;/p&gt;

&lt;p&gt;Anti-slip design looks simple on the surface, but there's real depth to it. From material selection to the hardness curve, from texture specification to cross-sectional geometry — and that's before you even account for whether the user's hands are greasy, what the working temperature is, or how the material ages over time. All these variables come together to create a tool that actually "feels good" in the hand.&lt;/p&gt;

&lt;p&gt;Next time you're in the workshop and pick up a Stanley or DeWalt screwdriver, squeeze it hard. Feel that "just right" resistance? That's not magic. That's a bunch of people learning the hard way, for decades, so you don't have to.&lt;/p&gt;

&lt;p&gt;Back to work.&lt;/p&gt;

&lt;p&gt;FAQ&lt;/p&gt;

&lt;p&gt;Q: How do you keep the two materials from separating in TPE dual-injection molding?&lt;br&gt;
A: It comes down to three things — controlling the melt temperature difference (the two materials' melting points should differ by no more than 30°C), interface design (grooves or undercuts in the hard plastic surface to create mechanical interlock), and injection pressure sequencing (the second-shot TPE injection pressure slightly higher than the first). In Hezi projects, we typically maintain a pressure differential of 5-8 MPa.&lt;/p&gt;

&lt;p&gt;Q: What's the right texture depth?&lt;br&gt;
A: For hand-grip areas, 0.1-0.3mm is recommended. Too shallow (&amp;lt;0.08mm) and there's no real anti-slip effect. Too deep (&amp;gt;0.5mm) and they trap dirt and create demolding difficulties. In the texture numbering system, MT-10000 to MT-12000 is suitable for hand tools; VDI-24 to VDI-27 is appropriate for consumer electronics.&lt;/p&gt;

&lt;p&gt;Q: Why do hand tools rarely use silicone for grips?&lt;br&gt;
A: Silicone does have a high friction coefficient, but its tear strength is low. When driving screws, the edges are prone to tearing. Silicone surfaces also attract dust easily, turning dark and dirty over time. TPE strikes a balance between abrasion resistance, oil resistance, and cost.&lt;/p&gt;

&lt;p&gt;Q: What's the difference between dual-injection molding and overmolding?&lt;br&gt;
A: Dual-injection molding (also called 2K molding or dual-shot molding) injects both materials sequentially on a single machine, forming one integrated part — the bond strength is highest but so is the mold cost (one mold set requires two cavities). Overmolding involves injection-molding the hard part first, then placing it in a separate mold to inject the soft material — the equipment barrier is lower, but delamination is more common. Stanley uses dual-injection molding, which is part of why they're more expensive — a single mold set starts at several hundred thousand RMB.&lt;/p&gt;

&lt;p&gt;Originally published at: &lt;a href="https://www.hezidesign.com/jingyan/938.html" rel="noopener noreferrer"&gt;https://www.hezidesign.com/jingyan/938.html&lt;/a&gt;&lt;/p&gt;

</description>
      <category>design</category>
      <category>production</category>
      <category>tools</category>
      <category>ux</category>
    </item>
    <item>
      <title>How Much Draft Angle Do You Really Need? What I Learned After Seven T0 Mold Trials</title>
      <dc:creator>Asher Hu</dc:creator>
      <pubDate>Mon, 29 Jun 2026 07:24:01 +0000</pubDate>
      <link>https://dev.to/asher_hu_42c5945e09721211/how-much-draft-angle-do-you-really-need-what-i-learned-after-seven-t0-mold-trials-28pp</link>
      <guid>https://dev.to/asher_hu_42c5945e09721211/how-much-draft-angle-do-you-really-need-what-i-learned-after-seven-t0-mold-trials-28pp</guid>
      <description>&lt;p&gt;How Much Draft Angle Do You Really Need? What I Learned After Seven T0 Mold Trials&lt;/p&gt;

&lt;p&gt;Let me start with some honesty. After eight years in industrial design, the thing I dread most isn't a client changing requirements — it's that moment during T0 mold trials when the molded part comes out stuck to the core, refusing to eject. The mold technician walks over, wordlessly slams the part on the table, and just stares at you. That silence hits harder than any scolding ever could.&lt;/p&gt;

&lt;p&gt;Draft angle — or draw angle, or release angle — is one of those terms you hear on your very first day in industrial design. But knowing what it means and actually putting the right number on a drawing are two very different things.&lt;/p&gt;

&lt;p&gt;The worst mistake I ever made was in 2021, on a high-volume consumer electronics project. It was a remote-control front shell — looked simple enough. I put 0.3° draft on the drawing. When they ran the mold, a 48-cavity tool, 14 cavities stuck during ejection. The mold tech had to knock them off with a brass rod. Every one of those 14 parts came out with stress-whitening marks — total scrap. We missed the delivery by three days, and the client almost switched suppliers. Draft angle is not a "ballpark it" kind of parameter.&lt;/p&gt;

&lt;p&gt;What Actually Determines Draft Angle&lt;/p&gt;

&lt;p&gt;Let's be real — most of those "recommended draft angle 1–3°" guides you find online are textbook boilerplate that falls apart when you touch an actual part. Tear a product apart: texture depth, material shrinkage, ejection direction, mold polish grade — every single one of these variables changes the number. UL publishes a quick-reference table for SPI mold finish grades down to mirror polish, but honestly, the table's real value isn't telling you "use this angle" — it's reminding you that every product needs its own calculation. Take the same material: cavity A polished to SPI mirror finish, cavity B left unpolished. The draft angle required can double.&lt;/p&gt;

&lt;p&gt;A Lesson From the Mold Finisher&lt;/p&gt;

&lt;p&gt;In 2022 I was doing prototype work with a mold shop in Chang'an, Dongguan. I'd drawn a deep-cavity shell — 2.5 mm wall thickness, PC material, with 0.5° draft. The mold finisher stared at my drawing for a long time, then called me out to the shop floor. Pointing at the core, he said: "Mr. Hu, you've got 0.3° on this drawing. I literally cannot polish this by hand. The oil stone won't fit. How am I supposed to finish this surface?"&lt;/p&gt;

&lt;p&gt;I stood there for a solid three seconds processing what he said. Mold polishing is done with physical tools — files, stones, abrasive sticks — and if the sidewall is too steep, the tool geometry simply won't reach. This isn't design theory; it's a shop-floor tool-access problem. From that day on, I always ask the finisher one extra question: "What tool are you planning to use on this sidewall?"&lt;/p&gt;

&lt;p&gt;Shrinkage Rate and Draft Angle&lt;/p&gt;

&lt;p&gt;ABS shrinks roughly 0.4–0.6%. PC is 0.5–0.7%. POM (acetal/Delrin) can hit 2% or more. The more a material shrinks, the tighter it grips the mold core, and the more draft angle you need.&lt;/p&gt;

&lt;p&gt;In 2023 I was doing structural optimization on a medical prototyping project. The supplier was running POM. My drawing had 1° draft. First T0 trial — the part came out warped, and that wasn't even the main problem. It wouldn't eject. The POM shrinkage had clamped it onto the core like a vise grip. We had to hit it with mold release and pry it off. The surface was torn up — scrap. We eventually fixed it by going to 2.5° on the outer surfaces and 2° on the inner surfaces, plus two additional ejector pins. Ran smooth after that.&lt;/p&gt;

&lt;p&gt;What to Do on the Design Side&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Treat draft angle as part of the geometry from the start, not something added as an afterthought. Build it into the sketch phase.&lt;/li&gt;
&lt;li&gt;Inner surfaces need more draft than outer surfaces. When the ejector pins push, if the inner wall hasn't released, you risk punching right through the part.&lt;/li&gt;
&lt;li&gt;Coordinate with the mold shop on texture depth early. Send them your intended appearance texture reference, let them estimate etch depth, and back-calculate the minimum draft angle from that depth.&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;FAQ&lt;/p&gt;

&lt;p&gt;Q: Does draft angle always need to be above 0.5°?&lt;br&gt;
A: Not necessarily. On a highly polished surface in premium mold steel (NAK80) with a self-lubricating material like PP, 0.3° can work. When in doubt, default to 1°.&lt;/p&gt;

&lt;p&gt;Q: Can the outer and inner surfaces use the same draft angle?&lt;br&gt;
A: Ideally no. The outer surface has aesthetic and visual consistency considerations. The inner surface typically needs 0.5–1° more than the outer.&lt;/p&gt;

&lt;p&gt;Q: What's the specific effect of texture/etching on draft angle?&lt;br&gt;
A: Texture depth ranges from a few microns to tens of microns. Plastic flows into those microscopic cavities and creates an undercut-like grip — the deeper the etch, the more grip. For deep textures, add 1–1.5° to the draft angle.&lt;/p&gt;

&lt;p&gt;Q: Is there a quick formula for estimating minimum draft angle?&lt;br&gt;
A: Minimum draft angle (°) ≈ (material shrinkage × 0.5) + (texture depth in μm × 0.03). But real-world shop-floor conditions — mold temperature, injection pressure, dwell time in the mold — often have a bigger influence than any formula.&lt;/p&gt;

&lt;p&gt;Design Insight · Draft angle is a textbook case of "small number, big trouble." A difference of 0.2° on paper is the difference between a part that ejects cleanly and one that won't leave the mold at all.&lt;/p&gt;

&lt;p&gt;Original source: &lt;a href="https://www.hezidesign.com/jingyan/949.html" rel="noopener noreferrer"&gt;https://www.hezidesign.com/jingyan/949.html&lt;/a&gt;&lt;/p&gt;

</description>
    </item>
    <item>
      <title>Disassembling a Stanley Screwdriver — The Antislip Design Goes Way Deeper, From TPE Injection to Hex Geometry</title>
      <dc:creator>Asher Hu</dc:creator>
      <pubDate>Mon, 29 Jun 2026 02:24:01 +0000</pubDate>
      <link>https://dev.to/asher_hu_42c5945e09721211/disassembling-a-stanley-screwdriver-the-antislip-design-goes-way-deeper-from-tpe-injection-to-4p05</link>
      <guid>https://dev.to/asher_hu_42c5945e09721211/disassembling-a-stanley-screwdriver-the-antislip-design-goes-way-deeper-from-tpe-injection-to-4p05</guid>
      <description>&lt;p&gt;Key Takeaways&lt;br&gt;
🔧 Took apart a Stanley rubber-handled screwdriver — the antislip design goes way beyond just "adding a layer of rubber"&lt;br&gt;
🔧 Three critical TPE dual-injection parameters that determine whether a grip feels good or not&lt;br&gt;
🔧 Surface texture isn't a randomly stamped pattern — those texture numbers encode decades of engineering experience&lt;br&gt;
🔧 Three real-world antislip design failures from Hezi Design's project portfolio&lt;/p&gt;

&lt;p&gt;Last week I was rummaging through the toolbox when I grabbed a Stanley rubber-handled screwdriver. I've had it for over three years, but I'd never actually looked at the handle — not really. That afternoon I happened to be working through the grip design for a medical device project, so I turned that screwdriver over in my hands for a solid ten minutes. And that's when I realized: the antislip design on this thing is more thoughtfully engineered than a lot of flashy consumer electronics I've seen.&lt;/p&gt;

&lt;p&gt;Don't believe me? Let's take it apart.&lt;/p&gt;

&lt;h2&gt;
  
  
  First — The Material: TPE Is Not TPR, and Mixing Them Up Will Cost You
&lt;/h2&gt;

&lt;p&gt;The grip on this Stanley screwdriver is dual-injection molded: a hard PP (polypropylene) inner core, overmolded with TPE (thermoplastic elastomer). The real story is in that outer layer.&lt;/p&gt;

&lt;p&gt;A lot of hand-tool manufacturers go with TPR (thermoplastic rubber) because it's cheaper — a few RMB per kilogram difference. But TPR has a killer flaw: poor oil resistance. When your hands are covered in grease (which happens constantly in a workshop), TPR grips turn tacky. Over time, the surface practically degrades. TPE is far better on both oil resistance and aging performance, at the cost of tighter process control — injection temperature needs to stay at 180–200°C, and mold cooling efficiency has to be higher.&lt;/p&gt;

&lt;p&gt;Honestly? Molders hate running PP + TPE dual-injection jobs. PP has a shrinkage rate of 1.5–2.5%, TPE is 1–3%, and the two materials cool at different rates. Eight out of ten T0 mold trials will come out warped. I was involved with a beauty device project a couple of years ago — the first version specified a TPE grip over a PP shell. The mold opened and all four corners were warped. We spent two months dialing it in — bumped the PP wall thickness from 1.8 mm to 2.4 mm, dropped the TPE injection temperature from 195°C down to 178°C — and finally got the deformation under control.&lt;/p&gt;

&lt;h2&gt;
  
  
  Layer Two — The Hardness Curve
&lt;/h2&gt;

&lt;p&gt;The TPE on this Stanley screwdriver sits at roughly Shore A 65–70. Squeeze it — it's semi-rigid, springy but not mushy. Why this specific range?&lt;/p&gt;

&lt;p&gt;Anyone who's worked on hand tools knows: go too soft (Shore A 50 or below), and when you apply torque, the grip twists like a candy wrapper — all that energy gets absorbed in rubber deformation instead of transferring to the screwdriver tip. Go too hard (Shore A 85 or above), and you might as well not have any antislip grip at all — when your hands are greasy, that thing will slip and you'll be cursing.&lt;/p&gt;

&lt;p&gt;I saw an electric screwdriver from a factory in Dongguan that used Shore A 45 TPE on the grip. It felt amazing to the touch — pillowy soft, almost like silicone. Then users started complaining that it couldn't drive screws. We took one apart. The motor was fine — the grip itself was eating nearly 15% of the torque. The factory owner went pale.&lt;/p&gt;

&lt;h2&gt;
  
  
  Layer Three — The Texture (Texturing/Mold Etching)
&lt;/h2&gt;

&lt;p&gt;The surface texture on the Stanley screwdriver grip isn't random. Under a loupe, it's a fine diamond crosshatch pattern — roughly 0.5 mm pitch, 0.15–0.2 mm depth. In the trade, this falls under the "MT-11000" grade of texture (a standard mold-discharge machining specification system).&lt;/p&gt;

&lt;p&gt;What does that mean in practice? When you press your finger against it, the peaks of the diamond pattern embed into the skin's surface layer, creating static friction. Meanwhile, the diamond-shaped channels handle sweat and oil drainage — and that part is critical.&lt;/p&gt;

&lt;p&gt;I'll be blunt: I can't stand the so-called "antislip textures" on some consumer electronics. A few raised dots spaced 3 mm apart with 0.05 mm depth — that's not antislip, that's decoration. The moment your hands get damp, you can't hold onto it. Pure design vanity. Industrial products are different from consumer goods — tools need to work, not be coddled.&lt;/p&gt;

&lt;h2&gt;
  
  
  Traps Hezi Design Has Stepped In — Three Antislip Failure Cases
&lt;/h2&gt;

&lt;p&gt;&lt;strong&gt;Case 1: Beauty Device Grip "Too Slippery"&lt;/strong&gt;&lt;br&gt;
In 2023, we worked with a Shenzhen client on a beauty device. The exterior was specified as ABS with sprayed rubber paint. The hand feel was great — until the product launched. Within a month, returns piled in. Users applying skincare products, then gripping the device — the friction coefficient of the rubber paint coating dropped below 0.2. The device nearly flew out of people's hands. We swapped to a dual-injection solution with TPE + PC for the grip zone and deepened the texture to 0.2 mm. That fixed it. But by then the first mold was already cut — eighty thousand RMB down the drain.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Case 2: Handheld POS Terminal — "Grain Direction"&lt;/strong&gt;&lt;br&gt;
A payment-device client added vertical ribbing to the back of their handheld POS terminal. Looked professional. But in use, the vertical lines provided adequate friction along the grip direction (from the web of the hand to the palm), while offering zero resistance laterally — your fingers could slide right off the side. They needed horizontal ribs but went with vertical. Basic mechanical-engineering common sense, overlooked. Mold rework cost forty thousand RMB.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Case 3: Flashlight — "Skipping the Deburring Step"&lt;/strong&gt;&lt;br&gt;
In 2019, we worked with an outdoor brand on an aluminum-alloy flashlight. The barrel was specified with knurling. The drawing called for a diamond mesh pattern, post-machining polished with a deburring wheel. The operator cut corners and skipped the deburring step. The knurling burrs dug straight into the user's palm — after a few minutes of use, the palm was rubbed raw. We had to rework the whole batch, deburring each piece by hand. Deburring is not a step you skip. Skip it, and you'd better be ready for returns.&lt;/p&gt;

&lt;h2&gt;
  
  
  A Fourth Dimension You Probably Haven't Heard Of
&lt;/h2&gt;

&lt;p&gt;Beyond the usual three — material, hardness, and texture — there's another dimension that rarely gets discussed: cross-sectional geometry.&lt;/p&gt;

&lt;p&gt;Pick up that Stanley screwdriver and look at the handle cross-section. It's not round — it's hexagonal. Why?&lt;/p&gt;

&lt;p&gt;A round grip creates rotational torque under load — the harder you push, the more the handle wants to rotate in your hand. A hex profile is different. Each face gives your fingers a positive locating point. Torque transfers directly through the facets into your hand, with no slip. In industrial design, this is called an "anti-rotation geometry" — and it's a more fundamental solution than surface texture.&lt;/p&gt;

&lt;p&gt;Believe it or not, that hexagonal cross-section is patented. I've checked — Stanley holds design patents on the cross-sectional shape for some of their handles. So it's not that other manufacturers don't want to do it — they can't.&lt;/p&gt;

&lt;h2&gt;
  
  
  Back to the Point
&lt;/h2&gt;

&lt;p&gt;Antislip grip design looks simple on the surface, but there's a lot going on underneath. Material selection, the hardness curve, texture specification, cross-sectional geometry — and you also have to account for whether the user's hands have oil on them, the working temperature, how the material ages over years of use. All these variables chain together before you get a tool that genuinely "feels good to hold."&lt;/p&gt;

&lt;p&gt;Next time you're in the workshop and you grab a Stanley or a DeWalt screwdriver, give it a squeeze. Feel that "just right" resistance. That's not magic — it's decades of people stepping in holes so you don't have to.&lt;/p&gt;

&lt;p&gt;Back to work.&lt;/p&gt;

&lt;h2&gt;
  
  
  FAQ
&lt;/h2&gt;

&lt;p&gt;&lt;strong&gt;Q: How does TPE dual-injection molding prevent the two materials from separating?&lt;/strong&gt;&lt;br&gt;
&lt;strong&gt;A:&lt;/strong&gt; Three key factors — (1) injection temperature differential (the melt temperatures of the two materials should differ by no more than 30°C), (2) interface geometry (grooves or undercuts on the hard-plastic surface to create mechanical interlocking), and (3) injection-pressure timing (second-shot TPE injection pressure slightly higher than the first shot). In Hezi Design projects, we typically control the pressure differential between 5–8 MPa.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Q: What texture depth is recommended for grips?&lt;/strong&gt;&lt;br&gt;
&lt;strong&gt;A:&lt;/strong&gt; For hand-held areas, 0.1–0.3 mm is the sweet spot. Too shallow (&amp;lt;0.08 mm) and you get no antislip effect; too deep (&amp;gt;0.5 mm) and the texture traps dirt and makes demolding difficult. In the standard texture numbering system, MT-10000 to MT-12000 suits hand tools, while VDI-24 to VDI-27 is appropriate for consumer electronics.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Q: Why do hand tools rarely use silicone for grips?&lt;/strong&gt;&lt;br&gt;
&lt;strong&gt;A:&lt;/strong&gt; Silicone does have a high friction coefficient, but its tear strength is low. The grip edges tend to tear when you drive screws, and silicone surfaces attract dust — they turn dark and grimy over time. TPE strikes the right balance between wear resistance, oil resistance, and cost.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Q: What's the difference between dual-injection molding and overmolding?&lt;/strong&gt;&lt;br&gt;
&lt;strong&gt;A:&lt;/strong&gt; Dual-injection molding (two-shot molding) injects both materials sequentially in a single machine — one integrated part, the best bond strength, but also the highest mold cost (two cavities per set). Overmolding involves shooting the hard-plastic part first, then transferring it to a second mold set for the soft-plastic shot. Equipment barrier is lower, but delamination is a risk. Stanley uses dual-injection molding — which is precisely why it costs more: tooling starts at several hundred thousand RMB from the outset.&lt;/p&gt;

&lt;p&gt;Original source: &lt;a href="https://www.hezidesign.com/jingyan/938.html" rel="noopener noreferrer"&gt;https://www.hezidesign.com/jingyan/938.html&lt;/a&gt;&lt;/p&gt;

</description>
      <category>design</category>
      <category>learning</category>
      <category>ux</category>
      <category>watercooler</category>
    </item>
  </channel>
</rss>
