{"product_id":"carverall-z5-fiber-laser-engraver-machine-dual-light-source","title":"Carverall Z5 Dual Laser Engraver","description":"\u003cstyle\u003e\n  #z5-product-content {\n    --z5-primary: #ff6a00;\n    --z5-primary-dark: #e85f00;\n    --z5-text: #1f2937;\n    --z5-muted: #667085;\n    --z5-border: #e4e7ec;\n    --z5-light: #f8fafc;\n    --z5-white: #ffffff;\n    --z5-radius: 14px;\n    --z5-shadow: 0 8px 24px rgba(16, 24, 40, 0.07);\n    max-width: 1200px;\n    margin: 0 auto;\n    color: var(--z5-text);\n    font-family: inherit;\n    line-height: 1.65;\n  }\n\n  #z5-product-content,\n  #z5-product-content * {\n    box-sizing: border-box;\n  }\n\n  #z5-product-content h2 {\n    margin: 0 0 10px;\n    color: var(--z5-text);\n    font-size: clamp(24px, 3vw, 34px);\n    line-height: 1.25;\n    letter-spacing: -0.02em;\n  }\n\n  #z5-product-content h3 {\n    margin: 0 0 8px;\n    color: var(--z5-text);\n    font-size: 18px;\n    line-height: 1.35;\n  }\n\n  #z5-product-content p {\n    margin: 0;\n  }\n\n  #z5-product-content img {\n    display: block;\n    max-width: 100%;\n    height: auto;\n  }\n\n  #z5-product-content .z5-section {\n    margin: 0 0 56px;\n  }\n\n  #z5-product-content .z5-section-heading {\n    max-width: 780px;\n    margin: 0 auto 28px;\n    text-align: center;\n  }\n\n  #z5-product-content .z5-section-heading p {\n    color: var(--z5-muted);\n    font-size: 16px;\n  }\n\n  \/* Version cards *\/\n  #z5-product-content .z5-version-cards {\n    display: grid;\n    grid-template-columns: repeat(2, minmax(0, 1fr));\n    gap: 18px;\n    margin-bottom: 26px;\n  }\n\n  #z5-product-content .z5-version-card {\n    position: relative;\n    overflow: hidden;\n    padding: 24px;\n    border: 1px solid var(--z5-border);\n    border-radius: var(--z5-radius);\n    background: var(--z5-white);\n    box-shadow: var(--z5-shadow);\n  }\n\n  #z5-product-content .z5-version-card--featured {\n    border: 2px solid var(--z5-primary);\n  }\n\n  #z5-product-content .z5-version-card--featured::before {\n    content: \"MOST VERSATILE\";\n    position: absolute;\n    top: 18px;\n    right: -38px;\n    width: 155px;\n    padding: 5px 0;\n    transform: rotate(45deg);\n    background: var(--z5-primary);\n    color: #ffffff;\n    font-size: 10px;\n    font-weight: 700;\n    letter-spacing: 0.05em;\n    text-align: center;\n  }\n\n  #z5-product-content .z5-version-label {\n    display: inline-flex;\n    align-items: center;\n    min-height: 28px;\n    margin-bottom: 14px;\n    padding: 4px 11px;\n    border-radius: 999px;\n    background: #fff2e8;\n    color: var(--z5-primary-dark);\n    font-size: 12px;\n    font-weight: 700;\n    letter-spacing: 0.04em;\n    text-transform: uppercase;\n  }\n\n  #z5-product-content .z5-version-card p {\n    color: var(--z5-muted);\n  }\n\n  #z5-product-content .z5-version-card ul {\n    margin: 18px 0 0;\n    padding: 0;\n    list-style: none;\n  }\n\n  #z5-product-content .z5-version-card li {\n    position: relative;\n    margin: 10px 0;\n    padding-left: 25px;\n  }\n\n  #z5-product-content .z5-version-card li::before {\n    content: \"✓\";\n    position: absolute;\n    top: 0;\n    left: 0;\n    color: var(--z5-primary);\n    font-weight: 800;\n  }\n\n  \/* Dual laser explanation *\/\n  #z5-product-content .z5-dual-system {\n    display: grid;\n    grid-template-columns: repeat(2, minmax(0, 1fr));\n    gap: 16px;\n    margin: 0 0 28px;\n  }\n\n  #z5-product-content .z5-laser-card {\n    padding: 22px;\n    border: 1px solid var(--z5-border);\n    border-radius: var(--z5-radius);\n    background: var(--z5-light);\n  }\n\n  #z5-product-content .z5-laser-card--infrared {\n    border-top: 4px solid #7c3aed;\n  }\n\n  #z5-product-content .z5-laser-card--blue {\n    border-top: 4px solid #1473e6;\n  }\n\n  #z5-product-content .z5-laser-power {\n    display: inline-block;\n    margin-bottom: 12px;\n    padding: 4px 10px;\n    border-radius: 999px;\n    background: #ffffff;\n    color: var(--z5-text);\n    font-size: 12px;\n    font-weight: 700;\n  }\n\n  #z5-product-content .z5-laser-card p {\n    color: var(--z5-muted);\n  }\n\n  \/* Tables *\/\n  #z5-product-content .z5-table-shell {\n    width: 100%;\n    overflow-x: auto;\n    border: 1px solid var(--z5-border);\n    border-radius: var(--z5-radius);\n    background: var(--z5-white);\n    box-shadow: var(--z5-shadow);\n    -webkit-overflow-scrolling: touch;\n  }\n\n  #z5-product-content .z5-table {\n    width: 100%;\n    min-width: 720px;\n    margin: 0;\n    border: 0;\n    border-collapse: separate;\n    border-spacing: 0;\n    table-layout: fixed;\n  }\n\n  #z5-product-content .z5-table th,\n  #z5-product-content .z5-table td {\n    padding: 15px 18px;\n    border: 0;\n    border-right: 1px solid var(--z5-border);\n    border-bottom: 1px solid var(--z5-border);\n    text-align: left;\n    vertical-align: middle;\n    overflow-wrap: anywhere;\n  }\n\n  #z5-product-content .z5-table th:last-child,\n  #z5-product-content .z5-table td:last-child {\n    border-right: 0;\n  }\n\n  #z5-product-content .z5-table tbody tr:last-child td {\n    border-bottom: 0;\n  }\n\n  #z5-product-content .z5-table thead th {\n    background: #20252d;\n    color: #ffffff;\n    font-size: 14px;\n    font-weight: 700;\n  }\n\n  #z5-product-content .z5-table thead th:first-child {\n    background: var(--z5-primary);\n  }\n\n  #z5-product-content .z5-table tbody td:first-child {\n    background: var(--z5-light);\n    color: var(--z5-text);\n    font-weight: 700;\n  }\n\n  #z5-product-content .z5-table tbody tr:nth-child(even) td:not(:first-child) {\n    background: #fcfcfd;\n  }\n\n  #z5-product-content .z5-scroll-hint {\n    display: none;\n    margin-top: 10px;\n    color: var(--z5-muted);\n    font-size: 12px;\n    text-align: center;\n  }\n\n  \/* Images *\/\n  #z5-product-content .z5-image-stack {\n    display: grid;\n    gap: 18px;\n  }\n\n  #z5-product-content .z5-image {\n    width: 100%;\n    border-radius: var(--z5-radius);\n    background: var(--z5-light);\n  }\n\n  \/* Product overview *\/\n  #z5-product-content .z5-product-overview {\n    display: grid;\n    grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);\n    align-items: center;\n    gap: 36px;\n    margin-bottom: 28px;\n    padding: 28px;\n    border: 1px solid var(--z5-border);\n    border-radius: var(--z5-radius);\n    background: linear-gradient(135deg, #ffffff 0%, #f8fafc 100%);\n  }\n\n  #z5-product-content .z5-product-overview img {\n    width: 100%;\n    max-width: 390px;\n    margin: 0 auto;\n    object-fit: contain;\n  }\n\n  #z5-product-content .z5-product-overview p {\n    color: var(--z5-muted);\n  }\n\n  #z5-product-content .z5-overview-points {\n    display: grid;\n    grid-template-columns: repeat(2, minmax(0, 1fr));\n    gap: 12px;\n    margin-top: 22px;\n  }\n\n  #z5-product-content .z5-overview-point {\n    padding: 14px;\n    border: 1px solid var(--z5-border);\n    border-radius: 10px;\n    background: var(--z5-white);\n  }\n\n  #z5-product-content .z5-overview-point strong {\n    display: block;\n    margin-bottom: 2px;\n    font-size: 15px;\n  }\n\n  #z5-product-content .z5-overview-point span {\n    color: var(--z5-muted);\n    font-size: 13px;\n  }\n\n  \/* Materials *\/\n  #z5-product-content .z5-material-grid {\n    display: grid;\n    grid-template-columns: repeat(2, minmax(0, 1fr));\n    gap: 18px;\n  }\n\n  #z5-product-content .z5-material-card {\n    padding: 24px;\n    border: 1px solid var(--z5-border);\n    border-radius: var(--z5-radius);\n    background: var(--z5-light);\n  }\n\n  #z5-product-content .z5-material-label {\n    display: inline-flex;\n    align-items: center;\n    min-height: 30px;\n    margin-bottom: 14px;\n    padding: 0 12px;\n    border-radius: 999px;\n    background: var(--z5-primary);\n    color: #ffffff;\n    font-size: 12px;\n    font-weight: 700;\n    letter-spacing: 0.05em;\n  }\n\n  #z5-product-content .z5-material-card p {\n    color: var(--z5-muted);\n  }\n\n  #z5-product-content .z5-material-note {\n    margin-top: 18px;\n    padding: 14px 16px;\n    border-left: 4px solid var(--z5-primary);\n    border-radius: 6px;\n    background: #fff8f3;\n    color: #694122;\n    font-size: 13px;\n  }\n\n  @media screen and (max-width: 749px) {\n    #z5-product-content .z5-section {\n      margin-bottom: 40px;\n    }\n\n    #z5-product-content .z5-section-heading {\n      margin-bottom: 20px;\n      text-align: left;\n    }\n\n    #z5-product-content .z5-section-heading p {\n      font-size: 14px;\n    }\n\n    #z5-product-content .z5-version-cards,\n    #z5-product-content .z5-dual-system,\n    #z5-product-content .z5-material-grid,\n    #z5-product-content .z5-product-overview {\n      grid-template-columns: 1fr;\n    }\n\n    #z5-product-content .z5-version-card,\n    #z5-product-content .z5-laser-card,\n    #z5-product-content .z5-material-card,\n    #z5-product-content .z5-product-overview {\n      padding: 20px;\n    }\n\n    #z5-product-content .z5-product-overview {\n      gap: 20px;\n    }\n\n    #z5-product-content .z5-overview-points {\n      grid-template-columns: 1fr 1fr;\n      gap: 8px;\n    }\n\n    #z5-product-content .z5-table {\n      min-width: 680px;\n      font-size: 13px;\n    }\n\n    #z5-product-content .z5-table th,\n    #z5-product-content .z5-table td {\n      padding: 12px 14px;\n    }\n\n    #z5-product-content .z5-table th:first-child,\n    #z5-product-content .z5-table td:first-child {\n      position: sticky;\n      left: 0;\n      z-index: 2;\n      width: 140px;\n      min-width: 140px;\n    }\n\n    #z5-product-content .z5-table thead th:first-child {\n      z-index: 3;\n    }\n\n    #z5-product-content .z5-scroll-hint {\n      display: block;\n    }\n  }\n\n  @media screen and (max-width: 420px) {\n    #z5-product-content .z5-overview-points {\n      grid-template-columns: 1fr;\n    }\n  }\n\u003c\/style\u003e\n\n\u003cdiv id=\"z5-product-content\"\u003e\n\n  \u003c!-- Version comparison --\u003e\n  \u003csection class=\"z5-section\" aria-labelledby=\"z5-version-heading\"\u003e\n    \u003cdiv class=\"z5-section-heading\"\u003e\n      \u003ch2 id=\"z5-version-heading\"\u003eChoose the Right Z5 for Your Work\u003c\/h2\u003e\n      \u003cp\u003e\n        Choose precision metal marking with the single-light-source model or\n        expand your applications with the dual-light-source configuration.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"z5-version-cards\"\u003e\n      \u003carticle class=\"z5-version-card\"\u003e\n        \u003cspan class=\"z5-version-label\"\u003ePrecision Marking\u003c\/span\u003e\n        \u003ch3\u003eZ5 Single Light Source\u003c\/h3\u003e\n        \u003cp\u003e\n          Equipped with a 2W 1064nm infrared laser for high-precision marking\n          on metals, selected plastics and other compatible materials.\n        \u003c\/p\u003e\n\n        \u003cul\u003e\n          \u003cli\u003e2W 1064nm infrared laser\u003c\/li\u003e\n          \u003cli\u003eHigh-precision metal and plastic marking\u003c\/li\u003e\n          \u003cli\u003eDual red-light manual focusing\u003c\/li\u003e\n          \u003cli\u003eWindows software connection\u003c\/li\u003e\n          \u003cli\u003eIdeal for tools, jewelry and precision parts\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"z5-version-card z5-version-card--featured\"\u003e\n        \u003cspan class=\"z5-version-label\"\u003eEngraving + Cutting\u003c\/span\u003e\n        \u003ch3\u003eZ5 Dual Light Source\u003c\/h3\u003e\n        \u003cp\u003e\n          One machine equipped with both a 2W infrared laser and a 5W blue\n          diode laser, providing a wider range of engraving and cutting\n          applications.\n        \u003c\/p\u003e\n\n        \u003cul\u003e\n          \u003cli\u003e2W 1064nm infrared laser for metal marking\u003c\/li\u003e\n          \u003cli\u003e5W 455nm blue diode laser for non-metal materials\u003c\/li\u003e\n          \u003cli\u003eEngraving and light-material cutting\u003c\/li\u003e\n          \u003cli\u003eAuto focus and multi-platform connectivity\u003c\/li\u003e\n          \u003cli\u003eSwitch laser sources for different materials\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/article\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"z5-table-shell\" role=\"region\" aria-label=\"Z5 model comparison\" tabindex=\"0\"\u003e\n      \u003ctable class=\"z5-table\"\u003e\n        \u003ccolgroup\u003e\n          \u003ccol style=\"width: 23%;\"\u003e\n          \u003ccol style=\"width: 38.5%;\"\u003e\n          \u003ccol style=\"width: 38.5%;\"\u003e\n        \u003c\/colgroup\u003e\n\n        \u003cthead\u003e\n          \u003ctr\u003e\n            \u003cth scope=\"col\"\u003eFeature\u003c\/th\u003e\n            \u003cth scope=\"col\"\u003eZ5 Single Light Source\u003c\/th\u003e\n            \u003cth scope=\"col\"\u003eZ5 Dual Light Source\u003c\/th\u003e\n          \u003c\/tr\u003e\n        \u003c\/thead\u003e\n\n        \u003ctbody\u003e\n          \u003ctr\u003e\n            \u003ctd\u003eLaser Configuration\u003c\/td\u003e\n            \u003ctd\u003e2W 1064nm infrared laser\u003c\/td\u003e\n            \u003ctd\u003e\n              2W 1064nm infrared laser +\n              5W 455nm blue diode laser\n            \u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003ctd\u003eCore Function\u003c\/td\u003e\n            \u003ctd\u003e\n              High-precision \u003cstrong\u003emetal and plastic marking\u003c\/strong\u003e\n            \u003c\/td\u003e\n            \u003ctd\u003e\n              \u003cstrong\u003eMetal marking, non-metal engraving and cutting\u003c\/strong\u003e\n            \u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003ctd\u003eMetal Processing\u003c\/td\u003e\n            \u003ctd\u003e\n              Marks metal, coated metal, anodized aluminum and selected plastics\n            \u003c\/td\u003e\n            \u003ctd\u003e\n              Uses the 2W infrared laser for precision metal and plastic marking\n            \u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003ctd\u003eNon-Metal Processing\u003c\/td\u003e\n            \u003ctd\u003eLimited compatibility depending on material absorption\u003c\/td\u003e\n            \u003ctd\u003e\n              Uses the 5W blue laser for wood, leather, paper, fabric and\n              selected acrylic\n            \u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003ctd\u003eCutting Capability\u003c\/td\u003e\n            \u003ctd\u003eNot designed for material cutting\u003c\/td\u003e\n            \u003ctd\u003e\n              Cuts selected thin wood, leather, paper, fabric and dark acrylic\n            \u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003ctd\u003eFocusing Method\u003c\/td\u003e\n            \u003ctd\u003eDual red-light manual focus\u003c\/td\u003e\n            \u003ctd\u003eAuto focus with adjustable focusing bracket\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003ctd\u003ePositioning\u003c\/td\u003e\n            \u003ctd\u003eDual red-light preview for accurate positioning\u003c\/td\u003e\n            \u003ctd\u003eFast positioning and preview for both laser sources\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003ctd\u003eLaser Head\u003c\/td\u003e\n            \u003ctd\u003e\n              \u003cstrong\u003e180° rotatable\u003c\/strong\u003e for large or irregular objects\n            \u003c\/td\u003e\n            \u003ctd\u003e\n              \u003cstrong\u003e180° rotatable\u003c\/strong\u003e for flexible engraving placement\n            \u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003ctd\u003eConnectivity\u003c\/td\u003e\n            \u003ctd\u003eWindows software connection\u003c\/td\u003e\n            \u003ctd\u003eBluetooth; supports Android, iOS, Windows and macOS\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003ctd\u003eSafety Protection\u003c\/td\u003e\n            \u003ctd\u003e\n              Safety system helps stop laser output when accidental contact is detected\n            \u003c\/td\u003e\n            \u003ctd\u003e\n              Automatic laser shut-off when abnormal tilting or shaking is detected\n            \u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003ctd\u003eRecommended For\u003c\/td\u003e\n            \u003ctd\u003e\n              Users focused on professional metal marking and precision engraving\n            \u003c\/td\u003e\n            \u003ctd\u003e\n              Creators who work with both metal and non-metal materials\n            \u003c\/td\u003e\n          \u003c\/tr\u003e\n        \u003c\/tbody\u003e\n      \u003c\/table\u003e\n    \u003c\/div\u003e\n\n    \u003cp class=\"z5-scroll-hint\"\u003eSwipe left or right to view the full comparison.\u003c\/p\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- Dual laser explanation --\u003e\n  \u003csection class=\"z5-section\" aria-labelledby=\"z5-dual-heading\"\u003e\n    \u003cdiv class=\"z5-section-heading\"\u003e\n      \u003ch2 id=\"z5-dual-heading\"\u003eTwo Laser Sources in One Machine\u003c\/h2\u003e\n      \u003cp\u003e\n        The Z5 Dual Light Source integrates infrared and blue diode laser\n        technologies, allowing you to switch laser sources according to the material.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"z5-dual-system\"\u003e\n      \u003carticle class=\"z5-laser-card z5-laser-card--infrared\"\u003e\n        \u003cspan class=\"z5-laser-power\"\u003e2W · 1064nm\u003c\/span\u003e\n        \u003ch3\u003eInfrared Laser\u003c\/h3\u003e\n        \u003cp\u003e\n          Designed for precise marking on stainless steel, aluminum, coated\n          metal, jewelry, electronic components, hard plastic and other\n          compatible industrial materials.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"z5-laser-card z5-laser-card--blue\"\u003e\n        \u003cspan class=\"z5-laser-power\"\u003e5W · 455nm\u003c\/span\u003e\n        \u003ch3\u003eBlue Diode Laser\u003c\/h3\u003e\n        \u003cp\u003e\n          Designed for engraving and cutting selected non-metal materials,\n          including wood, leather, paper, fabric, cardboard and dark acrylic.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- Product images --\u003e\n  \u003csection class=\"z5-section\" aria-labelledby=\"z5-details-heading\"\u003e\n    \u003cdiv class=\"z5-section-heading\"\u003e\n      \u003ch2 id=\"z5-details-heading\"\u003eCompact Design, Flexible Creation\u003c\/h2\u003e\n      \u003cp\u003e\n        Explore the Z5 design, positioning system, compatible materials and\n        practical engraving applications.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"z5-image-stack\"\u003e\n      \u003cimg class=\"z5-image\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0921\/1363\/3595\/files\/Carverall_Z5_Detail_1.png?v=1745137816\" alt=\"Carverall Z5 compact portable laser engraver design\" width=\"1200\" height=\"auto\"\u003e\n\n      \u003cimg class=\"z5-image\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0921\/1363\/3595\/files\/Carverall_Z5_Detail.png?v=1745137816\" alt=\"Carverall Z5 laser engraver features and operating design\" loading=\"lazy\" width=\"1200\" height=\"auto\"\u003e\n\n      \u003cimg class=\"z5-image\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0921\/1363\/3595\/files\/For_Plastic_Materials.png?v=1744624182\" alt=\"Z5 infrared laser engraving on compatible plastic materials\" loading=\"lazy\" width=\"1200\" height=\"auto\"\u003e\n\n      \u003cimg class=\"z5-image\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0921\/1363\/3595\/files\/For_Metal_Materials.png?v=1744434605\" alt=\"Z5 infrared laser marking on metal materials\" loading=\"lazy\" width=\"1200\" height=\"auto\"\u003e\n\n      \u003cimg class=\"z5-image\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0921\/1363\/3595\/files\/Carverall_Z5_Detail_3.png?v=1745137815\" alt=\"Carverall Z5 laser engraving demonstration\" loading=\"lazy\" width=\"1200\" height=\"auto\"\u003e\n\n      \u003cimg class=\"z5-image\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0921\/1363\/3595\/files\/Carverall_Z5_Detail_4.png?v=1745137817\" alt=\"Carverall Z5 portable engraving application\" loading=\"lazy\" width=\"1200\" height=\"auto\"\u003e\n\n      \u003cimg class=\"z5-image\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0921\/1363\/3595\/files\/Carverall_Z5_Detail_2.png?v=1745137817\" alt=\"Carverall Z5 laser engraver product details\" loading=\"lazy\" width=\"1200\" height=\"auto\"\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- Technical specifications --\u003e\n  \u003csection class=\"z5-section\" aria-labelledby=\"z5-specifications-heading\"\u003e\n    \u003cdiv class=\"z5-section-heading\"\u003e\n      \u003ch2 id=\"z5-specifications-heading\"\u003eZ5 Technical Specifications\u003c\/h2\u003e\n      \u003cp\u003e\n        Compare the single-light-source and dual-light-source configurations.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"z5-product-overview\"\u003e\n      \u003cdiv\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0921\/1363\/3595\/files\/Carverall_Z5_Product_Image_reference.png?v=1745137389\" alt=\"Carverall Z5 portable dual-light-source laser engraver\" loading=\"lazy\" width=\"500\" height=\"500\"\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv\u003e\n        \u003ch3\u003ePortable Multi-Material Laser Engraver\u003c\/h3\u003e\n        \u003cp\u003e\n          The Z5 combines a compact aluminum body, 180-degree rotatable laser\n          head and flexible operating design. The dual-light-source version\n          expands its capabilities by integrating both infrared and blue diode\n          laser technologies into one machine.\n        \u003c\/p\u003e\n\n        \u003cdiv class=\"z5-overview-points\"\u003e\n          \u003cdiv class=\"z5-overview-point\"\u003e\n            \u003cstrong\u003e2W + 5W\u003c\/strong\u003e\n            \u003cspan\u003eDual laser configuration\u003c\/span\u003e\n          \u003c\/div\u003e\n\n          \u003cdiv class=\"z5-overview-point\"\u003e\n            \u003cstrong\u003e70 × 70mm\u003c\/strong\u003e\n            \u003cspan\u003eEngraving area\u003c\/span\u003e\n          \u003c\/div\u003e\n\n          \u003cdiv class=\"z5-overview-point\"\u003e\n            \u003cstrong\u003eUp to 800mm\/s\u003c\/strong\u003e\n            \u003cspan\u003eEngraving speed\u003c\/span\u003e\n          \u003c\/div\u003e\n\n          \u003cdiv class=\"z5-overview-point\"\u003e\n            \u003cstrong\u003e180° Rotation\u003c\/strong\u003e\n            \u003cspan\u003eFlexible laser head\u003c\/span\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"z5-table-shell\" role=\"region\" aria-label=\"Z5 technical specifications\" tabindex=\"0\"\u003e\n      \u003ctable class=\"z5-table\"\u003e\n        \u003ccolgroup\u003e\n          \u003ccol style=\"width: 25%;\"\u003e\n          \u003ccol style=\"width: 37.5%;\"\u003e\n          \u003ccol style=\"width: 37.5%;\"\u003e\n        \u003c\/colgroup\u003e\n\n        \u003cthead\u003e\n          \u003ctr\u003e\n            \u003cth scope=\"col\"\u003eSpecification\u003c\/th\u003e\n            \u003cth scope=\"col\"\u003eSingle Light Source\u003c\/th\u003e\n            \u003cth scope=\"col\"\u003eDual Light Source\u003c\/th\u003e\n          \u003c\/tr\u003e\n        \u003c\/thead\u003e\n\n        \u003ctbody\u003e\n          \u003ctr\u003e\n            \u003ctd\u003eLaser Sources\u003c\/td\u003e\n            \u003ctd\u003eOne infrared laser source\u003c\/td\u003e\n            \u003ctd\u003eInfrared laser + blue diode laser\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003ctd\u003eLaser Power\u003c\/td\u003e\n            \u003ctd\u003e2W infrared\u003c\/td\u003e\n            \u003ctd\u003e2W infrared + 5W blue diode\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003ctd\u003eLaser Wavelength\u003c\/td\u003e\n            \u003ctd\u003e1064nm\u003c\/td\u003e\n            \u003ctd\u003e1064nm + 455nm\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003ctd\u003eTotal Power\u003c\/td\u003e\n            \u003ctd\u003e\u0026lt;200W\u003c\/td\u003e\n            \u003ctd\u003e\u0026lt;200W\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003ctd\u003eBody Material\u003c\/td\u003e\n            \u003ctd\u003eHigh-strength anodized aluminum\u003c\/td\u003e\n            \u003ctd\u003eHigh-strength anodized aluminum\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003ctd\u003eFocusing Method\u003c\/td\u003e\n            \u003ctd\u003eDual red-light manual focus\u003c\/td\u003e\n            \u003ctd\u003eAuto focus\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003ctd\u003eConnectivity\u003c\/td\u003e\n            \u003ctd\u003eWindows software connection\u003c\/td\u003e\n            \u003ctd\u003eBluetooth; Android, iOS, Windows and macOS\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003ctd\u003ePower Supply\u003c\/td\u003e\n            \u003ctd\u003e12V \/ 10A DC\u003c\/td\u003e\n            \u003ctd\u003e12V \/ 10A DC\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003ctd\u003eCooling Method\u003c\/td\u003e\n            \u003ctd\u003eAir cooling\u003c\/td\u003e\n            \u003ctd\u003eAir cooling\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003ctd\u003eEngraving Area\u003c\/td\u003e\n            \u003ctd\u003e70 × 70mm\u003c\/td\u003e\n            \u003ctd\u003e70 × 70mm\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003ctd\u003eInfrared Accuracy\u003c\/td\u003e\n            \u003ctd\u003e≤0.01mm\u003c\/td\u003e\n            \u003ctd\u003e≤0.01mm\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003ctd\u003eBlue Laser Accuracy\u003c\/td\u003e\n            \u003ctd\u003eNot applicable\u003c\/td\u003e\n            \u003ctd\u003e0.05mm\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003ctd\u003eMaximum Speed\u003c\/td\u003e\n            \u003ctd\u003e800mm\/s\u003c\/td\u003e\n            \u003ctd\u003e800mm\/s\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003ctd\u003eProduct Dimensions\u003c\/td\u003e\n            \u003ctd\u003e286 × 190 × 313mm\u003c\/td\u003e\n            \u003ctd\u003e286 × 190 × 313mm\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003ctd\u003eProduct Weight\u003c\/td\u003e\n            \u003ctd\u003e5.7kg\u003c\/td\u003e\n            \u003ctd\u003e5.7kg\u003c\/td\u003e\n          \u003c\/tr\u003e\n        \u003c\/tbody\u003e\n      \u003c\/table\u003e\n    \u003c\/div\u003e\n\n    \u003cp class=\"z5-scroll-hint\"\u003eSwipe left or right to view all specifications.\u003c\/p\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- Materials --\u003e\n  \u003csection class=\"z5-section\" aria-labelledby=\"z5-materials-heading\"\u003e\n    \u003cdiv class=\"z5-section-heading\"\u003e\n      \u003ch2 id=\"z5-materials-heading\"\u003eCompatible Materials\u003c\/h2\u003e\n      \u003cp\u003e\n        Select the appropriate laser source according to the material and\n        processing requirement.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"z5-material-grid\"\u003e\n      \u003carticle class=\"z5-material-card\"\u003e\n        \u003cspan class=\"z5-material-label\"\u003e2W INFRARED\u003c\/span\u003e\n        \u003ch3\u003eMetal and Plastic Marking\u003c\/h3\u003e\n        \u003cp\u003e\n          Suitable for stainless steel, aluminum, coated metal, anodized\n          aluminum, gold, silver, copper, titanium, hard plastic, PVC,\n          electronic components and other compatible materials.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"z5-material-card\"\u003e\n        \u003cspan class=\"z5-material-label\"\u003e5W BLUE DIODE\u003c\/span\u003e\n        \u003ch3\u003eNon-Metal Engraving and Cutting\u003c\/h3\u003e\n        \u003cp\u003e\n          Suitable for engraving wood, bamboo, leather, paper, fabric,\n          cardboard, selected acrylic, ceramic and coated surfaces. It can also\n          cut selected thin wood, leather, paper, fabric and dark acrylic.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"z5-material-note\"\u003e\n      \u003cstrong\u003eMaterial notice:\u003c\/strong\u003e Actual results depend on material\n      composition, color, thickness, focus and processing parameters. Always\n      run a small material test before production. Transparent, white and some\n      light-colored acrylic materials may not absorb the 455nm blue laser\n      effectively.\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n\u003c\/div\u003e","brand":"Carverall","offers":[{"title":"Default Title","offer_id":50202077823291,"sku":"CAZ5","price":5173.0,"currency_code":"BRL","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0921\/1363\/3595\/files\/CarverallZ5ProductImage1.png?v=1773367621","url":"https:\/\/www.carverall.com\/pt-br\/products\/carverall-z5-fiber-laser-engraver-machine-dual-light-source","provider":"Carverall","version":"1.0","type":"link"}