{"title":"Laser \u0026 Crafting Materials","description":null,"products":[{"product_id":"bambu-lab-laser-material-starter-pack-for-r1","title":"Bambu Lab Laser Material Starter Pack (For R1)","description":"\u003cstyle\u003e\n  .r1mat {\n    --text: #171717;\n    --muted: #5e5e5e;\n    --bg-soft: #f7f7f7;\n    --bg-white: #ffffff;\n    --border: #e4e4e4;\n\n    max-width: 1200px;\n    margin: 0 auto;\n    color: var(--text);\n    font-family: Arial, Helvetica, sans-serif;\n    line-height: 1.6;\n  }\n\n  .r1mat * {\n    box-sizing: border-box;\n  }\n\n  .r1mat-section {\n    margin-bottom: 56px;\n  }\n\n  .r1mat-content {\n    max-width: 940px;\n    margin-left: auto;\n    margin-right: auto;\n  }\n\n  .r1mat-center {\n    text-align: center;\n  }\n\n  \/* ГОЛОВНЕ: щоб тема не обрізала картинки *\/\n  .r1mat img,\n  .r1mat .r1mat-image {\n    display: block !important;\n    width: 100% !important;\n    max-width: 100% !important;\n    height: auto !important;\n    max-height: none !important;\n    min-height: 0 !important;\n    object-fit: contain !important;\n    aspect-ratio: auto !important;\n    border: 0;\n    border-radius: 16px;\n    overflow: visible !important;\n  }\n\n  .r1mat-media {\n    margin-bottom: 28px;\n    overflow: visible !important;\n  }\n\n  .r1mat-eyebrow {\n    margin: 0 0 10px;\n    font-size: 14px;\n    line-height: 1.4;\n    font-weight: 700;\n    letter-spacing: 1.4px;\n    text-transform: uppercase;\n    color: var(--text);\n  }\n\n  .r1mat-title {\n    margin: 0 0 18px;\n    font-size: 38px;\n    line-height: 1.15;\n    font-weight: 700;\n    color: var(--text);\n  }\n\n  .r1mat-heading {\n    margin: 0 0 14px;\n    font-size: 30px;\n    line-height: 1.25;\n    font-weight: 700;\n    color: var(--text);\n  }\n\n  .r1mat-text {\n    margin: 0;\n    font-size: 17px;\n    line-height: 1.65;\n    color: var(--muted);\n  }\n\n  .r1mat-stats {\n    display: grid;\n    grid-template-columns: repeat(4, minmax(0, 1fr));\n    gap: 14px;\n  }\n\n  .r1mat-stat {\n    padding: 26px 18px;\n    background: var(--bg-soft);\n    border: 1px solid var(--border);\n    border-radius: 14px;\n    text-align: center;\n  }\n\n  .r1mat-stat-value {\n    margin-bottom: 6px;\n    font-size: 29px;\n    line-height: 1.2;\n    font-weight: 700;\n    color: var(--text);\n  }\n\n  .r1mat-stat-label {\n    font-size: 14px;\n    line-height: 1.45;\n    color: var(--muted);\n  }\n\n  .r1mat-feature {\n    padding: 42px 30px;\n    background: var(--bg-soft);\n    border: 1px solid var(--border);\n    border-radius: 18px;\n  }\n\n  .r1mat-three {\n    display: grid;\n    grid-template-columns: repeat(3, minmax(0, 1fr));\n    gap: 16px;\n  }\n\n  .r1mat-card {\n    padding: 25px;\n    background: #ffffff;\n    border: 1px solid var(--border);\n    border-radius: 14px;\n  }\n\n  .r1mat-card h3 {\n    margin: 0 0 9px;\n    font-size: 20px;\n    line-height: 1.3;\n    color: var(--text);\n  }\n\n  .r1mat-card p {\n    margin: 0;\n    font-size: 16px;\n    line-height: 1.55;\n    color: var(--muted);\n  }\n\n  .r1mat-materials {\n    display: grid;\n    grid-template-columns: repeat(4, minmax(0, 1fr));\n    gap: 14px;\n  }\n\n  .r1mat-material {\n    padding: 22px 16px;\n    background: #ffffff;\n    border: 1px solid var(--border);\n    border-radius: 14px;\n    text-align: center;\n  }\n\n  .r1mat-material strong {\n    display: block;\n    margin-bottom: 5px;\n    font-size: 17px;\n    color: var(--text);\n  }\n\n  .r1mat-material span {\n    font-size: 14px;\n    color: var(--muted);\n  }\n\n  .r1mat-table-wrap {\n    overflow-x: auto;\n  }\n\n  .r1mat-table {\n    width: 100%;\n    border-collapse: collapse;\n    font-size: 15px;\n    color: var(--text);\n    background: #ffffff;\n  }\n\n  .r1mat-table th,\n  .r1mat-table td {\n    padding: 15px 14px;\n    border-bottom: 1px solid var(--border);\n    text-align: left;\n    vertical-align: top;\n  }\n\n  .r1mat-table th {\n    background: var(--bg-soft);\n    font-weight: 700;\n  }\n\n  .r1mat-table td:first-child {\n    font-weight: 600;\n  }\n\n  .r1mat-tip-list {\n    margin: 0;\n    padding: 0;\n    list-style: none;\n  }\n\n  .r1mat-tip-list li {\n    position: relative;\n    margin-bottom: 12px;\n    padding: 18px 18px 18px 46px;\n    background: var(--bg-soft);\n    border: 1px solid var(--border);\n    border-radius: 12px;\n    font-size: 16px;\n    line-height: 1.55;\n    color: var(--muted);\n  }\n\n  .r1mat-tip-list li::before {\n    content: \"✓\";\n    position: absolute;\n    left: 18px;\n    top: 17px;\n    font-weight: 700;\n    color: var(--text);\n  }\n\n  .r1mat-warning {\n    padding: 28px;\n    background: #f5f5f5;\n    border: 1px solid #d8d8d8;\n    border-radius: 14px;\n  }\n\n  .r1mat-warning h3 {\n    margin: 0 0 9px;\n    font-size: 20px;\n    color: var(--text);\n  }\n\n  .r1mat-warning p {\n    margin: 0;\n    font-size: 15px;\n    line-height: 1.6;\n    color: var(--muted);\n  }\n\n  .r1mat-final {\n    padding: 44px 30px;\n    background: var(--bg-soft);\n    border: 1px solid var(--border);\n    border-radius: 18px;\n    text-align: center;\n  }\n\n  .r1mat-note {\n    margin: 15px 0 0;\n    font-size: 13px;\n    line-height: 1.55;\n    color: #777777;\n  }\n\n  @media (max-width: 900px) {\n    .r1mat-stats,\n    .r1mat-materials {\n      grid-template-columns: repeat(2, minmax(0, 1fr));\n    }\n\n    .r1mat-three {\n      grid-template-columns: 1fr;\n    }\n  }\n\n  @media (max-width: 650px) {\n    .r1mat-section {\n      margin-bottom: 40px;\n    }\n\n    .r1mat-title {\n      font-size: 30px;\n    }\n\n    .r1mat-heading {\n      font-size: 25px;\n    }\n\n    .r1mat-text {\n      font-size: 16px;\n    }\n\n    .r1mat-stats,\n    .r1mat-materials {\n      grid-template-columns: 1fr;\n    }\n\n    .r1mat-feature,\n    .r1mat-final {\n      padding: 28px 20px;\n    }\n\n    .r1mat-table th,\n    .r1mat-table td {\n      padding: 12px 10px;\n    }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"r1mat\"\u003e\n\u003c!-- HERO --\u003e\n\u003csection class=\"r1mat-section\"\u003e\n\u003cdiv class=\"r1mat-content r1mat-center\"\u003e\n\u003cp class=\"r1mat-eyebrow\"\u003eBambu Lab Laser Material Starter Pack for R1\u003c\/p\u003e\n\u003cdiv class=\"r1mat-media\"\u003e\u003cimg class=\"r1mat-image\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0760\/0157\/5189\/files\/banner-pc.png?v=1790252885\" alt=\"Bambu Lab Laser Material Starter Pack for R1\"\u003e\u003c\/div\u003e\n\u003ch2 class=\"r1mat-title\"\u003eStart Creating with 56 Ready-to-Use Laser Materials\u003c\/h2\u003e\n\u003cp class=\"r1mat-text\"\u003eThe Bambu Lab Laser Material Starter Pack for R1 is an all-in-one collection designed for exploring laser cutting and engraving from the very first project. With plywood, acrylic, cork, leatherette, aluminum cards and cardstock in one set, it provides a practical selection of materials for prototypes, decorative projects, personalized gifts and creative experiments with the Bambu Lab R1.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- KEY INFO --\u003e\n\u003csection class=\"r1mat-section\"\u003e\n\u003cdiv class=\"r1mat-stats\"\u003e\n\u003cdiv class=\"r1mat-stat\"\u003e\n\u003cdiv class=\"r1mat-stat-value\"\u003e7\u003c\/div\u003e\n\u003cdiv class=\"r1mat-stat-label\"\u003eMaterial Categories\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"r1mat-stat\"\u003e\n\u003cdiv class=\"r1mat-stat-value\"\u003e56\u003c\/div\u003e\n\u003cdiv class=\"r1mat-stat-label\"\u003ePieces in the Pack\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"r1mat-stat\"\u003e\n\u003cdiv class=\"r1mat-stat-value\"\u003eR1\u003c\/div\u003e\n\u003cdiv class=\"r1mat-stat-label\"\u003eDesigned for Bambu Lab R1\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"r1mat-stat\"\u003e\n\u003cdiv class=\"r1mat-stat-value\"\u003eZE018\u003c\/div\u003e\n\u003cdiv class=\"r1mat-stat-label\"\u003eProduct Code\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- ALL IN ONE --\u003e\n\u003csection class=\"r1mat-section\"\u003e\n\u003cdiv class=\"r1mat-media\"\u003e\u003cimg class=\"r1mat-image\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0760\/0157\/5189\/files\/Laser_Material_-_Starter_Pack.png?v=1790252670\" alt=\"Materials included in Bambu Lab Laser Material Starter Pack for R1\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"r1mat-content r1mat-center\"\u003e\n\u003ch2 class=\"r1mat-heading\"\u003eTrue All-in-One\u003c\/h2\u003e\n\u003cp class=\"r1mat-text\"\u003eExplore seven different material categories without building a collection piece by piece. The pack includes a balanced mix of laser cutting and engraving materials, giving beginners a convenient starting point while also providing experienced makers with useful materials for testing ideas and creating finished projects.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- MATERIAL TYPES --\u003e\n\u003csection class=\"r1mat-section\"\u003e\n\u003cdiv class=\"r1mat-feature\"\u003e\n\u003cdiv class=\"r1mat-content r1mat-center\" style=\"margin-bottom: 30px;\"\u003e\n\u003ch2 class=\"r1mat-heading\"\u003eSeven Materials to Explore\u003c\/h2\u003e\n\u003cp class=\"r1mat-text\"\u003eFrom structural plywood and acrylic to flexible leatherette and engravable aluminum cards, the Starter Pack gives you multiple ways to experiment with the R1.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"r1mat-materials\"\u003e\n\u003cdiv class=\"r1mat-material\"\u003e\n\u003cstrong\u003eBasswood Plywood\u003c\/strong\u003e\u003cspan\u003e6 pieces\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"r1mat-material\"\u003e\n\u003cstrong\u003eOrange Acrylic\u003c\/strong\u003e\u003cspan\u003e3 pieces\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"r1mat-material\"\u003e\n\u003cstrong\u003eClear Acrylic\u003c\/strong\u003e\u003cspan\u003e3 pieces\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"r1mat-material\"\u003e\n\u003cstrong\u003eCork Sheet\u003c\/strong\u003e\u003cspan\u003e4 pieces\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"r1mat-material\"\u003e\n\u003cstrong\u003ePU Leatherette\u003c\/strong\u003e\u003cspan\u003e5 pieces\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"r1mat-material\"\u003e\n\u003cstrong\u003eAluminum Cards\u003c\/strong\u003e\u003cspan\u003e10 pieces\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"r1mat-material\"\u003e\n\u003cstrong\u003eBlack Cardstock\u003c\/strong\u003e\u003cspan\u003e25 pieces\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- EASY TO USE --\u003e\n\u003csection class=\"r1mat-section\"\u003e\n\u003cdiv class=\"r1mat-media\"\u003e\u003cimg class=\"r1mat-image\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0760\/0157\/5189\/files\/Beginner-Friendly.png?v=1790253071\" alt=\"Bambu Suite laser material settings\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"r1mat-content r1mat-center\"\u003e\n\u003ch2 class=\"r1mat-heading\"\u003eEasy to Use, Beginner-Friendly\u003c\/h2\u003e\n\u003cp class=\"r1mat-text\"\u003eBambu Suite provides pre-tested calibration settings for the materials in the pack. Select the material and the desired processing effect, then use the matched parameters as the starting point for your project. This streamlined workflow reduces the time spent manually testing settings and helps new users get started more easily.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- PREMIUM QUALITY --\u003e\n\u003csection class=\"r1mat-section\"\u003e\n\u003cdiv class=\"r1mat-feature\"\u003e\n\u003cdiv class=\"r1mat-media\"\u003e\u003cimg class=\"r1mat-image\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0760\/0157\/5189\/files\/Premium_Quality.png?v=1790253113\" alt=\"Bambu Lab premium laser materials for R1\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"r1mat-content r1mat-center\" style=\"margin-bottom: 28px;\"\u003e\n\u003ch2 class=\"r1mat-heading\"\u003ePremium Materials for Consistent Results\u003c\/h2\u003e\n\u003cp class=\"r1mat-text\"\u003eBambu Lab materials are selected and quality controlled for stable laser-processing performance. The basswood plywood, for example, uses a consistent core structure designed to support smooth cutting and reduce uneven charring.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"r1mat-three\"\u003e\n\u003cdiv class=\"r1mat-card\"\u003e\n\u003ch3\u003eConsistent Material Quality\u003c\/h3\u003e\n\u003cp\u003eSelected materials help provide predictable cutting and engraving behavior across projects.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"r1mat-card\"\u003e\n\u003ch3\u003eReady for Creative Testing\u003c\/h3\u003e\n\u003cp\u003eMultiple material types make it easy to compare finishes, effects and applications with one kit.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"r1mat-card\"\u003e\n\u003ch3\u003eProtective Acrylic Film\u003c\/h3\u003e\n\u003cp\u003eAcrylic sheets are supplied with protective film to help keep their surface protected before processing.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- IN THE BOX --\u003e\n\u003csection class=\"r1mat-section\"\u003e\n\u003cdiv class=\"r1mat-content\"\u003e\n\u003ch2 class=\"r1mat-heading r1mat-center\" style=\"margin-bottom: 24px;\"\u003eIn the Box\u003c\/h2\u003e\n\u003cdiv class=\"r1mat-table-wrap\"\u003e\n\u003ctable class=\"r1mat-table\"\u003e\n\u003cthead\u003e\n\u003ctr\u003e\n\u003cth\u003eMaterial\u003c\/th\u003e\n\u003cth\u003eQuantity\u003c\/th\u003e\n\u003cth\u003eSize\u003c\/th\u003e\n\u003cth\u003eThickness\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003c\/thead\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003e3mm Basswood Plywood\u003c\/td\u003e\n\u003ctd\u003e6 pcs\u003c\/td\u003e\n\u003ctd\u003e300 × 300 mm\u003c\/td\u003e\n\u003ctd\u003e3 ± 0.2 mm\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e3mm Orange Opaque Glossy Acrylic\u003c\/td\u003e\n\u003ctd\u003e3 pcs\u003c\/td\u003e\n\u003ctd\u003e300 × 300 mm\u003c\/td\u003e\n\u003ctd\u003e3 ± 0.25 mm\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e3mm Clear Glossy Acrylic\u003c\/td\u003e\n\u003ctd\u003e3 pcs\u003c\/td\u003e\n\u003ctd\u003e300 × 300 mm\u003c\/td\u003e\n\u003ctd\u003e3 ± 0.25 mm\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e2mm Cork Sheet\u003c\/td\u003e\n\u003ctd\u003e4 pcs\u003c\/td\u003e\n\u003ctd\u003e300 × 300 mm\u003c\/td\u003e\n\u003ctd\u003e2 ± 0.3 mm\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eBlack Pebbled PU Leatherette Fabric\u003c\/td\u003e\n\u003ctd\u003e5 pcs\u003c\/td\u003e\n\u003ctd\u003e300 × 300 mm\u003c\/td\u003e\n\u003ctd\u003e0.5 mm\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e0.4mm Black Aluminum Office Card\u003c\/td\u003e\n\u003ctd\u003e10 pcs\u003c\/td\u003e\n\u003ctd\u003e86 × 54 mm\u003c\/td\u003e\n\u003ctd\u003e0.4 mm\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eA4 250g Black Cardstock\u003c\/td\u003e\n\u003ctd\u003e25 pcs\u003c\/td\u003e\n\u003ctd\u003e210 × 297 mm\u003c\/td\u003e\n\u003ctd\u003e—\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003cp class=\"r1mat-note\"\u003eFor additional processing parameters, use the Material Library in Bambu Suite and select the required material and effect.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- IDEAS --\u003e\n\u003csection class=\"r1mat-section\"\u003e\n\u003cdiv class=\"r1mat-feature\"\u003e\n\u003cdiv class=\"r1mat-content r1mat-center\" style=\"margin-bottom: 30px;\"\u003e\n\u003ch2 class=\"r1mat-heading\"\u003eCreate, Test and Personalize\u003c\/h2\u003e\n\u003cp class=\"r1mat-text\"\u003eOne pack opens the door to a wide range of laser projects, from structural models and acrylic decorations to personalized cards and flexible material designs.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"r1mat-three\"\u003e\n\u003cdiv class=\"r1mat-card\"\u003e\n\u003ch3\u003eModels \u0026amp; Prototypes\u003c\/h3\u003e\n\u003cp\u003eUse basswood plywood and cardstock for models, layouts, prototypes and structural projects.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"r1mat-card\"\u003e\n\u003ch3\u003eSigns \u0026amp; Decor\u003c\/h3\u003e\n\u003cp\u003eExperiment with clear and colored acrylic, cork and other materials for decorative pieces and signage.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"r1mat-card\"\u003e\n\u003ch3\u003ePersonalization\u003c\/h3\u003e\n\u003cp\u003eCreate custom cards, labels, accessories and other personalized engraved projects.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- USING TIPS --\u003e\n\u003csection class=\"r1mat-section\"\u003e\n\u003cdiv class=\"r1mat-content\"\u003e\n\u003ch2 class=\"r1mat-heading r1mat-center\" style=\"margin-bottom: 24px;\"\u003eUsing Tips\u003c\/h2\u003e\n\u003cul class=\"r1mat-tip-list\"\u003e\n\u003cli\u003eAlways remain near the machine and monitor the laser engraving or cutting process.\u003c\/li\u003e\n\u003cli\u003eStore plywood in sealed bags when not in use to help maintain a stable moisture level and reduce deformation caused by humidity.\u003c\/li\u003e\n\u003cli\u003eRemove the protective film from acrylic sheets before laser processing.\u003c\/li\u003e\n\u003cli\u003eFor aluminum cards, using a Laser Grid Panel is recommended for a smoother engraving workflow.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- WARNING --\u003e\n\u003csection class=\"r1mat-section\"\u003e\n\u003cdiv class=\"r1mat-content\"\u003e\n\u003cdiv class=\"r1mat-warning\"\u003e\n\u003ch3\u003eImportant\u003c\/h3\u003e\n\u003cp\u003eOpaque glossy acrylic may release harmful gases during laser processing. Always ensure adequate ventilation and follow the material-processing and laser-safety guidance provided by Bambu Lab.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- FINAL --\u003e\n\u003csection class=\"r1mat-section\"\u003e\n\u003cdiv class=\"r1mat-final\"\u003e\n\u003ch2 class=\"r1mat-heading\"\u003eBambu Lab Laser Material Starter Pack for R1\u003c\/h2\u003e\n\u003cp class=\"r1mat-text\"\u003eA convenient starting collection for exploring the capabilities of the Bambu Lab R1. With 56 pieces across seven material categories, the Starter Pack gives you a practical selection for cutting, engraving, testing and developing new laser projects without having to source each material separately.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c\/div\u003e","brand":"Bambu Lab","offers":[{"title":"Default Title","offer_id":50202250084629,"sku":"R1-LASER-MATERIAL-STARTER-PACK","price":92.23,"currency_code":"USD","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0760\/0157\/5189\/files\/Laser_Material_-_Starter_Pack_-_2.png?v=1790252670"},{"product_id":"bambu-lab-3mm-clear-glossy-acrylic-3-pcs","title":"Bambu Lab 3mm Clear Glossy Acrylic (3 pcs)","description":"\u003cstyle\u003e\n  .acrylic-product {\n    --text: #171717;\n    --muted: #606060;\n    --bg: #f6f6f6;\n    --border: #e3e3e3;\n\n    max-width: 1200px;\n    margin: 0 auto;\n    font-family: Arial, Helvetica, sans-serif;\n    color: var(--text);\n    line-height: 1.6;\n  }\n\n  .acrylic-product * {\n    box-sizing: border-box;\n  }\n\n  .acrylic-section {\n    margin-bottom: 56px;\n  }\n\n  .acrylic-content {\n    max-width: 920px;\n    margin-left: auto;\n    margin-right: auto;\n  }\n\n  .acrylic-center {\n    text-align: center;\n  }\n\n  \/* PHOTOS *\/\n  .acrylic-image-wrap {\n    width: 100%;\n    margin: 0 0 30px;\n    overflow: hidden;\n    border-radius: 16px;\n  }\n\n  .acrylic-image {\n    display: block !important;\n    width: 100% !important;\n    max-width: 100% !important;\n    height: auto !important;\n    max-height: none !important;\n    object-fit: contain !important;\n    border-radius: 16px !important;\n  }\n\n  \/* TYPOGRAPHY *\/\n  .acrylic-eyebrow {\n    margin: 0 0 10px;\n    font-size: 14px;\n    line-height: 1.4;\n    font-weight: 700;\n    letter-spacing: 1.3px;\n    text-transform: uppercase;\n    color: var(--text);\n  }\n\n  .acrylic-title {\n    margin: 0 0 18px;\n    font-size: 38px;\n    line-height: 1.15;\n    font-weight: 700;\n    color: var(--text);\n  }\n\n  .acrylic-heading {\n    margin: 0 0 14px;\n    font-size: 30px;\n    line-height: 1.25;\n    font-weight: 700;\n    color: var(--text);\n  }\n\n  .acrylic-text {\n    margin: 0;\n    font-size: 17px;\n    line-height: 1.65;\n    color: var(--muted);\n  }\n\n  \/* STATS *\/\n  .acrylic-stats {\n    display: grid;\n    grid-template-columns: repeat(4, minmax(0, 1fr));\n    gap: 14px;\n  }\n\n  .acrylic-stat {\n    padding: 26px 18px;\n    background: var(--bg);\n    border: 1px solid var(--border);\n    border-radius: 14px;\n    text-align: center;\n  }\n\n  .acrylic-stat-value {\n    margin-bottom: 6px;\n    font-size: 28px;\n    line-height: 1.2;\n    font-weight: 700;\n    color: var(--text);\n  }\n\n  .acrylic-stat-label {\n    font-size: 14px;\n    line-height: 1.45;\n    color: var(--muted);\n  }\n\n  \/* FEATURE BLOCK *\/\n  .acrylic-feature {\n    padding: 38px 32px;\n    background: var(--bg);\n    border: 1px solid var(--border);\n    border-radius: 18px;\n  }\n\n  \/* TABLE *\/\n  .acrylic-table-wrap {\n    overflow-x: auto;\n    border: 1px solid var(--border);\n    border-radius: 14px;\n  }\n\n  .acrylic-table {\n    width: 100%;\n    min-width: 760px;\n    border-collapse: collapse;\n    background: #ffffff;\n    font-size: 15px;\n  }\n\n  .acrylic-table th,\n  .acrylic-table td {\n    padding: 16px 14px;\n    border-bottom: 1px solid var(--border);\n    border-right: 1px solid var(--border);\n    text-align: center;\n    vertical-align: middle;\n  }\n\n  .acrylic-table th:last-child,\n  .acrylic-table td:last-child {\n    border-right: none;\n  }\n\n  .acrylic-table tbody tr:last-child td {\n    border-bottom: none;\n  }\n\n  .acrylic-table th {\n    background: #eeeeee;\n    font-weight: 700;\n    color: var(--text);\n  }\n\n  .acrylic-table td {\n    color: var(--muted);\n  }\n\n  .acrylic-note {\n    margin: 18px auto 0;\n    max-width: 980px;\n    text-align: center;\n    font-size: 14px;\n    line-height: 1.55;\n    font-style: italic;\n    color: #6d6d6d;\n  }\n\n  \/* USING TIPS *\/\n  .acrylic-tips {\n    margin: 0;\n    padding: 0;\n    list-style: none;\n  }\n\n  .acrylic-tips li {\n    position: relative;\n    margin-bottom: 12px;\n    padding: 18px 20px 18px 48px;\n    background: var(--bg);\n    border: 1px solid var(--border);\n    border-radius: 12px;\n    font-size: 16px;\n    line-height: 1.55;\n    color: var(--muted);\n  }\n\n  .acrylic-tips li::before {\n    content: \"✓\";\n    position: absolute;\n    top: 17px;\n    left: 18px;\n    font-weight: 700;\n    color: var(--text);\n  }\n\n  @media (max-width: 900px) {\n    .acrylic-stats {\n      grid-template-columns: repeat(2, minmax(0, 1fr));\n    }\n  }\n\n  @media (max-width: 650px) {\n    .acrylic-section {\n      margin-bottom: 42px;\n    }\n\n    .acrylic-title {\n      font-size: 30px;\n    }\n\n    .acrylic-heading {\n      font-size: 25px;\n    }\n\n    .acrylic-text {\n      font-size: 16px;\n    }\n\n    .acrylic-stats {\n      grid-template-columns: 1fr;\n    }\n\n    .acrylic-feature {\n      padding: 28px 20px;\n    }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"acrylic-product\"\u003e\n\u003c!-- INTRO --\u003e\n\u003csection class=\"acrylic-section\"\u003e\n\u003cdiv class=\"acrylic-content acrylic-center\"\u003e\n\u003cp class=\"acrylic-eyebrow\"\u003eBambu Lab Laser Material\u003c\/p\u003e\n\u003ch2 class=\"acrylic-title\"\u003eBambu Clear Glossy Acrylic Sheet\u003c\/h2\u003e\n\u003cp class=\"acrylic-text\"\u003eBambu Clear Glossy Acrylic Sheet gives makers a polished, transparent base for signs, displays, décor, and personalized gifts. Its rigid acrylic construction delivers optical clarity with everyday strength, so projects look refined and hold their shape. Its cast acrylic construction is ideal for laser engraving and cutting, producing smoother edges and clearer engraved details, suitable for both polished business projects and weekend DIY builds.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- KEY SPECS --\u003e\n\u003csection class=\"acrylic-section\"\u003e\n\u003cdiv class=\"acrylic-stats\"\u003e\n\u003cdiv class=\"acrylic-stat\"\u003e\n\u003cdiv class=\"acrylic-stat-value\"\u003e3 mm\u003c\/div\u003e\n\u003cdiv class=\"acrylic-stat-label\"\u003eThickness\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"acrylic-stat\"\u003e\n\u003cdiv class=\"acrylic-stat-value\"\u003e300 × 300 mm\u003c\/div\u003e\n\u003cdiv class=\"acrylic-stat-label\"\u003eSheet Size\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"acrylic-stat\"\u003e\n\u003cdiv class=\"acrylic-stat-value\"\u003e3 pcs\u003c\/div\u003e\n\u003cdiv class=\"acrylic-stat-label\"\u003eQuantity\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"acrylic-stat\"\u003e\n\u003cdiv class=\"acrylic-stat-value\"\u003eTransparent\u003c\/div\u003e\n\u003cdiv class=\"acrylic-stat-label\"\u003eColor\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- PHOTO 1 \/ SUPERIOR QUALITY --\u003e\n\u003csection class=\"acrylic-section\"\u003e\n\u003cdiv class=\"acrylic-image-wrap\"\u003e\u003cimg class=\"acrylic-image\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0760\/0157\/5189\/files\/Superior_Quality.png?v=1790255236\" alt=\"Bambu Clear Glossy Acrylic Sheet project\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"acrylic-content acrylic-center\"\u003e\n\u003ch2 class=\"acrylic-heading\"\u003eSuperior Quality\u003c\/h2\u003e\n\u003cp class=\"acrylic-text\"\u003eClear, glossy acrylic gives signs, displays, and décor a glass-like finish without the fragility of glass. The durable sheet keeps signs, displays, and décor looking clean while standing up to everyday handling.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- PHOTO 2 \/ READY FOR LASER --\u003e\n\u003csection class=\"acrylic-section\"\u003e\n\u003cdiv class=\"acrylic-image-wrap\"\u003e\u003cimg class=\"acrylic-image\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0760\/0157\/5189\/files\/Ready_for_the_Laser.png?v=1790254810\" alt=\"Bambu Clear Glossy Acrylic Sheet in laser cutter\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"acrylic-feature\"\u003e\n\u003cdiv class=\"acrylic-content acrylic-center\"\u003e\n\u003ch2 class=\"acrylic-heading\"\u003eReady for the Laser\u003c\/h2\u003e\n\u003cp class=\"acrylic-text\"\u003eMade for CO₂ laser cutting and engraving, this acrylic helps turn detailed artwork into crisp finished pieces. Clean edges and a glossy finish help logos, names, and decorative details look sharp with less post-processing.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- PHOTO 3 \/ PROTECTIVE FILM --\u003e\n\u003csection class=\"acrylic-section\"\u003e\n\u003cdiv class=\"acrylic-image-wrap\"\u003e\u003cimg class=\"acrylic-image\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0760\/0157\/5189\/files\/Protective_Film_for_a_Flawless_Start.png?v=1790255210\" alt=\"Protective film on Bambu Clear Glossy Acrylic Sheet\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"acrylic-content acrylic-center\"\u003e\n\u003ch2 class=\"acrylic-heading\"\u003eProtective Film for a Flawless Start\u003c\/h2\u003e\n\u003cp class=\"acrylic-text\"\u003eBambu Clear Glossy Acrylic Sheet comes with protective film on both sides, safeguarding the surface from scratches and ensuring it arrives in pristine condition.\u003c\/p\u003e\n\u003cp class=\"acrylic-text\" style=\"margin-top: 14px;\"\u003e\u003cstrong style=\"color: #171717;\"\u003e Be sure to remove the protective film before processing.\u003c\/strong\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- PHOTO 4 \/ CONSISTENCY --\u003e\n\u003csection class=\"acrylic-section\"\u003e\n\u003cdiv class=\"acrylic-image-wrap\"\u003e\u003cimg class=\"acrylic-image\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0760\/0157\/5189\/files\/Engineered_for_Consistency.png?v=1790255184\" alt=\"Bambu Clear Glossy Acrylic Sheet thickness tolerance\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"acrylic-feature\"\u003e\n\u003cdiv class=\"acrylic-content acrylic-center\"\u003e\n\u003ch2 class=\"acrylic-heading\"\u003eEngineered for Consistency: Tight Thickness Tolerance, Every Sheet\u003c\/h2\u003e\n\u003cp class=\"acrylic-text\"\u003eBambu Clear Glossy Acrylic Sheet is guaranteed for reliable quality and consistency. By precisely controlling thickness, it minimizes variations in each sheet, improving the consistency of your projects and making assembly easier. Whether crafting intricate décor or mass-producing for your business, you can rely on Bambu Acrylic sheets for smooth, uniform cuts and stress-free accuracy.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- PHOTO 5 \/ DIY --\u003e\n\u003csection class=\"acrylic-section\"\u003e\n\u003cdiv class=\"acrylic-image-wrap\"\u003e\u003cimg class=\"acrylic-image\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0760\/0157\/5189\/files\/DIY_Without_Limits.png?v=1790254828\" alt=\"DIY projects made with Bambu Clear Glossy Acrylic Sheet\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"acrylic-content acrylic-center\"\u003e\n\u003ch2 class=\"acrylic-heading\"\u003eDIY Without Limits\u003c\/h2\u003e\n\u003cp class=\"acrylic-text\"\u003eFrom personalized gifts to home décor and small business signage, each sheet gives makers room to test, cut, and build. The 3-piece pack keeps extra material on hand for prototypes, replacements, or matching sets.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- PRODUCT SPECIFICATIONS --\u003e\n\u003csection class=\"acrylic-section\"\u003e\n\u003cdiv class=\"acrylic-content\"\u003e\n\u003ch2 class=\"acrylic-heading acrylic-center\" style=\"margin-bottom: 24px;\"\u003eProduct Specifications\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"acrylic-table-wrap\"\u003e\n\u003ctable class=\"acrylic-table\"\u003e\n\u003cthead\u003e\n\u003ctr\u003e\n\u003cth\u003eProduct ID\u003c\/th\u003e\n\u003cth\u003eColor\u003c\/th\u003e\n\u003cth\u003eProduct Dimension (mm)\u003c\/th\u003e\n\u003cth\u003eThickness (mm)\u003c\/th\u003e\n\u003cth\u003eQuantity\u003c\/th\u003e\n\u003cth\u003eProcessing Mode\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003c\/thead\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003eYB006\u003c\/td\u003e\n\u003ctd\u003eTransparent\u003c\/td\u003e\n\u003ctd\u003e300 × 300\u003c\/td\u003e\n\u003ctd\u003e3 ± 0.25\u003c\/td\u003e\n\u003ctd\u003e3 pcs\u003c\/td\u003e\n\u003ctd\u003eCO₂ Laser-Engraving,\u003cbr\u003eCO₂ Laser-Cutting\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003cp class=\"acrylic-note\"\u003eFor more material processing information, please view the Material Library in Bambu Suite. Simply select your desired effect, and all settings will be auto-matched.\u003c\/p\u003e\n\u003c\/section\u003e\n\u003c!-- USING TIPS --\u003e\n\u003csection class=\"acrylic-section\"\u003e\n\u003cdiv class=\"acrylic-content\"\u003e\n\u003ch2 class=\"acrylic-heading acrylic-center\" style=\"margin-bottom: 24px;\"\u003eUsing Tips\u003c\/h2\u003e\n\u003cul class=\"acrylic-tips\"\u003e\n\u003cli\u003eEnsure that a person is always present to closely monitor the machine throughout the laser engraving and cutting process.\u003c\/li\u003e\n\u003cli\u003eCheck the material information for the laser module before processing.\u003c\/li\u003e\n\u003cli\u003ePlease remove the protective film before processing.\u003c\/li\u003e\n\u003cli\u003eEnsure proper ventilation in the processing environment and consider using a high-efficiency air purification system for optimal air quality.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c\/div\u003e","brand":"Bambu Lab","offers":[{"title":"Default Title","offer_id":50202283376917,"sku":"YB006","price":17.89,"currency_code":"USD","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0760\/0157\/5189\/files\/BBL_MAIN_MAT_LASR_YB005_with_tag_1.png?v=1790254236"},{"product_id":"bambu-lab-laser-material-starter-pack-for-r1-copy","title":"Bambu Lab 3mm Laser Plywood \u0026 Bamboo Trial Kit (30pcs)","description":"\u003cstyle\u003e\n  .conveyor-product {\n    --text: #171717;\n    --muted: #606060;\n    --bg: #f6f6f6;\n    --border: #e3e3e3;\n\n    max-width: 1200px;\n    margin: 0 auto;\n    font-family: Arial, Helvetica, sans-serif;\n    color: var(--text);\n    line-height: 1.6;\n  }\n\n  .conveyor-product * {\n    box-sizing: border-box;\n  }\n\n  .conveyor-section {\n    margin-bottom: 56px;\n  }\n\n  .conveyor-content {\n    max-width: 920px;\n    margin-left: auto;\n    margin-right: auto;\n  }\n\n  .conveyor-center {\n    text-align: center;\n  }\n\n  \/* IMAGES *\/\n  .conveyor-image-wrap {\n    width: 100%;\n    margin: 0 0 30px;\n    overflow: hidden;\n    border-radius: 16px;\n  }\n\n  .conveyor-image {\n    display: block !important;\n    width: 100% !important;\n    max-width: 100% !important;\n    height: auto !important;\n    max-height: none !important;\n    object-fit: contain !important;\n    border-radius: 16px !important;\n  }\n\n  \/* TYPOGRAPHY *\/\n  .conveyor-eyebrow {\n    margin: 0 0 10px;\n    font-size: 14px;\n    line-height: 1.4;\n    font-weight: 700;\n    letter-spacing: 1.3px;\n    text-transform: uppercase;\n    color: var(--text);\n  }\n\n  .conveyor-title {\n    margin: 0 0 18px;\n    font-size: 38px;\n    line-height: 1.15;\n    font-weight: 700;\n    color: var(--text);\n  }\n\n  .conveyor-heading {\n    margin: 0 0 14px;\n    font-size: 30px;\n    line-height: 1.25;\n    font-weight: 700;\n    color: var(--text);\n  }\n\n  .conveyor-text {\n    margin: 0;\n    font-size: 17px;\n    line-height: 1.65;\n    color: var(--muted);\n  }\n\n  \/* TOP CARDS *\/\n  .conveyor-stats {\n    display: grid;\n    grid-template-columns: repeat(4, minmax(0, 1fr));\n    gap: 14px;\n  }\n\n  .conveyor-stat {\n    padding: 26px 18px;\n    background: var(--bg);\n    border: 1px solid var(--border);\n    border-radius: 14px;\n    text-align: center;\n  }\n\n  .conveyor-stat-value {\n    margin-bottom: 6px;\n    font-size: 26px;\n    line-height: 1.2;\n    font-weight: 700;\n    color: var(--text);\n  }\n\n  .conveyor-stat-label {\n    font-size: 14px;\n    line-height: 1.45;\n    color: var(--muted);\n  }\n\n  \/* FEATURE BOX *\/\n  .conveyor-feature {\n    padding: 40px 32px;\n    background: var(--bg);\n    border: 1px solid var(--border);\n    border-radius: 18px;\n  }\n\n  \/* TABLE *\/\n  .conveyor-table-wrap {\n    width: 100%;\n    overflow-x: auto;\n    border: 1px solid var(--border);\n    border-radius: 14px;\n    background: #ffffff;\n  }\n\n  .conveyor-table {\n    width: 100%;\n    border-collapse: collapse;\n    background: #ffffff;\n    font-size: 15px;\n  }\n\n  .conveyor-table th,\n  .conveyor-table td {\n    padding: 15px 16px;\n    border-bottom: 1px solid var(--border);\n    border-right: 1px solid var(--border);\n    vertical-align: middle;\n  }\n\n  .conveyor-table th:last-child,\n  .conveyor-table td:last-child {\n    border-right: none;\n  }\n\n  .conveyor-table tr:last-child th,\n  .conveyor-table tr:last-child td {\n    border-bottom: none;\n  }\n\n  .conveyor-table thead th {\n    background: #343434;\n    color: #ffffff;\n    font-weight: 700;\n    text-align: center;\n  }\n\n  .conveyor-table tbody th {\n    width: 38%;\n    background: #f7f7f7;\n    color: var(--text);\n    font-weight: 700;\n    text-align: center;\n  }\n\n  .conveyor-table tbody td {\n    background: #ffffff;\n    color: var(--muted);\n    text-align: center;\n  }\n\n  .mobile-label {\n    display: none;\n  }\n\n  @media (max-width: 900px) {\n    .conveyor-stats {\n      grid-template-columns: repeat(2, minmax(0, 1fr));\n    }\n  }\n\n  @media (max-width: 650px) {\n    .conveyor-product {\n      width: 100%;\n      padding: 0 14px;\n    }\n\n    .conveyor-section {\n      margin-bottom: 42px;\n    }\n\n    .conveyor-title {\n      font-size: 30px;\n    }\n\n    .conveyor-heading {\n      font-size: 25px;\n    }\n\n    .conveyor-text {\n      font-size: 16px;\n    }\n\n    .conveyor-stats {\n      grid-template-columns: 1fr;\n      gap: 12px;\n    }\n\n    .conveyor-stat {\n      padding: 22px 18px;\n    }\n\n    .conveyor-feature {\n      padding: 28px 20px;\n    }\n\n    .conveyor-table-wrap {\n      overflow: visible;\n      border: none;\n      background: transparent;\n    }\n\n    .conveyor-table,\n    .conveyor-table tbody {\n      display: block;\n      width: 100%;\n    }\n\n    .conveyor-table thead {\n      display: none;\n    }\n\n    .conveyor-table tbody tr {\n      display: block;\n      width: 100%;\n      margin-bottom: 14px;\n      overflow: hidden;\n      border: 1px solid var(--border);\n      border-radius: 14px;\n      background: #ffffff;\n    }\n\n    .conveyor-table tbody th,\n    .conveyor-table tbody td {\n      display: block;\n      width: 100% !important;\n      padding: 14px 16px;\n      border: none;\n      text-align: left;\n    }\n\n    .conveyor-table tbody th {\n      background: #f3f3f3;\n      border-bottom: 1px solid var(--border);\n    }\n\n    .mobile-label {\n      display: block;\n      margin-bottom: 6px;\n      font-size: 11px;\n      font-weight: 700;\n      letter-spacing: 0.7px;\n      text-transform: uppercase;\n      color: #999999;\n    }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"conveyor-product\"\u003e\n\u003c!-- INTRO --\u003e\n\u003csection class=\"conveyor-section\"\u003e\n\u003cdiv class=\"conveyor-content conveyor-center\"\u003e\n\u003cp class=\"conveyor-eyebrow\"\u003eBambu Lab Laser Materials\u003c\/p\u003e\n\u003ch2 class=\"conveyor-title\"\u003e3mm Laser Plywood \u0026amp; Bamboo Trial Kit\u003c\/h2\u003e\n\u003cp class=\"conveyor-text\"\u003eUnlock more possibilities for laser crafting with the Bambu Lab 3mm Laser Plywood \u0026amp; Bamboo Trial Kit. The set brings together 30 premium boards across five popular materials — Basswood, Sapele, Black Walnut, Birch and Bamboo — giving you an easy way to explore different textures, colors and finishes for cutting and engraving. It is suitable both for first projects and for experimenting with more advanced multi-material designs.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- TOP CARDS --\u003e\n\u003csection class=\"conveyor-section\"\u003e\n\u003cdiv class=\"conveyor-stats\"\u003e\n\u003cdiv class=\"conveyor-stat\"\u003e\n\u003cdiv class=\"conveyor-stat-value\"\u003e30 pcs\u003c\/div\u003e\n\u003cdiv class=\"conveyor-stat-label\"\u003eBoards Included\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"conveyor-stat\"\u003e\n\u003cdiv class=\"conveyor-stat-value\"\u003e5\u003c\/div\u003e\n\u003cdiv class=\"conveyor-stat-label\"\u003eMaterial Types\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"conveyor-stat\"\u003e\n\u003cdiv class=\"conveyor-stat-value\"\u003e3 ± 0.2 mm\u003c\/div\u003e\n\u003cdiv class=\"conveyor-stat-label\"\u003ePrecise Thickness\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"conveyor-stat\"\u003e\n\u003cdiv class=\"conveyor-stat-value\"\u003eCodeSync\u003c\/div\u003e\n\u003cdiv class=\"conveyor-stat-label\"\u003eAuto-Matched Settings\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- IMAGE 1 --\u003e\n\u003csection class=\"conveyor-section\"\u003e\n\u003cdiv class=\"conveyor-image-wrap\"\u003e\u003cimg class=\"conveyor-image\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0760\/0157\/5189\/files\/B-ZH091-PC.jpg?v=1790260566\" alt=\"Bambu Lab 3mm Laser Plywood and Bamboo Trial Kit creative projects\"\u003e\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- 5 MATERIALS --\u003e\n\u003csection class=\"conveyor-section\"\u003e\n\u003cdiv class=\"conveyor-feature\"\u003e\n\u003cdiv class=\"conveyor-content conveyor-center\"\u003e\n\u003ch2 class=\"conveyor-heading\"\u003e5 Materials in One Kit\u003c\/h2\u003e\n\u003cp class=\"conveyor-text\"\u003eThe kit contains five different material options: Basswood Plywood, Sapele Plywood, Black Walnut Plywood, Birch Plywood and Bamboo Board. Each material brings its own natural color, grain pattern and character, giving you more freedom to choose the right finish for models, decorations, functional objects and detailed laser projects.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- IMAGE 2 --\u003e\n\u003csection class=\"conveyor-section\"\u003e\n\u003cdiv class=\"conveyor-image-wrap\"\u003e\u003cimg class=\"conveyor-image\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0760\/0157\/5189\/files\/333_15e5f312-1fca-4ddb-86cb-c043e3478d3e.jpg?v=1790260581\" alt=\"Five materials included in Bambu Lab Laser Plywood and Bamboo Trial Kit\"\u003e\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- VALUE --\u003e\n\u003csection class=\"conveyor-section\"\u003e\n\u003cdiv class=\"conveyor-content conveyor-center\"\u003e\n\u003ch2 class=\"conveyor-heading\"\u003eUnparalleled Value\u003c\/h2\u003e\n\u003cp class=\"conveyor-text\"\u003eWith 30 boards in one set, the Trial Kit gives you enough material to explore a variety of project types without purchasing each wood separately. Six sheets of every material make it easy to compare finishes, test settings and combine different plywoods and bamboo within the same design.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- IMAGE 3 --\u003e\u003c!-- CODESYNC --\u003e\n\u003csection class=\"conveyor-section\"\u003e\n\u003cdiv class=\"conveyor-feature\"\u003e\n\u003cdiv class=\"conveyor-content conveyor-center\"\u003e\n\u003ch2 class=\"conveyor-heading\"\u003eSync in Seconds with CodeSync\u003c\/h2\u003e\n\u003cp class=\"conveyor-text\"\u003eCodeSync automatically synchronizes Bambu material data with Bambu Suite, helping you quickly access suitable laser processing settings. Simply load the material, select the desired effect and start creating without manually searching through complex parameter databases.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- APPLICATIONS --\u003e\n\u003csection class=\"conveyor-section\"\u003e\n\u003cdiv class=\"conveyor-content conveyor-center\"\u003e\n\u003ch2 class=\"conveyor-heading\"\u003eUnlock Endless Possibilities\u003c\/h2\u003e\n\u003cp class=\"conveyor-text\"\u003eFrom detailed craft projects and puzzles to home décor, customized artwork, wooden organizers and decorative accessories, the five included materials cover a wide range of creative applications. Their different colors and grain patterns also make it easy to combine materials within more complex laser-cut designs.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- PRODUCT SPECIFICATIONS --\u003e\n\u003csection class=\"conveyor-section\"\u003e\n\u003cdiv class=\"conveyor-content\"\u003e\n\u003ch2 class=\"conveyor-heading conveyor-center\" style=\"margin-bottom: 24px;\"\u003eProduct Specifications\u003c\/h2\u003e\n\u003cdiv class=\"conveyor-table-wrap\"\u003e\n\u003ctable class=\"conveyor-table\"\u003e\n\u003cthead\u003e\n\u003ctr\u003e\n\u003cth\u003eProduct ID\u003c\/th\u003e\n\u003cth\u003eProduct Name\u003c\/th\u003e\n\u003cth\u003eQuantity\u003c\/th\u003e\n\u003cth\u003eDimensions\u003c\/th\u003e\n\u003cth\u003eThickness\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003c\/thead\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003cth\u003eB-YA001\u003c\/th\u003e\n\u003ctd\u003e\n\u003cspan class=\"mobile-label\"\u003eProduct Name\u003c\/span\u003e 3mm Basswood Plywood\u003c\/td\u003e\n\u003ctd\u003e\n\u003cspan class=\"mobile-label\"\u003eQuantity\u003c\/span\u003e 6 pcs\u003c\/td\u003e\n\u003ctd\u003e\n\u003cspan class=\"mobile-label\"\u003eDimensions\u003c\/span\u003e 300 × 300 mm\u003c\/td\u003e\n\u003ctd\u003e\n\u003cspan class=\"mobile-label\"\u003eThickness\u003c\/span\u003e 3 ± 0.2 mm\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eB-YA002\u003c\/th\u003e\n\u003ctd\u003e\n\u003cspan class=\"mobile-label\"\u003eProduct Name\u003c\/span\u003e 3mm Birch Plywood\u003c\/td\u003e\n\u003ctd\u003e\n\u003cspan class=\"mobile-label\"\u003eQuantity\u003c\/span\u003e 6 pcs\u003c\/td\u003e\n\u003ctd\u003e\n\u003cspan class=\"mobile-label\"\u003eDimensions\u003c\/span\u003e 300 × 300 mm\u003c\/td\u003e\n\u003ctd\u003e\n\u003cspan class=\"mobile-label\"\u003eThickness\u003c\/span\u003e 3 ± 0.2 mm\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eB-YA003\u003c\/th\u003e\n\u003ctd\u003e\n\u003cspan class=\"mobile-label\"\u003eProduct Name\u003c\/span\u003e 3mm Black Walnut Plywood\u003c\/td\u003e\n\u003ctd\u003e\n\u003cspan class=\"mobile-label\"\u003eQuantity\u003c\/span\u003e 6 pcs\u003c\/td\u003e\n\u003ctd\u003e\n\u003cspan class=\"mobile-label\"\u003eDimensions\u003c\/span\u003e 300 × 300 mm\u003c\/td\u003e\n\u003ctd\u003e\n\u003cspan class=\"mobile-label\"\u003eThickness\u003c\/span\u003e 3 ± 0.2 mm\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eB-YA004\u003c\/th\u003e\n\u003ctd\u003e\n\u003cspan class=\"mobile-label\"\u003eProduct Name\u003c\/span\u003e 3mm Sapele Plywood\u003c\/td\u003e\n\u003ctd\u003e\n\u003cspan class=\"mobile-label\"\u003eQuantity\u003c\/span\u003e 6 pcs\u003c\/td\u003e\n\u003ctd\u003e\n\u003cspan class=\"mobile-label\"\u003eDimensions\u003c\/span\u003e 300 × 300 mm\u003c\/td\u003e\n\u003ctd\u003e\n\u003cspan class=\"mobile-label\"\u003eThickness\u003c\/span\u003e 3 ± 0.2 mm\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eB-YA005\u003c\/th\u003e\n\u003ctd\u003e\n\u003cspan class=\"mobile-label\"\u003eProduct Name\u003c\/span\u003e 3mm Bamboo Board\u003c\/td\u003e\n\u003ctd\u003e\n\u003cspan class=\"mobile-label\"\u003eQuantity\u003c\/span\u003e 6 pcs\u003c\/td\u003e\n\u003ctd\u003e\n\u003cspan class=\"mobile-label\"\u003eDimensions\u003c\/span\u003e 300 × 300 mm\u003c\/td\u003e\n\u003ctd\u003e\n\u003cspan class=\"mobile-label\"\u003eThickness\u003c\/span\u003e 3 ± 0.2 mm\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- USING TIPS --\u003e\n\u003csection class=\"conveyor-section\"\u003e\n\u003cdiv class=\"conveyor-feature\"\u003e\n\u003cdiv class=\"conveyor-content\"\u003e\n\u003ch2 class=\"conveyor-heading conveyor-center\"\u003eUsing Tips\u003c\/h2\u003e\n\u003cp class=\"conveyor-text\"\u003eStore plywood and bamboo sheets in sealed bags when not in use to help maintain a stable moisture level and reduce deformation caused by humidity changes. Always supervise the machine during laser engraving and cutting.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c\/div\u003e","brand":"Bambu Lab","offers":[{"title":"Default Title","offer_id":50202397442325,"sku":"ZH091","price":119.0,"currency_code":"USD","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0760\/0157\/5189\/files\/222_e0782695-2f5a-43e0-a9c0-3830fa56597d.jpg?v=1790260259"},{"product_id":"bambu-lab-laser-material-kit-starter-pack-for-h-series","title":"Bambu Lab Laser Material Kit Starter Pack for H Series","description":"\u003cstyle\u003e\n  .conveyor-product {\n    --text: #171717;\n    --muted: #606060;\n    --bg: #f6f6f6;\n    --border: #e3e3e3;\n\n    max-width: 1200px;\n    margin: 0 auto;\n    font-family: Arial, Helvetica, sans-serif;\n    color: var(--text);\n    line-height: 1.6;\n  }\n\n  .conveyor-product * {\n    box-sizing: border-box;\n  }\n\n  .conveyor-section {\n    margin-bottom: 56px;\n  }\n\n  .conveyor-content {\n    max-width: 920px;\n    margin-left: auto;\n    margin-right: auto;\n  }\n\n  .conveyor-center {\n    text-align: center;\n  }\n\n  \/* IMAGES *\/\n  .conveyor-image-wrap {\n    width: 100%;\n    margin: 0 0 30px;\n    overflow: hidden;\n    border-radius: 16px;\n  }\n\n  .conveyor-image {\n    display: block !important;\n    width: 100% !important;\n    max-width: 100% !important;\n    height: auto !important;\n    max-height: none !important;\n    object-fit: contain !important;\n    border-radius: 16px !important;\n  }\n\n  \/* TYPOGRAPHY *\/\n  .conveyor-eyebrow {\n    margin: 0 0 10px;\n    font-size: 14px;\n    line-height: 1.4;\n    font-weight: 700;\n    letter-spacing: 1.3px;\n    text-transform: uppercase;\n    color: var(--text);\n  }\n\n  .conveyor-title {\n    margin: 0 0 18px;\n    font-size: 38px;\n    line-height: 1.15;\n    font-weight: 700;\n    color: var(--text);\n  }\n\n  .conveyor-heading {\n    margin: 0 0 14px;\n    font-size: 30px;\n    line-height: 1.25;\n    font-weight: 700;\n    color: var(--text);\n  }\n\n  .conveyor-text {\n    margin: 0;\n    font-size: 17px;\n    line-height: 1.65;\n    color: var(--muted);\n  }\n\n  \/* TOP CARDS *\/\n  .conveyor-stats {\n    display: grid;\n    grid-template-columns: repeat(4, minmax(0, 1fr));\n    gap: 14px;\n  }\n\n  .conveyor-stat {\n    padding: 26px 18px;\n    background: var(--bg);\n    border: 1px solid var(--border);\n    border-radius: 14px;\n    text-align: center;\n  }\n\n  .conveyor-stat-value {\n    margin-bottom: 6px;\n    font-size: 26px;\n    line-height: 1.2;\n    font-weight: 700;\n    color: var(--text);\n  }\n\n  .conveyor-stat-label {\n    font-size: 14px;\n    line-height: 1.45;\n    color: var(--muted);\n  }\n\n  \/* FEATURE BOX *\/\n  .conveyor-feature {\n    padding: 40px 32px;\n    background: var(--bg);\n    border: 1px solid var(--border);\n    border-radius: 18px;\n  }\n\n  \/* TABLE *\/\n  .conveyor-table-wrap {\n    width: 100%;\n    overflow-x: auto;\n    border: 1px solid var(--border);\n    border-radius: 14px;\n    background: #ffffff;\n  }\n\n  .conveyor-table {\n    width: 100%;\n    border-collapse: collapse;\n    background: #ffffff;\n    font-size: 15px;\n  }\n\n  .conveyor-table th,\n  .conveyor-table td {\n    padding: 15px 16px;\n    border-bottom: 1px solid var(--border);\n    border-right: 1px solid var(--border);\n    vertical-align: middle;\n  }\n\n  .conveyor-table th:last-child,\n  .conveyor-table td:last-child {\n    border-right: none;\n  }\n\n  .conveyor-table tr:last-child th,\n  .conveyor-table tr:last-child td {\n    border-bottom: none;\n  }\n\n  .conveyor-table thead th {\n    background: #343434;\n    color: #ffffff;\n    font-weight: 700;\n    text-align: center;\n  }\n\n  .conveyor-table tbody th {\n    background: #f7f7f7;\n    color: var(--text);\n    font-weight: 700;\n    text-align: center;\n  }\n\n  .conveyor-table tbody td {\n    background: #ffffff;\n    color: var(--muted);\n    text-align: center;\n  }\n\n  .mobile-label {\n    display: none;\n  }\n\n  .conveyor-note {\n    margin: 18px 0 0;\n    font-size: 13px;\n    line-height: 1.6;\n    color: #6e6e6e;\n    font-style: italic;\n  }\n\n  .conveyor-list {\n    margin: 0;\n    padding-left: 22px;\n    color: var(--muted);\n    font-size: 17px;\n    line-height: 1.65;\n  }\n\n  .conveyor-list li {\n    margin-bottom: 10px;\n  }\n\n  .conveyor-list li:last-child {\n    margin-bottom: 0;\n  }\n\n  @media (max-width: 900px) {\n    .conveyor-stats {\n      grid-template-columns: repeat(2, minmax(0, 1fr));\n    }\n  }\n\n  @media (max-width: 650px) {\n    .conveyor-product {\n      width: 100%;\n      padding: 0 14px;\n    }\n\n    .conveyor-section {\n      margin-bottom: 42px;\n    }\n\n    .conveyor-content {\n      width: 100%;\n    }\n\n    .conveyor-title {\n      font-size: 30px;\n      line-height: 1.2;\n    }\n\n    .conveyor-heading {\n      font-size: 25px;\n      line-height: 1.25;\n    }\n\n    .conveyor-text,\n    .conveyor-list {\n      font-size: 16px;\n      line-height: 1.6;\n    }\n\n    .conveyor-stats {\n      grid-template-columns: 1fr;\n      gap: 12px;\n    }\n\n    .conveyor-stat {\n      padding: 22px 18px;\n    }\n\n    .conveyor-stat-value {\n      font-size: 24px;\n    }\n\n    .conveyor-feature {\n      padding: 28px 20px;\n      border-radius: 16px;\n    }\n\n    .conveyor-image-wrap {\n      margin-bottom: 24px;\n      border-radius: 14px;\n    }\n\n    .conveyor-image {\n      border-radius: 14px !important;\n    }\n\n    \/* MOBILE TABLES AS CARDS *\/\n    .conveyor-table-wrap {\n      overflow: visible;\n      border: none;\n      border-radius: 0;\n      background: transparent;\n    }\n\n    .conveyor-table {\n      display: block;\n      width: 100%;\n      background: transparent;\n    }\n\n    .conveyor-table thead {\n      display: none;\n    }\n\n    .conveyor-table tbody {\n      display: block;\n      width: 100%;\n    }\n\n    .conveyor-table tbody tr {\n      display: block;\n      width: 100%;\n      margin-bottom: 14px;\n      overflow: hidden;\n      border: 1px solid var(--border);\n      border-radius: 14px;\n      background: #ffffff;\n    }\n\n    .conveyor-table tbody th,\n    .conveyor-table tbody td {\n      display: block;\n      width: 100% !important;\n      padding: 14px 16px;\n      border: none;\n      text-align: left;\n    }\n\n    .conveyor-table tbody th {\n      background: #f3f3f3;\n      color: var(--text);\n      font-size: 15px;\n      line-height: 1.4;\n      font-weight: 700;\n      border-bottom: 1px solid var(--border);\n    }\n\n    .conveyor-table tbody td {\n      background: #ffffff;\n      color: var(--muted);\n      font-size: 15px;\n      line-height: 1.55;\n      border-bottom: 1px solid var(--border);\n    }\n\n    .conveyor-table tbody td:last-child {\n      border-bottom: none;\n    }\n\n    .mobile-label {\n      display: block;\n      margin-bottom: 6px;\n      font-size: 11px;\n      line-height: 1.2;\n      font-weight: 700;\n      letter-spacing: 0.7px;\n      text-transform: uppercase;\n      color: #999999;\n    }\n\n    .conveyor-note {\n      font-size: 12px;\n    }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"conveyor-product\"\u003e\n\u003c!-- INTRO --\u003e\n\u003csection class=\"conveyor-section\"\u003e\n\u003cdiv class=\"conveyor-content conveyor-center\"\u003e\n\u003cp class=\"conveyor-eyebrow\"\u003eBambu Lab Laser Materials\u003c\/p\u003e\n\u003ch2 class=\"conveyor-title\"\u003eLaser Material Kit – Starter Pack\u003c\/h2\u003e\n\u003cp class=\"conveyor-text\"\u003eExplore laser crafting with a complete collection of popular Bambu Lab materials in one convenient starter kit. The Laser Material Kit – Starter Pack includes 49 pieces across eight material categories, including plywood, acrylic, cork, metal tags and leather-based materials. It is designed for both beginners and experienced makers who want to explore cutting, engraving and personalization projects without having to select each material separately.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- TOP CARDS --\u003e\n\u003csection class=\"conveyor-section\"\u003e\n\u003cdiv class=\"conveyor-stats\"\u003e\n\u003cdiv class=\"conveyor-stat\"\u003e\n\u003cdiv class=\"conveyor-stat-value\"\u003e49 pcs\u003c\/div\u003e\n\u003cdiv class=\"conveyor-stat-label\"\u003eMaterials Included\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"conveyor-stat\"\u003e\n\u003cdiv class=\"conveyor-stat-value\"\u003e8\u003c\/div\u003e\n\u003cdiv class=\"conveyor-stat-label\"\u003eMaterial Categories\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"conveyor-stat\"\u003e\n\u003cdiv class=\"conveyor-stat-value\"\u003eH Series\u003c\/div\u003e\n\u003cdiv class=\"conveyor-stat-label\"\u003ePerfectly Sized Materials\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"conveyor-stat\"\u003e\n\u003cdiv class=\"conveyor-stat-value\"\u003eCodeSync\u003c\/div\u003e\n\u003cdiv class=\"conveyor-stat-label\"\u003eAuto-Matched Settings\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- MAIN DESKTOP IMAGE --\u003e\n\u003csection class=\"conveyor-section\"\u003e\n\u003cdiv class=\"conveyor-image-wrap\"\u003e\u003cimg class=\"conveyor-image\" src=\"https:\/\/store.bblcdn.com\/s5\/default\/8f88cc998a3242b9b1606b8979c3d7de\/banner-2.jpg\" alt=\"Bambu Lab Laser Material Kit Starter Pack\"\u003e\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- TRUE ALL-IN-ONE --\u003e\n\u003csection class=\"conveyor-section\"\u003e\n\u003cdiv class=\"conveyor-feature\"\u003e\n\u003cdiv class=\"conveyor-content conveyor-center\"\u003e\n\u003ch2 class=\"conveyor-heading\"\u003eTrue All-in-One\u003c\/h2\u003e\n\u003cp class=\"conveyor-text\"\u003ePlywood, acrylic, cork sheets, metal tags and leather-based materials come together in one 49-piece kit. Eight categories of popular Bambu Lab laser-compatible materials give you a practical starting point for exploring a wide range of creative designs and processing techniques.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- MATERIAL CONTENT IMAGE --\u003e\u003c!-- MAKING SCENARIOS --\u003e\n\u003csection class=\"conveyor-section\"\u003e\n\u003cdiv class=\"conveyor-content conveyor-center\"\u003e\n\u003ch2 class=\"conveyor-heading\"\u003eSupports a Wide Range of Making Scenarios\u003c\/h2\u003e\n\u003cp class=\"conveyor-text\"\u003eWhether you're cutting a wooden organizer, creating an acrylic sign, engraving a personalized metal tag or customizing clothing with your own design, the Starter Pack provides a suitable material for many different project types.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- PROJECT IMAGE --\u003e\n\u003csection class=\"conveyor-section\"\u003e\n\u003cdiv class=\"conveyor-image-wrap\"\u003e\u003cimg class=\"conveyor-image\" src=\"https:\/\/store.bblcdn.com\/s2\/default\/1e8b72fe17b842ec8aa66abce7a21758\/maidian2.png\" alt=\"Projects created with Bambu Lab Laser Material Kit Starter Pack\"\u003e\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- BEGINNER FRIENDLY --\u003e\n\u003csection class=\"conveyor-section\"\u003e\n\u003cdiv class=\"conveyor-feature\"\u003e\n\u003cdiv class=\"conveyor-content conveyor-center\"\u003e\n\u003ch2 class=\"conveyor-heading\"\u003eEasy to Use, Beginner-Friendly\u003c\/h2\u003e\n\u003cp class=\"conveyor-text\"\u003eAll materials are perfectly sized for the H Series, so no trimming is required before use. Bambu Suite includes pre-tested calibration settings for the materials in the kit. Simply load your material, select the desired effect and start creating with matched processing parameters.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- EASY USE IMAGE --\u003e\n\u003csection class=\"conveyor-section\"\u003e\n\u003cdiv class=\"conveyor-image-wrap\"\u003e\u003cimg class=\"conveyor-image\" src=\"https:\/\/store.bblcdn.com\/s2\/default\/ab8b4b64e6a24921a5888082cf965a37\/maidian4.png\" alt=\"Bambu Lab laser material ready for processing\"\u003e\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- PREMIUM QUALITY --\u003e\n\u003csection class=\"conveyor-section\"\u003e\n\u003cdiv class=\"conveyor-content conveyor-center\"\u003e\n\u003ch2 class=\"conveyor-heading\"\u003ePremium Quality for Your Premium Work\u003c\/h2\u003e\n\u003cp class=\"conveyor-text\"\u003eBambu Lab materials undergo quality control to provide stable and consistent processing results. Bambu plywood uses a premium poplar core with a uniform fiber structure, helping minimize charring and produce clean, smooth cuts with a refined finish.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- PREMIUM MATERIAL IMAGE --\u003e\n\u003csection class=\"conveyor-section\"\u003e\n\u003cdiv class=\"conveyor-image-wrap\"\u003e\u003cimg class=\"conveyor-image\" src=\"https:\/\/store.bblcdn.com\/s2\/default\/7d45321d83f74ec0877fa3962b75b570\/maidian3.png\" alt=\"Bambu Lab premium laser materials\"\u003e\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- PRODUCT SPECIFICATIONS --\u003e\n\u003csection class=\"conveyor-section\"\u003e\n\u003cdiv class=\"conveyor-content\"\u003e\n\u003ch2 class=\"conveyor-heading conveyor-center\" style=\"margin-bottom: 24px;\"\u003eProduct Specifications\u003c\/h2\u003e\n\u003cdiv class=\"conveyor-table-wrap\"\u003e\n\u003ctable class=\"conveyor-table\"\u003e\n\u003cthead\u003e\n\u003ctr\u003e\n\u003cth\u003eProduct ID\u003c\/th\u003e\n\u003cth\u003eProduct Name\u003c\/th\u003e\n\u003cth\u003eQuantity\u003c\/th\u003e\n\u003cth\u003eProduct Dimension\u003c\/th\u003e\n\u003cth\u003eThickness\u003c\/th\u003e\n\u003cth\u003eProcessing Mode\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003c\/thead\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003cth\u003eB-YA001\u003c\/th\u003e\n\u003ctd\u003e\n\u003cspan class=\"mobile-label\"\u003eProduct Name\u003c\/span\u003e 3mm Basswood Plywood\u003c\/td\u003e\n\u003ctd\u003e\n\u003cspan class=\"mobile-label\"\u003eQuantity\u003c\/span\u003e 6 pcs\u003c\/td\u003e\n\u003ctd\u003e\n\u003cspan class=\"mobile-label\"\u003eProduct Dimension\u003c\/span\u003e 300 × 300 mm\u003c\/td\u003e\n\u003ctd\u003e\n\u003cspan class=\"mobile-label\"\u003eThickness\u003c\/span\u003e 3 ± 0.2 mm\u003c\/td\u003e\n\u003ctd\u003e\n\u003cspan class=\"mobile-label\"\u003eProcessing Mode\u003c\/span\u003e Blue-light Laser – Engraving \u0026amp; Cutting\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eB-YA003\u003c\/th\u003e\n\u003ctd\u003e\n\u003cspan class=\"mobile-label\"\u003eProduct Name\u003c\/span\u003e 3mm Black Walnut Plywood\u003c\/td\u003e\n\u003ctd\u003e\n\u003cspan class=\"mobile-label\"\u003eQuantity\u003c\/span\u003e 6 pcs\u003c\/td\u003e\n\u003ctd\u003e\n\u003cspan class=\"mobile-label\"\u003eProduct Dimension\u003c\/span\u003e 300 × 300 mm\u003c\/td\u003e\n\u003ctd\u003e\n\u003cspan class=\"mobile-label\"\u003eThickness\u003c\/span\u003e 3 ± 0.2 mm\u003c\/td\u003e\n\u003ctd\u003e\n\u003cspan class=\"mobile-label\"\u003eProcessing Mode\u003c\/span\u003e Blue-light Laser – Engraving \u0026amp; Cutting\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eB-YL001\u003c\/th\u003e\n\u003ctd\u003e\n\u003cspan class=\"mobile-label\"\u003eProduct Name\u003c\/span\u003e 2mm Cork Sheet\u003c\/td\u003e\n\u003ctd\u003e\n\u003cspan class=\"mobile-label\"\u003eQuantity\u003c\/span\u003e 4 pcs\u003c\/td\u003e\n\u003ctd\u003e\n\u003cspan class=\"mobile-label\"\u003eProduct Dimension\u003c\/span\u003e 300 × 300 mm\u003c\/td\u003e\n\u003ctd\u003e\n\u003cspan class=\"mobile-label\"\u003eThickness\u003c\/span\u003e 2 ± 0.3 mm\u003c\/td\u003e\n\u003ctd\u003e\n\u003cspan class=\"mobile-label\"\u003eProcessing Mode\u003c\/span\u003e Blue-light Laser – Engraving \u0026amp; Cutting\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eB-YB001\u003c\/th\u003e\n\u003ctd\u003e\n\u003cspan class=\"mobile-label\"\u003eProduct Name\u003c\/span\u003e 3mm Black Opaque Glossy Acrylic\u003c\/td\u003e\n\u003ctd\u003e\n\u003cspan class=\"mobile-label\"\u003eQuantity\u003c\/span\u003e 3 pcs\u003c\/td\u003e\n\u003ctd\u003e\n\u003cspan class=\"mobile-label\"\u003eProduct Dimension\u003c\/span\u003e 300 × 300 mm\u003c\/td\u003e\n\u003ctd\u003e\n\u003cspan class=\"mobile-label\"\u003eThickness\u003c\/span\u003e 3 ± 0.25 mm\u003c\/td\u003e\n\u003ctd\u003e\n\u003cspan class=\"mobile-label\"\u003eProcessing Mode\u003c\/span\u003e Blue-light Laser – Engraving \u0026amp; Cutting\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eB-YC001\u003c\/th\u003e\n\u003ctd\u003e\n\u003cspan class=\"mobile-label\"\u003eProduct Name\u003c\/span\u003e Black Aluminium Office Card\u003c\/td\u003e\n\u003ctd\u003e\n\u003cspan class=\"mobile-label\"\u003eQuantity\u003c\/span\u003e 10 pcs\u003c\/td\u003e\n\u003ctd\u003e\n\u003cspan class=\"mobile-label\"\u003eProduct Dimension\u003c\/span\u003e 86 × 54 mm\u003c\/td\u003e\n\u003ctd\u003e\n\u003cspan class=\"mobile-label\"\u003eThickness\u003c\/span\u003e 0.4 mm\u003c\/td\u003e\n\u003ctd\u003e\n\u003cspan class=\"mobile-label\"\u003eProcessing Mode\u003c\/span\u003e Blue-light Laser – Engraving\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eB-YC003\u003c\/th\u003e\n\u003ctd\u003e\n\u003cspan class=\"mobile-label\"\u003eProduct Name\u003c\/span\u003e 30mm Round Stainless Steel Tag\u003c\/td\u003e\n\u003ctd\u003e\n\u003cspan class=\"mobile-label\"\u003eQuantity\u003c\/span\u003e 5 pcs\u003c\/td\u003e\n\u003ctd\u003e\n\u003cspan class=\"mobile-label\"\u003eProduct Dimension\u003c\/span\u003e Ø30 ± 0.5 mm\u003c\/td\u003e\n\u003ctd\u003e\n\u003cspan class=\"mobile-label\"\u003eThickness\u003c\/span\u003e 1.8 ± 0.2 mm\u003c\/td\u003e\n\u003ctd\u003e\n\u003cspan class=\"mobile-label\"\u003eProcessing Mode\u003c\/span\u003e Blue-light Laser – Engraving\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eB-YD005\u003c\/th\u003e\n\u003ctd\u003e\n\u003cspan class=\"mobile-label\"\u003eProduct Name\u003c\/span\u003e Rectangular PU Iron-on Patch – Black to Silver\u003c\/td\u003e\n\u003ctd\u003e\n\u003cspan class=\"mobile-label\"\u003eQuantity\u003c\/span\u003e 10 pcs\u003c\/td\u003e\n\u003ctd\u003e\n\u003cspan class=\"mobile-label\"\u003eProduct Dimension\u003c\/span\u003e 76 × 50 mm\u003c\/td\u003e\n\u003ctd\u003e\n\u003cspan class=\"mobile-label\"\u003eThickness\u003c\/span\u003e 1.8 mm\u003c\/td\u003e\n\u003ctd\u003e\n\u003cspan class=\"mobile-label\"\u003eProcessing Mode\u003c\/span\u003e Blue-light Laser – Engraving\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eB-YD003\u003c\/th\u003e\n\u003ctd\u003e\n\u003cspan class=\"mobile-label\"\u003eProduct Name\u003c\/span\u003e Brown Pebbled PU Leatherette Fabric\u003c\/td\u003e\n\u003ctd\u003e\n\u003cspan class=\"mobile-label\"\u003eQuantity\u003c\/span\u003e 5 pcs\u003c\/td\u003e\n\u003ctd\u003e\n\u003cspan class=\"mobile-label\"\u003eProduct Dimension\u003c\/span\u003e 300 × 300 mm\u003c\/td\u003e\n\u003ctd\u003e\n\u003cspan class=\"mobile-label\"\u003eThickness\u003c\/span\u003e 0.5 mm\u003c\/td\u003e\n\u003ctd\u003e\n\u003cspan class=\"mobile-label\"\u003eProcessing Mode\u003c\/span\u003e Blue-light Laser – Engraving \u0026amp; Cutting;\u003cbr\u003eBlade Cutting\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003cp class=\"conveyor-note\"\u003e* For more material processing information, use the Material Library in Bambu Suite. Select the desired effect to access matched processing settings.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- USING TIPS --\u003e\n\u003csection class=\"conveyor-section\"\u003e\n\u003cdiv class=\"conveyor-feature\"\u003e\n\u003cdiv class=\"conveyor-content\"\u003e\n\u003ch2 class=\"conveyor-heading conveyor-center\" style=\"margin-bottom: 20px;\"\u003eUsing Tips\u003c\/h2\u003e\n\u003cul class=\"conveyor-list\"\u003e\n\u003cli\u003eAlways closely monitor the machine throughout the laser engraving and cutting process.\u003c\/li\u003e\n\u003cli\u003eWhen not in use, store plywood in sealed bags to maintain a stable moisture level and reduce the risk of deformation caused by humidity changes.\u003c\/li\u003e\n\u003cli\u003eRemove the protective film from the acrylic surface before processing.\u003c\/li\u003e\n\u003cli\u003eFor stainless steel tags, PU iron-on patches and aluminium cards, Bambu Lab recommends using a Laser Grid Panel for smoother engraving. If one is unavailable, Laser Slats can be arranged densely beneath the workpiece.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c\/div\u003e","brand":"Bambu Lab","offers":[{"title":"Default Title","offer_id":50202402685205,"sku":"ZE017","price":101.15,"currency_code":"USD","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0760\/0157\/5189\/files\/detail.png?v=1790260901"},{"product_id":"bambu-lab-ultimate-3mm-opaque-glossy-acrylic-kit-15-pcs","title":"Bambu Lab Ultimate 3mm Opaque Glossy Acrylic Kit (15 pcs)","description":"\u003cstyle\u003e\n  .conveyor-product {\n    --text: #171717;\n    --muted: #606060;\n    --bg: #f6f6f6;\n    --border: #e3e3e3;\n\n    max-width: 1200px;\n    margin: 0 auto;\n    font-family: Arial, Helvetica, sans-serif;\n    color: var(--text);\n    line-height: 1.6;\n  }\n\n  .conveyor-product * {\n    box-sizing: border-box;\n  }\n\n  .conveyor-section {\n    margin-bottom: 56px;\n  }\n\n  .conveyor-content {\n    max-width: 920px;\n    margin-left: auto;\n    margin-right: auto;\n  }\n\n  .conveyor-center {\n    text-align: center;\n  }\n\n  \/* IMAGES *\/\n  .conveyor-image-wrap {\n    width: 100%;\n    margin: 0 0 30px;\n    overflow: hidden;\n    border-radius: 16px;\n  }\n\n  .conveyor-image {\n    display: block !important;\n    width: 100% !important;\n    max-width: 100% !important;\n    height: auto !important;\n    max-height: none !important;\n    object-fit: contain !important;\n    border-radius: 16px !important;\n  }\n\n  \/* TYPOGRAPHY *\/\n  .conveyor-eyebrow {\n    margin: 0 0 10px;\n    font-size: 14px;\n    line-height: 1.4;\n    font-weight: 700;\n    letter-spacing: 1.3px;\n    text-transform: uppercase;\n    color: var(--text);\n  }\n\n  .conveyor-title {\n    margin: 0 0 18px;\n    font-size: 38px;\n    line-height: 1.15;\n    font-weight: 700;\n    color: var(--text);\n  }\n\n  .conveyor-heading {\n    margin: 0 0 14px;\n    font-size: 30px;\n    line-height: 1.25;\n    font-weight: 700;\n    color: var(--text);\n  }\n\n  .conveyor-text {\n    margin: 0;\n    font-size: 17px;\n    line-height: 1.65;\n    color: var(--muted);\n  }\n\n  \/* TOP CARDS *\/\n  .conveyor-stats {\n    display: grid;\n    grid-template-columns: repeat(4, minmax(0, 1fr));\n    gap: 14px;\n  }\n\n  .conveyor-stat {\n    padding: 26px 18px;\n    background: var(--bg);\n    border: 1px solid var(--border);\n    border-radius: 14px;\n    text-align: center;\n  }\n\n  .conveyor-stat-value {\n    margin-bottom: 6px;\n    font-size: 26px;\n    line-height: 1.2;\n    font-weight: 700;\n    color: var(--text);\n  }\n\n  .conveyor-stat-label {\n    font-size: 14px;\n    line-height: 1.45;\n    color: var(--muted);\n  }\n\n  \/* FEATURE BOX *\/\n  .conveyor-feature {\n    padding: 40px 32px;\n    background: var(--bg);\n    border: 1px solid var(--border);\n    border-radius: 18px;\n  }\n\n  \/* COLORS *\/\n  .acrylic-colors {\n    display: grid;\n    grid-template-columns: repeat(5, minmax(0, 1fr));\n    gap: 12px;\n  }\n\n  .acrylic-color {\n    overflow: hidden;\n    border: 1px solid var(--border);\n    border-radius: 14px;\n    background: #ffffff;\n    text-align: center;\n  }\n\n  .acrylic-color img {\n    display: block;\n    width: 100%;\n    height: 120px;\n    object-fit: cover;\n  }\n\n  .acrylic-color-name {\n    padding: 12px 8px;\n    font-size: 14px;\n    font-weight: 700;\n    color: var(--text);\n  }\n\n  \/* TABLE *\/\n  .conveyor-table-wrap {\n    width: 100%;\n    overflow-x: auto;\n    border: 1px solid var(--border);\n    border-radius: 14px;\n    background: #ffffff;\n  }\n\n  .conveyor-table {\n    width: 100%;\n    border-collapse: collapse;\n    background: #ffffff;\n    font-size: 15px;\n  }\n\n  .conveyor-table th,\n  .conveyor-table td {\n    padding: 15px 16px;\n    border-bottom: 1px solid var(--border);\n    border-right: 1px solid var(--border);\n    vertical-align: middle;\n  }\n\n  .conveyor-table th:last-child,\n  .conveyor-table td:last-child {\n    border-right: none;\n  }\n\n  .conveyor-table tr:last-child th,\n  .conveyor-table tr:last-child td {\n    border-bottom: none;\n  }\n\n  .conveyor-table thead th {\n    background: #343434;\n    color: #ffffff;\n    font-weight: 700;\n    text-align: center;\n  }\n\n  .conveyor-table tbody th {\n    background: #f7f7f7;\n    color: var(--text);\n    font-weight: 700;\n    text-align: center;\n  }\n\n  .conveyor-table tbody td {\n    background: #ffffff;\n    color: var(--muted);\n    text-align: center;\n  }\n\n  .mobile-label {\n    display: none;\n  }\n\n  .conveyor-list {\n    margin: 0;\n    padding-left: 22px;\n    font-size: 16px;\n    line-height: 1.65;\n    color: var(--muted);\n  }\n\n  .conveyor-list li {\n    margin-bottom: 10px;\n  }\n\n  @media (max-width: 900px) {\n    .conveyor-stats {\n      grid-template-columns: repeat(2, minmax(0, 1fr));\n    }\n\n    .acrylic-colors {\n      grid-template-columns: repeat(3, minmax(0, 1fr));\n    }\n  }\n\n  @media (max-width: 650px) {\n    .conveyor-product {\n      width: 100%;\n      padding: 0 14px;\n    }\n\n    .conveyor-section {\n      margin-bottom: 42px;\n    }\n\n    .conveyor-content {\n      width: 100%;\n    }\n\n    .conveyor-title {\n      font-size: 30px;\n      line-height: 1.2;\n    }\n\n    .conveyor-heading {\n      font-size: 25px;\n      line-height: 1.25;\n    }\n\n    .conveyor-text {\n      font-size: 16px;\n      line-height: 1.6;\n    }\n\n    .conveyor-stats {\n      grid-template-columns: 1fr;\n      gap: 12px;\n    }\n\n    .conveyor-stat {\n      padding: 22px 18px;\n    }\n\n    .conveyor-stat-value {\n      font-size: 24px;\n    }\n\n    .conveyor-feature {\n      padding: 28px 20px;\n      border-radius: 16px;\n    }\n\n    .conveyor-image-wrap {\n      margin-bottom: 24px;\n      border-radius: 14px;\n    }\n\n    .conveyor-image {\n      border-radius: 14px !important;\n    }\n\n    .acrylic-colors {\n      grid-template-columns: 1fr;\n    }\n\n    .acrylic-color img {\n      height: 100px;\n    }\n\n    \/* MOBILE TABLES AS CARDS *\/\n    .conveyor-table-wrap {\n      overflow: visible;\n      border: none;\n      border-radius: 0;\n      background: transparent;\n    }\n\n    .conveyor-table {\n      display: block;\n      width: 100%;\n      background: transparent;\n    }\n\n    .conveyor-table thead {\n      display: none;\n    }\n\n    .conveyor-table tbody {\n      display: block;\n      width: 100%;\n    }\n\n    .conveyor-table tbody tr {\n      display: block;\n      width: 100%;\n      margin-bottom: 14px;\n      overflow: hidden;\n      border: 1px solid var(--border);\n      border-radius: 14px;\n      background: #ffffff;\n    }\n\n    .conveyor-table tbody th,\n    .conveyor-table tbody td {\n      display: block;\n      width: 100% !important;\n      padding: 14px 16px;\n      border: none;\n      text-align: left;\n    }\n\n    .conveyor-table tbody th {\n      background: #f3f3f3;\n      color: var(--text);\n      font-size: 15px;\n      line-height: 1.4;\n      font-weight: 700;\n      border-bottom: 1px solid var(--border);\n    }\n\n    .conveyor-table tbody td {\n      background: #ffffff;\n      color: var(--muted);\n      font-size: 15px;\n      line-height: 1.55;\n      border-bottom: 1px solid var(--border);\n    }\n\n    .conveyor-table tbody td:last-child {\n      border-bottom: none;\n    }\n\n    .mobile-label {\n      display: block;\n      margin-bottom: 6px;\n      font-size: 11px;\n      line-height: 1.2;\n      font-weight: 700;\n      letter-spacing: 0.7px;\n      text-transform: uppercase;\n      color: #999999;\n    }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"conveyor-product\"\u003e\n\u003c!-- INTRO --\u003e\n\u003csection class=\"conveyor-section\"\u003e\n\u003cdiv class=\"conveyor-content conveyor-center\"\u003e\n\u003cp class=\"conveyor-eyebrow\"\u003eBambu Lab Laser Materials\u003c\/p\u003e\n\u003ch2 class=\"conveyor-title\"\u003eUltimate 3mm Opaque Glossy Acrylic Kit\u003c\/h2\u003e\n\u003cp class=\"conveyor-text\"\u003eBring vivid color and a polished finish to laser projects with the Bambu Lab Ultimate 3mm Opaque Glossy Acrylic Kit. The set includes 15 acrylic sheets in five bold colors, combining a smooth glossy surface with an opaque appearance. Easy to cut, engrave and assemble, the sheets are suitable for decorative projects, signs, personalized designs and small-batch commercial creations.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- TOP CARDS --\u003e\n\u003csection class=\"conveyor-section\"\u003e\n\u003cdiv class=\"conveyor-stats\"\u003e\n\u003cdiv class=\"conveyor-stat\"\u003e\n\u003cdiv class=\"conveyor-stat-value\"\u003e15 pcs\u003c\/div\u003e\n\u003cdiv class=\"conveyor-stat-label\"\u003eAcrylic Sheets\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"conveyor-stat\"\u003e\n\u003cdiv class=\"conveyor-stat-value\"\u003e5 Colors\u003c\/div\u003e\n\u003cdiv class=\"conveyor-stat-label\"\u003e3 Sheets per Color\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"conveyor-stat\"\u003e\n\u003cdiv class=\"conveyor-stat-value\"\u003e300 × 300 mm\u003c\/div\u003e\n\u003cdiv class=\"conveyor-stat-label\"\u003eSheet Size\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"conveyor-stat\"\u003e\n\u003cdiv class=\"conveyor-stat-value\"\u003e3 ± 0.25 mm\u003c\/div\u003e\n\u003cdiv class=\"conveyor-stat-label\"\u003eThickness\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- IMAGE 1 --\u003e\n\u003csection class=\"conveyor-section\"\u003e\n\u003cdiv class=\"conveyor-image-wrap\"\u003e\u003cimg class=\"conveyor-image\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0760\/0157\/5189\/files\/B-ZE016-PC.png?v=1790334924\" alt=\"Bambu Lab Opaque Glossy Acrylic laser engraving project\"\u003e\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- SUPERIOR QUALITY --\u003e\n\u003csection class=\"conveyor-section\"\u003e\n\u003cdiv class=\"conveyor-feature\"\u003e\n\u003cdiv class=\"conveyor-content conveyor-center\"\u003e\n\u003ch2 class=\"conveyor-heading\"\u003eSuperior Quality\u003c\/h2\u003e\n\u003cp class=\"conveyor-text\"\u003eThe smooth glossy surface and vivid opaque colors give finished projects a clean, polished appearance. The material is designed for decorative pieces as well as detailed small-business projects, helping laser-cut designs stand out with a refined finish.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- FIVE COLORS --\u003e\n\u003csection class=\"conveyor-section\"\u003e\n\u003cdiv class=\"conveyor-content conveyor-center\"\u003e\n\u003ch2 class=\"conveyor-heading\" style=\"margin-bottom: 24px;\"\u003e5 Colors in One Kit\u003c\/h2\u003e\n\u003cp class=\"conveyor-text\" style=\"margin-bottom: 28px;\"\u003eThe kit includes five opaque glossy acrylic colors: Black, Red, Orange, Yellow and Mistletoe Green. Each color comes with three 300 × 300 mm sheets, giving you 15 sheets in total.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"acrylic-colors\"\u003e\n\u003cdiv class=\"acrylic-color\"\u003e\n\u003cimg src=\"https:\/\/store.bblcdn.com\/s1\/default\/9ddeba8c03d24505a934c1cb2b409657\/Group_1123862471.png\" alt=\"Black Opaque Glossy Acrylic\"\u003e\n\u003cdiv class=\"acrylic-color-name\"\u003eBlack\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"acrylic-color\"\u003e\n\u003cimg src=\"https:\/\/store.bblcdn.com\/s1\/default\/9a470264d42f4049afc95ddd78cca50c\/Group_1123862472.png\" alt=\"Red Opaque Glossy Acrylic\"\u003e\n\u003cdiv class=\"acrylic-color-name\"\u003eRed\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"acrylic-color\"\u003e\n\u003cimg src=\"https:\/\/store.bblcdn.com\/s1\/default\/35db797e9f9544d3b9c0b1427affd142\/orange.jpg\" alt=\"Orange Opaque Glossy Acrylic\"\u003e\n\u003cdiv class=\"acrylic-color-name\"\u003eOrange\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"acrylic-color\"\u003e\n\u003cimg src=\"https:\/\/store.bblcdn.eu\/s8\/default\/eee47010702f4f089ac7ef6e5df90cce\/111.jpg\" alt=\"Yellow Opaque Glossy Acrylic\"\u003e\n\u003cdiv class=\"acrylic-color-name\"\u003eYellow\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"acrylic-color\"\u003e\n\u003cimg src=\"https:\/\/store.bblcdn.com\/s1\/default\/549364f377c945a5bf3084cfb760e4db\/Group_1123862473.png\" alt=\"Mistletoe Green Opaque Glossy Acrylic\"\u003e\n\u003cdiv class=\"acrylic-color-name\"\u003eMistletoe Green\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- PROTECTIVE FILM --\u003e\n\u003csection class=\"conveyor-section\"\u003e\n\u003cdiv class=\"conveyor-feature\"\u003e\n\u003cdiv class=\"conveyor-content conveyor-center\"\u003e\n\u003ch2 class=\"conveyor-heading\"\u003eProtective Film for a Flawless Start\u003c\/h2\u003e\n\u003cp class=\"conveyor-text\"\u003eEvery acrylic sheet is protected on both sides with protective film to help prevent scratches during transport and handling. Remove the protective film before laser processing to reveal the clean glossy surface underneath.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- IMAGE 2 --\u003e\n\u003csection class=\"conveyor-section\"\u003e\n\u003cdiv class=\"conveyor-image-wrap\"\u003e\u003cimg class=\"conveyor-image\" src=\"https:\/\/store.bblcdn.com\/s1\/default\/0b6a114b75a54e3f8f32309f367263c1\/Frame_1123861883.png\" alt=\"Bambu Lab acrylic protective film removal\"\u003e\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- CONSISTENCY --\u003e\n\u003csection class=\"conveyor-section\"\u003e\n\u003cdiv class=\"conveyor-content conveyor-center\"\u003e\n\u003ch2 class=\"conveyor-heading\"\u003eEngineered for Consistency\u003c\/h2\u003e\n\u003cp class=\"conveyor-text\"\u003eA tightly controlled thickness of 3 ± 0.25 mm helps minimize variation from sheet to sheet. This provides more predictable cutting results and makes it easier to achieve accurate fits when assembling multi-part projects.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- IMAGE 3 --\u003e\u003c!-- PRODUCT SPECIFICATIONS --\u003e\n\u003csection class=\"conveyor-section\"\u003e\n\u003cdiv class=\"conveyor-content\"\u003e\n\u003ch2 class=\"conveyor-heading conveyor-center\" style=\"margin-bottom: 24px;\"\u003eProduct Specifications\u003c\/h2\u003e\n\u003cdiv class=\"conveyor-table-wrap\"\u003e\n\u003ctable class=\"conveyor-table\"\u003e\n\u003cthead\u003e\n\u003ctr\u003e\n\u003cth\u003eProduct ID\u003c\/th\u003e\n\u003cth\u003eColor\u003c\/th\u003e\n\u003cth\u003eDimensions\u003c\/th\u003e\n\u003cth\u003eThickness\u003c\/th\u003e\n\u003cth\u003eQuantity\u003c\/th\u003e\n\u003cth\u003eProcessing Mode\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003c\/thead\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003cth\u003eYB001\u003c\/th\u003e\n\u003ctd\u003e\n\u003cspan class=\"mobile-label\"\u003eColor\u003c\/span\u003e Black\u003c\/td\u003e\n\u003ctd\u003e\n\u003cspan class=\"mobile-label\"\u003eDimensions\u003c\/span\u003e 300 × 300 mm\u003c\/td\u003e\n\u003ctd\u003e\n\u003cspan class=\"mobile-label\"\u003eThickness\u003c\/span\u003e 3 ± 0.25 mm\u003c\/td\u003e\n\u003ctd\u003e\n\u003cspan class=\"mobile-label\"\u003eQuantity\u003c\/span\u003e 3 pcs\u003c\/td\u003e\n\u003ctd\u003e\n\u003cspan class=\"mobile-label\"\u003eProcessing Mode\u003c\/span\u003e Blue-light Laser – Engraving \u0026amp; Cutting\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eYB002\u003c\/th\u003e\n\u003ctd\u003e\n\u003cspan class=\"mobile-label\"\u003eColor\u003c\/span\u003e Red\u003c\/td\u003e\n\u003ctd\u003e\n\u003cspan class=\"mobile-label\"\u003eDimensions\u003c\/span\u003e 300 × 300 mm\u003c\/td\u003e\n\u003ctd\u003e\n\u003cspan class=\"mobile-label\"\u003eThickness\u003c\/span\u003e 3 ± 0.25 mm\u003c\/td\u003e\n\u003ctd\u003e\n\u003cspan class=\"mobile-label\"\u003eQuantity\u003c\/span\u003e 3 pcs\u003c\/td\u003e\n\u003ctd\u003e\n\u003cspan class=\"mobile-label\"\u003eProcessing Mode\u003c\/span\u003e Blue-light Laser – Engraving \u0026amp; Cutting\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eYB003\u003c\/th\u003e\n\u003ctd\u003e\n\u003cspan class=\"mobile-label\"\u003eColor\u003c\/span\u003e Orange\u003c\/td\u003e\n\u003ctd\u003e\n\u003cspan class=\"mobile-label\"\u003eDimensions\u003c\/span\u003e 300 × 300 mm\u003c\/td\u003e\n\u003ctd\u003e\n\u003cspan class=\"mobile-label\"\u003eThickness\u003c\/span\u003e 3 ± 0.25 mm\u003c\/td\u003e\n\u003ctd\u003e\n\u003cspan class=\"mobile-label\"\u003eQuantity\u003c\/span\u003e 3 pcs\u003c\/td\u003e\n\u003ctd\u003e\n\u003cspan class=\"mobile-label\"\u003eProcessing Mode\u003c\/span\u003e Blue-light Laser – Engraving \u0026amp; Cutting\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eYB004\u003c\/th\u003e\n\u003ctd\u003e\n\u003cspan class=\"mobile-label\"\u003eColor\u003c\/span\u003e Yellow\u003c\/td\u003e\n\u003ctd\u003e\n\u003cspan class=\"mobile-label\"\u003eDimensions\u003c\/span\u003e 300 × 300 mm\u003c\/td\u003e\n\u003ctd\u003e\n\u003cspan class=\"mobile-label\"\u003eThickness\u003c\/span\u003e 3 ± 0.25 mm\u003c\/td\u003e\n\u003ctd\u003e\n\u003cspan class=\"mobile-label\"\u003eQuantity\u003c\/span\u003e 3 pcs\u003c\/td\u003e\n\u003ctd\u003e\n\u003cspan class=\"mobile-label\"\u003eProcessing Mode\u003c\/span\u003e Blue-light Laser – Engraving \u0026amp; Cutting\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eYB005\u003c\/th\u003e\n\u003ctd\u003e\n\u003cspan class=\"mobile-label\"\u003eColor\u003c\/span\u003e Mistletoe Green\u003c\/td\u003e\n\u003ctd\u003e\n\u003cspan class=\"mobile-label\"\u003eDimensions\u003c\/span\u003e 300 × 300 mm\u003c\/td\u003e\n\u003ctd\u003e\n\u003cspan class=\"mobile-label\"\u003eThickness\u003c\/span\u003e 3 ± 0.25 mm\u003c\/td\u003e\n\u003ctd\u003e\n\u003cspan class=\"mobile-label\"\u003eQuantity\u003c\/span\u003e 3 pcs\u003c\/td\u003e\n\u003ctd\u003e\n\u003cspan class=\"mobile-label\"\u003eProcessing Mode\u003c\/span\u003e Blue-light Laser – Engraving \u0026amp; Cutting\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- USING TIPS --\u003e\n\u003csection class=\"conveyor-section\"\u003e\n\u003cdiv class=\"conveyor-feature\"\u003e\n\u003cdiv class=\"conveyor-content\"\u003e\n\u003ch2 class=\"conveyor-heading conveyor-center\" style=\"margin-bottom: 20px;\"\u003eUsing Tips\u003c\/h2\u003e\n\u003cul class=\"conveyor-list\"\u003e\n\u003cli\u003eAlways closely monitor the machine throughout laser engraving and cutting.\u003c\/li\u003e\n\u003cli\u003eRemove the protective film from the acrylic sheets before processing.\u003c\/li\u003e\n\u003cli\u003eEnsure proper ventilation in the processing environment and consider using a high-efficiency air purification system.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c\/div\u003e","brand":"Bambu Lab","offers":[{"title":"Default Title","offer_id":50204034760981,"sku":"AcrylicKit-3mm15pcs-Multicolor","price":101.15,"currency_code":"USD","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0760\/0157\/5189\/files\/111_1.jpg?v=1790334730"}],"url":"https:\/\/futurology.tech\/collections\/laser-crafting-materials.oembed","provider":"Futurology Tech","version":"1.0","type":"link"}