{"product_id":"laserpecker-lp5-safety-enclosure","title":"LaserPecker LP5 智慧型外殼","description":"\u003cmeta charset=\"UTF-8\"\u003e\n\u003cstyle type=\"text\/css\"\u003e\/* 全域設定 *\/\n    #lp5-enclosure-detail {\n        font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, \"PingFang TC\", \"Microsoft JhengHei\", sans-serif;\n        color: #333333; \n        line-height: 1.8; \n        background-color: #ffffff; \n        width: 100%; \n        max-width: 900px; \n        margin: 0 auto; \n        padding: 20px; \n        box-sizing: border-box;\n    }\n    #lp5-enclosure-detail * { box-sizing: border-box; }\n\n    \/* 頂部主標題區 - 清爽白底 *\/\n    .detail-header {\n        text-align: center;\n        background: #ffffff;\n        padding: 30px 10px 10px 10px;\n        margin-bottom: 25px;\n        border-bottom: 1px solid #eeeeee;\n    }\n    .detail-title {\n        color: #66cc66;\n        font-size: 32px;\n        font-weight: bold;\n        margin: 0 0 15px 0;\n        letter-spacing: 0.5px;\n        line-height: 1.3;\n    }\n    .detail-subtitle {\n        color: #555555;\n        font-size: 16px;\n        margin: 0;\n        font-weight: bold;\n        letter-spacing: 0.5px;\n    }\n\n    \/* 段落大標題 *\/\n    .section-title {\n        font-size: 24px;\n        font-weight: bold;\n        color: #111111;\n        margin: 45px 0 20px;\n        display: block;\n        border-bottom: 2px solid #66cc66;\n        padding-bottom: 8px;\n    }\n\n    \/* 內文 *\/\n    .detail-p {\n        font-size: 16px;\n        color: #444444;\n        margin-bottom: 20px;\n        text-align: justify;\n    }\n    .text-center { text-align: center !important; }\n\n    \/* 特色亮點網格 *\/\n    .highlight-grid {\n        display: grid;\n        grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));\n        gap: 20px;\n        margin: 30px 0;\n    }\n    .highlight-card {\n        background-color: #f9f9f9;\n        border: 1px solid #eeeeee;\n        padding: 20px;\n        border-radius: 8px;\n        text-align: left;\n    }\n    .highlight-card h4 {\n        color: #44aa44;\n        font-size: 18px;\n        font-weight: bold;\n        margin-top: 0;\n        margin-bottom: 10px;\n    }\n    .highlight-card p {\n        font-size: 14.5px;\n        color: #666666;\n        margin: 0;\n    }\n\n    \/* 安全防護警示框 *\/\n    .safety-alert-box {\n        background-color: #f4fbf5;\n        border: 1px solid #dff0d8;\n        border-left: 5px solid #66cc66;\n        padding: 20px;\n        border-radius: 4px;\n        margin: 30px 0;\n        text-align: left;\n    }\n    .safety-alert-title {\n        font-size: 17px;\n        font-weight: bold;\n        color: #3c763d;\n        margin-bottom: 10px;\n    }\n    .safety-tags {\n        display: flex;\n        flex-wrap: wrap;\n        gap: 10px;\n    }\n    .safety-tag {\n        background: #ffffff;\n        border: 1px solid #66cc66;\n        color: #44aa44;\n        padding: 6px 14px;\n        border-radius: 20px;\n        font-size: 14px;\n        font-weight: bold;\n    }\n\n    \/* 圖片與影片自適應外殼 *\/\n    #lp5-enclosure-detail img {\n        max-width: 100%;\n        height: auto;\n        display: block;\n        margin: 30px auto;\n        border-radius: 8px;\n        box-shadow: 0 4px 15px rgba(0,0,0,0.06);\n    }\n    .video-wrapper {\n        max-width: 800px;\n        margin: 30px auto;\n        border-radius: 8px;\n        overflow: hidden;\n        box-shadow: 0 4px 15px rgba(0,0,0,0.06);\n        border: 1px solid #eeeeee;\n    }\n    .video-wrapper video {\n        width: 100%;\n        display: block;\n    }\n\n    \/* FAQ 折疊面板樣式 *\/\n    .faq-section {\n        margin-top: 40px;\n        padding-bottom: 40px;\n    }\n    #lp5-enclosure-detail details { \n        background: #fafafa; \n        border: 1px solid #eeeeee; \n        border-radius: 8px; \n        margin-bottom: 14px; \n        overflow: hidden;\n        transition: border-color 0.3s;\n    }\n    #lp5-enclosure-detail details:hover { border-color: #cccccc; }\n    #lp5-enclosure-detail details[open] { border-color: #66cc66; }\n    \n    #lp5-enclosure-detail summary { \n        font-size: 17px; \n        font-weight: bold; \n        color: #222222; \n        cursor: pointer; \n        padding: 16px 20px; \n        list-style: none; \n        outline: none;\n        position: relative;\n    }\n    #lp5-enclosure-detail summary::-webkit-details-marker { display: none; }\n    #lp5-enclosure-detail summary::after { \n        content: '+'; \n        position: absolute; \n        right: 20px; \n        top: 50%;\n        transform: translateY(-50%);\n        color: #66cc66; \n        font-size: 20px; \n    }\n    #lp5-enclosure-detail details[open] summary::after { content: '−'; }\n    #lp5-enclosure-detail details .faq-content { \n        padding: 0 20px 18px 20px; \n        color: #555555;\n        font-size: 15px;\n        line-height: 1.7;\n    }\n\n    \/* 頁尾行動呼籲 *\/\n    .detail-footer {\n        margin-top: 50px;\n        padding: 30px 20px;\n        border-top: 1px solid #eeeeee;\n        background: #fafafa;\n        border-radius: 12px;\n        text-align: center;\n    }\n    .footer-links {\n        font-size: 15px;\n        color: #555555;\n        margin-bottom: 15px;\n    }\n    .footer-links a {\n        color: #222222;\n        text-decoration: none;\n        font-weight: bold;\n        border-bottom: 2px solid #66cc66;\n        padding-bottom: 2px;\n        margin: 0 5px;\n    }\n    .footer-links a:hover { color: #44aa44; border-color: #44aa44; }\n    \n    .footer-cta-btn {\n        display: inline-block;\n        background-color: #66cc66;\n        color: #ffffff;\n        padding: 10px 28px;\n        border-radius: 30px;\n        text-decoration: none;\n        font-weight: bold;\n        font-size: 16px;\n        margin-top: 10px;\n        transition: background 0.3s;\n    }\n    .footer-cta-btn:hover { background-color: #44aa44; }\n\u003c\/style\u003e\n\u003cdiv id=\"lp5-enclosure-detail\"\u003e\n\u003cheader class=\"detail-header\"\u003e\n\u003ch1 class=\"detail-title\"\u003eLaserPecker LP5 智慧型外殼\u003c\/h1\u003e\n\n\u003cp class=\"detail-subtitle\"\u003eAI鏡頭 \/ 安規防護罩 \/ 安全保護殼 \/ 升級專業級雷射雕刻安全防護\u003c\/p\u003e\n\u003c\/header\u003e\n\u003cimg alt=\"LaserPecker 5 安全防護罩 BANNER\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0801\/9843\/5070\/files\/LaserPecker5_E5_AE_89_E5_85_A8BANNER-scaled.jpg?v=1779353159\"\u003e\n\u003csection\u003e\n\u003ch2 class=\"section-title\"\u003e頂級安規防護系統\u003c\/h2\u003e\n\n\u003cdiv class=\"highlight-grid\"\u003e\n\u003cdiv class=\"highlight-card\"\u003e\n\u003ch4\u003e磁性門閥感應\u003c\/h4\u003e\n\n\u003cp\u003e錐形防護罩和安全外殼均配備高靈敏度門感應器，一旦偵測到門閥被開啟，雷射出光模組會立即停止工作，防止雷射外洩。\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"highlight-card\"\u003e\n\u003ch4\u003e前側專業濾光罩\u003c\/h4\u003e\n\n\u003cp\u003e採用優質特殊光學防護材料設計的濾光器，可有效阻擋高達 99.99% 的有害雷射光束，為暴露在雷雕工作環境中的雙眼提供極致保護。\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"highlight-card\"\u003e\n\u003ch4\u003e高效能排煙扇\u003c\/h4\u003e\n\n\u003cp\u003e內建強效排煙風扇，加工時能持續排除艙內空氣，有效去除大顆粒物與異味煙霧，保持工作環境的空氣清新。\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003cimg alt=\"LaserPecker 5 密閉式安全防護罩細節\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0801\/9843\/5070\/files\/LaserPecker5_E5_AE_89_E5_85_A8_E7_BD_A92.jpg?v=1779353199\"\u003e\n\u003csection\u003e\n\u003cdiv class=\"safety-alert-box\"\u003e\n\u003cdiv class=\"safety-alert-title\"\u003e🛡️ 多重安全機制，讓雕刻工作萬無一失：\u003c\/div\u003e\n\n\u003cp class=\"detail-p\" style=\"font-size: 14.5px; color: #555; margin-bottom: 12px;\"\u003e除了外殼物理防護之外，系統內部更整合了多層軟硬體安規警報，提供全方位的創作保障：\u003c\/p\u003e\n\n\u003cdiv class=\"safety-tags\"\u003e\n\u003cspan class=\"safety-tag\"\u003e● 過熱保護感應\u003c\/span\u003e \u003cspan class=\"safety-tag\"\u003e● 物理緊急停止按鈕\u003c\/span\u003e \u003cspan class=\"safety-tag\"\u003e● 管控安全鑰匙\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003cimg alt=\"LaserPecker 5 人物場景工作展示\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0801\/9843\/5070\/files\/LaserPecker5_E4_BA_BA_E7_89_A9_E5_A0_B4_E6_99_AF-_E5_B1_95_E7_A4_BA4.jpg?v=1779353541\"\u003e\n\u003csection\u003e\n\u003ch2 class=\"section-title\"\u003eAI 智慧型相機模組\u003c\/h2\u003e\n\n\u003cp class=\"detail-p\"\u003e外殼頂部整合了先進的 \u003cstrong\u003eAI 智慧相機\u003c\/strong\u003e，可完美實現「\u003cstrong\u003e智慧填充\u003c\/strong\u003e」功能。當相機自動偵測到工作台放置了相同材質、形狀與尺寸的待加工素材時，系統會自動將設計圖案精準定位並克隆到所有材料上，實現高效的自動化批量生產。\u003c\/p\u003e\n\n\u003cdiv class=\"video-wrapper\"\u003e\n\u003cvideo controls=\"\" preload=\"metadata\" src=\"https:\/\/woodmall.com.tw\/shop\/wp-content\/uploads\/2024\/08\/LaserPecker-5%E6%99%BA%E6%85%A7%E5%A1%AB%E5%85%85.mp4\"\u003e \u003c\/video\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection class=\"faq-section\"\u003e\n\u003ch2 class=\"section-title\"\u003e常見問題 FAQ\u003c\/h2\u003e\n\n\u003cdetails\u003e\u003csummary\u003eAI 相機模組是否包含在智慧型外殼內？\u003c\/summary\u003e\n\n\u003cdiv class=\"faq-content\"\u003e是的，AI 相機模組已經直接內建包含在智慧型外殼組件中。購買這款智慧型外殼，即可將您的 LaserPecker 雷雕機直接升級進化為具備視覺辨識能力的智慧型雷雕系統。\u003c\/div\u003e\n\u003c\/details\u003e\n\n\u003cdetails\u003e\u003csummary\u003e智慧型外殼是否相容於其他 LaserPecker 蜂鳥雷雕機型？\u003c\/summary\u003e\n\n\u003cdiv class=\"faq-content\"\u003e目前此款智慧型外殼為專機專用，僅與\u003cstrong\u003e蜂鳥 5 代 (LaserPecker 5)\u003c\/strong\u003e 完美相容。針對 LP4 的專用外殼目前正由原廠緊鑼密鼓研發中！敬請密切關注三帝瑪的最新官方消息。\u003c\/div\u003e\n\u003c\/details\u003e\n\n\u003cdetails\u003e\u003csummary\u003e智慧型外殼是否符合 1 級 (Class 1) 雷射安全要求？\u003c\/summary\u003e\n\n\u003cdiv class=\"faq-content\"\u003e是的。經過國際嚴格的測試與光學認證，LaserPecker 5 智慧型外殼在完全閉合狀態下，完全符合歐盟最高安全等級的 \u003cstrong\u003e1 級 (Class 1) 雷射產品法規\u003c\/strong\u003e，讓您在辦公室或一般家用環境也能安心操作。\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c\/section\u003e\n\n\u003cfooter class=\"detail-footer\"\u003e\n\u003cdiv class=\"footer-links\"\u003e歡迎造訪 \u003ca href=\"https:\/\/3dmart.com.tw\/products-brand\/LaserPecker\"\u003eLaserPecker 品牌專區\u003c\/a\u003e 了解更多。\u003c\/div\u003e\n\n\u003cdiv class=\"footer-links\" style=\"font-size: 14.5px;\"\u003e有任何關於 \u003ca href=\"https:\/\/3dmart.com.tw\/products\/laser-engraving-and-cutting\"\u003e雷射雕刻機 \/ 切割機 \/ 金屬打標機\u003c\/a\u003e 的採購或技術疑問？\u003c\/div\u003e\n\u003ca class=\"footer-cta-btn\" href=\"https:\/\/3dmart.com.tw\/tw\/contact\/index.aspx\"\u003e立即聯繫三帝瑪獲取專業諮詢\u003c\/a\u003e\u003c\/footer\u003e\n\u003c\/div\u003e\n","brand":"LaserPecker","offers":[{"title":"Default Title","offer_id":48234675241214,"sku":"LP0006","price":16980.0,"currency_code":"TWD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0801\/9843\/5070\/files\/LaserPecker-LP5_E6_99_BA_E6_85_A7_E5_9E_8B_E5_A4_96_E6_AE_BC3-550x550.jpg?v=1779354388","url":"https:\/\/3dmart-taiwan.myshopify.com\/products\/laserpecker-lp5-safety-enclosure","provider":"3DMART Taiwan","version":"1.0","type":"link"}