{"product_id":"r1-long-material-bundle","title":"Bambu Lab R1 Long Material Bundle","description":"\u003cstyle\u003e\n  .r1lm {\n    --text: #171717;\n    --muted: #5f5f5f;\n    --bg: #f6f6f6;\n    --bg-soft: #fafafa;\n    --border: #e2e2e2;\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  .r1lm * {\n    box-sizing: border-box;\n  }\n\n  .r1lm img {\n    display: block;\n    width: 100%;\n    max-width: 100%;\n    height: auto;\n    border-radius: 16px;\n  }\n\n  .r1lm-section {\n    margin-bottom: 54px;\n  }\n\n  .r1lm-content {\n    max-width: 920px;\n    margin-left: auto;\n    margin-right: auto;\n  }\n\n  .r1lm-center {\n    text-align: center;\n  }\n\n  .r1lm-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  .r1lm-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  .r1lm-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  .r1lm-text {\n    margin: 0;\n    font-size: 17px;\n    line-height: 1.65;\n    color: var(--muted);\n  }\n\n  .r1lm-image {\n    margin-bottom: 30px;\n  }\n\n  .r1lm-stats {\n    display: grid;\n    grid-template-columns: repeat(4, minmax(0, 1fr));\n    gap: 14px;\n  }\n\n  .r1lm-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  .r1lm-stat-value {\n    margin-bottom: 5px;\n    font-size: 29px;\n    line-height: 1.2;\n    font-weight: 700;\n    color: var(--text);\n  }\n\n  .r1lm-stat-label {\n    font-size: 14px;\n    color: var(--muted);\n  }\n\n  .r1lm-two {\n    display: grid;\n    grid-template-columns: repeat(2, minmax(0, 1fr));\n    gap: 16px;\n  }\n\n  .r1lm-three {\n    display: grid;\n    grid-template-columns: repeat(3, minmax(0, 1fr));\n    gap: 16px;\n  }\n\n  .r1lm-card {\n    padding: 25px;\n    background: var(--bg);\n    border: 1px solid var(--border);\n    border-radius: 14px;\n  }\n\n  .r1lm-card h3 {\n    margin: 0 0 9px;\n    font-size: 20px;\n    line-height: 1.3;\n    font-weight: 700;\n    color: var(--text);\n  }\n\n  .r1lm-card p {\n    margin: 0;\n    font-size: 16px;\n    line-height: 1.55;\n    color: var(--muted);\n  }\n\n  .r1lm-feature {\n    padding: 42px 30px;\n    background: var(--bg);\n    border: 1px solid var(--border);\n    border-radius: 18px;\n  }\n\n  .r1lm-feature-intro {\n    max-width: 850px;\n    margin: 0 auto 30px;\n    text-align: center;\n  }\n\n  .r1lm-white-card {\n    padding: 26px;\n    background: #ffffff;\n    border: 1px solid var(--border);\n    border-radius: 14px;\n    text-align: center;\n  }\n\n  .r1lm-number {\n    margin-bottom: 6px;\n    font-size: 32px;\n    line-height: 1.15;\n    font-weight: 700;\n    color: var(--text);\n  }\n\n  .r1lm-label {\n    font-size: 15px;\n    line-height: 1.5;\n    color: var(--muted);\n  }\n\n  .r1lm-safety {\n    padding: 32px;\n    background: var(--bg);\n    border: 1px solid var(--border);\n    border-radius: 16px;\n  }\n\n  .r1lm-safety h3 {\n    margin: 0 0 10px;\n    font-size: 22px;\n    line-height: 1.3;\n    color: var(--text);\n  }\n\n  .r1lm-safety p {\n    margin: 0;\n    font-size: 16px;\n    line-height: 1.6;\n    color: var(--muted);\n  }\n\n  .r1lm-table-wrap {\n    overflow-x: auto;\n  }\n\n  .r1lm-table {\n    width: 100%;\n    border-collapse: collapse;\n    font-size: 15px;\n    color: var(--text);\n  }\n\n  .r1lm-table td {\n    padding: 15px 14px;\n    border-bottom: 1px solid var(--border);\n    vertical-align: top;\n  }\n\n  .r1lm-table td:first-child {\n    width: 45%;\n    font-weight: 700;\n  }\n\n  .r1lm-note {\n    margin: 15px 0 0;\n    font-size: 13px;\n    line-height: 1.55;\n    color: #777;\n  }\n\n  .r1lm-final {\n    padding: 44px 30px;\n    background: var(--bg);\n    border: 1px solid var(--border);\n    border-radius: 18px;\n    text-align: center;\n  }\n\n  @media (max-width: 900px) {\n    .r1lm-stats {\n      grid-template-columns: repeat(2, minmax(0, 1fr));\n    }\n\n    .r1lm-three {\n      grid-template-columns: 1fr;\n    }\n  }\n\n  @media (max-width: 650px) {\n    .r1lm-section {\n      margin-bottom: 40px;\n    }\n\n    .r1lm-title {\n      font-size: 30px;\n    }\n\n    .r1lm-heading {\n      font-size: 25px;\n    }\n\n    .r1lm-text {\n      font-size: 16px;\n    }\n\n    .r1lm-stats,\n    .r1lm-two {\n      grid-template-columns: 1fr;\n    }\n\n    .r1lm-feature,\n    .r1lm-final,\n    .r1lm-safety {\n      padding: 28px 20px;\n    }\n\n    .r1lm-number {\n      font-size: 28px;\n    }\n\n    .r1lm-table td {\n      padding: 12px 10px;\n    }\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"r1lm\"\u003e\n\n  \u003c!-- HERO --\u003e\n  \u003csection class=\"r1lm-section\"\u003e\n    \u003cimg class=\"r1lm-image\" src=\"https:\/\/cdn-forum.bambulab.com\/original\/3X\/5\/3\/53b8aabdec5ca6c94072cc6e1c6edbfa8180a84f.jpeg\" alt=\"Bambu Lab R1 Long Material Bundle\"\u003e\n\n    \u003cdiv class=\"r1lm-content r1lm-center\"\u003e\n      \u003cp class=\"r1lm-eyebrow\"\u003eBambu Lab R1 Long Material Bundle\u003c\/p\u003e\n\n      \u003ch2 class=\"r1lm-title\"\u003e\n        55W CO₂ Laser Cutting for Long Material Projects\n      \u003c\/h2\u003e\n\n      \u003cp class=\"r1lm-text\"\u003e\n        Bambu Lab R1 Long Material Bundle expands the R1 CO₂ laser platform for\n        large-format and long-material workflows. The bundle combines the R1 55W\n        CO₂ Laser Cutter \u0026amp; Engraver with the Riser Base and Automatic Conveyor\n        Feeder, enabling pass-through processing of long workpieces while retaining\n        the intelligent positioning, automated alignment and precise motion control\n        of the R1 platform.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n\n  \u003c!-- KEY SPECS --\u003e\n  \u003csection class=\"r1lm-section\"\u003e\n    \u003cdiv class=\"r1lm-stats\"\u003e\n\n      \u003cdiv class=\"r1lm-stat\"\u003e\n        \u003cdiv class=\"r1lm-stat-value\"\u003e55W\u003c\/div\u003e\n        \u003cdiv class=\"r1lm-stat-label\"\u003eCO₂ Laser Power\u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"r1lm-stat\"\u003e\n        \u003cdiv class=\"r1lm-stat-value\"\u003e600 mm\u003c\/div\u003e\n        \u003cdiv class=\"r1lm-stat-label\"\u003eProcessing Width\u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"r1lm-stat\"\u003e\n        \u003cdiv class=\"r1lm-stat-value\"\u003eUp to 3,000 mm\u003c\/div\u003e\n        \u003cdiv class=\"r1lm-stat-label\"\u003eLong Material Processing\u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"r1lm-stat\"\u003e\n        \u003cdiv class=\"r1lm-stat-value\"\u003e1000 mm\/s\u003c\/div\u003e\n        \u003cdiv class=\"r1lm-stat-label\"\u003eMaximum Processing Speed\u003c\/div\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n\n  \u003c!-- BUNDLE CONTENTS --\u003e\n  \u003csection class=\"r1lm-section\"\u003e\n    \u003cdiv class=\"r1lm-feature\"\u003e\n\n      \u003cdiv class=\"r1lm-feature-intro\"\u003e\n        \u003ch2 class=\"r1lm-heading\"\u003eBuilt for Long Material Workflows\u003c\/h2\u003e\n\n        \u003cp class=\"r1lm-text\"\u003e\n          The Long Material Bundle adds the hardware required to extend R1 beyond\n          its standard work area and process long sheets, boards and panels with\n          automatic material feeding.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"r1lm-three\"\u003e\n\n        \u003cdiv class=\"r1lm-white-card\"\u003e\n          \u003cdiv class=\"r1lm-number\"\u003eR1\u003c\/div\u003e\n          \u003cdiv class=\"r1lm-label\"\u003e\n            55W CO₂ Laser Cutter \u0026amp; Engraver\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"r1lm-white-card\"\u003e\n          \u003cdiv class=\"r1lm-number\"\u003eRiser Base\u003c\/div\u003e\n          \u003cdiv class=\"r1lm-label\"\u003e\n            Expands the machine configuration for pass-through processing\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"r1lm-white-card\"\u003e\n          \u003cdiv class=\"r1lm-number\"\u003eConveyor\u003c\/div\u003e\n          \u003cdiv class=\"r1lm-label\"\u003e\n            Automatic Conveyor Feeder for long materials\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n\n  \u003c!-- LONG MATERIAL --\u003e\n  \u003csection class=\"r1lm-section\"\u003e\n    \u003cimg class=\"r1lm-image\" src=\"https:\/\/cdn-forum.bambulab.com\/original\/3X\/1\/a\/1a27e3cbb77aa7e226e08d1bdea133bc4f862392.webp\" alt=\"Bambu Lab R1 Automatic Conveyor Feeder for long materials\"\u003e\n\n    \u003cdiv class=\"r1lm-content r1lm-center\"\u003e\n      \u003ch2 class=\"r1lm-heading\"\u003eGo Furniture-Scale\u003c\/h2\u003e\n\n      \u003cp class=\"r1lm-text\"\u003e\n        With the Automatic Conveyor Feeder, R1 can process materials far beyond\n        the dimensions of its standard 600 × 300 mm work area. Pass-through feeding\n        supports workpieces up to 3,000 mm long, making the system suitable for\n        long panels, shelving, furniture components, signage and other large-format\n        cutting and engraving projects.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n\n  \u003c!-- APPLICATIONS --\u003e\n  \u003csection class=\"r1lm-section\"\u003e\n    \u003cimg class=\"r1lm-image\" src=\"https:\/\/storage.ghost.io\/c\/8d\/d9\/8dd9f85b-21c3-4782-bba8-8778cd8f2f93\/content\/images\/2026\/09\/Walnut-Lamp--PLA-Walnut-Acrylic---.jpg\" alt=\"Project created with Bambu Lab R1\"\u003e\n\n    \u003cdiv class=\"r1lm-content\"\u003e\n\n      \u003cdiv class=\"r1lm-center\" style=\"margin-bottom:28px;\"\u003e\n        \u003ch2 class=\"r1lm-heading\"\u003e\n          From Small Parts to Full-Size Projects\n        \u003c\/h2\u003e\n\n        \u003cp class=\"r1lm-text\"\u003e\n          The extended material workflow makes it possible to move from compact\n          decorative pieces to larger functional projects without giving up the\n          precision and automation of the R1 platform.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"r1lm-two\"\u003e\n\n        \u003cdiv class=\"r1lm-card\"\u003e\n          \u003ch3\u003eFurniture \u0026amp; Interior Projects\u003c\/h3\u003e\n          \u003cp\u003e\n            Process long wood and acrylic panels for shelving, decorative elements,\n            lighting projects, furniture components and custom interior pieces.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"r1lm-card\"\u003e\n          \u003ch3\u003eSigns \u0026amp; Large Decorative Pieces\u003c\/h3\u003e\n          \u003cp\u003e\n            Create long signs, display panels and decorative designs using\n            continuous pass-through material feeding.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n\n  \u003c!-- MATERIALS --\u003e\n  \u003csection class=\"r1lm-section\"\u003e\n    \u003cdiv class=\"r1lm-content\"\u003e\n\n      \u003cdiv class=\"r1lm-center\" style=\"margin-bottom:28px;\"\u003e\n        \u003ch2 class=\"r1lm-heading\"\u003eOne Laser. Many Materials.\u003c\/h2\u003e\n\n        \u003cp class=\"r1lm-text\"\u003e\n          The 55W CO₂ laser supports cutting and detailed engraving across a broad\n          range of compatible materials for creative and production workflows.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"r1lm-two\"\u003e\n\n        \u003cdiv class=\"r1lm-card\"\u003e\n          \u003ch3\u003eCut \u0026amp; Engrave\u003c\/h3\u003e\n          \u003cp\u003e\n            Wood, clear acrylic, leather, paper, fabric and other compatible materials.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"r1lm-card\"\u003e\n          \u003ch3\u003eEngrave\u003c\/h3\u003e\n          \u003cp\u003e\n            Glass, stone and coated metals expand the range of personalization\n            and decorative applications.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n\n  \u003c!-- CUTTING POWER --\u003e\n  \u003csection class=\"r1lm-section\"\u003e\n    \u003cimg class=\"r1lm-image\" src=\"https:\/\/cdn-forum.bambulab.com\/original\/3X\/c\/9\/c904599ee5d12814e8942b12232f68a0133a042c.webp\" alt=\"Bambu Lab R1 cutting wood and acrylic\"\u003e\n\n    \u003cdiv class=\"r1lm-feature\"\u003e\n\n      \u003cdiv class=\"r1lm-feature-intro\"\u003e\n        \u003ch2 class=\"r1lm-heading\"\u003ePowerful CO₂ Laser Cutting\u003c\/h2\u003e\n\n        \u003cp class=\"r1lm-text\"\u003e\n          The 55W CO₂ laser delivers the power required for demanding cutting\n          applications while also supporting detailed engraving.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"r1lm-two\"\u003e\n\n        \u003cdiv class=\"r1lm-white-card\"\u003e\n          \u003cdiv class=\"r1lm-number\"\u003eUp to 18 mm\u003c\/div\u003e\n          \u003cdiv class=\"r1lm-label\"\u003eBlack Walnut Plywood\u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"r1lm-white-card\"\u003e\n          \u003cdiv class=\"r1lm-number\"\u003eUp to 20 mm\u003c\/div\u003e\n          \u003cdiv class=\"r1lm-label\"\u003eAcrylic\u003c\/div\u003e\n        \u003c\/div\u003e\n\n      \u003c\/div\u003e\n\n      \u003cp class=\"r1lm-note\"\u003e\n        Maximum cutting thickness depends on the material, focusing lens,\n        processing settings and operating conditions.\n      \u003c\/p\u003e\n\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n\n  \u003c!-- AUTO ALIGNMENT --\u003e\n  \u003csection class=\"r1lm-section\"\u003e\n    \u003cdiv class=\"r1lm-feature\"\u003e\n\n      \u003cdiv class=\"r1lm-content r1lm-center\"\u003e\n        \u003ch2 class=\"r1lm-heading\"\u003eAutomatic Laser Alignment\u003c\/h2\u003e\n\n        \u003cp class=\"r1lm-text\"\u003e\n          R1 automates a process that traditionally requires repeated test pulses\n          and manual mirror adjustment. The Laser Alignment Sensor measures the\n          beam position, identifies optical-path deviation and works with motorized\n          mirror actuators to correct the alignment automatically. The alignment\n          process takes approximately one minute.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n\n  \u003c!-- TRISENSE --\u003e\n  \u003csection class=\"r1lm-section\"\u003e\n    \u003cdiv class=\"r1lm-content\"\u003e\n\n      \u003cdiv class=\"r1lm-center\" style=\"margin-bottom:28px;\"\u003e\n        \u003ch2 class=\"r1lm-heading\"\u003eTriSense Positioning System\u003c\/h2\u003e\n\n        \u003cp class=\"r1lm-text\"\u003e\n          Cameras, lasers and encoders work together to determine material position,\n          surface height and toolhead movement before and during processing.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"r1lm-three\"\u003e\n\n        \u003cdiv class=\"r1lm-card\"\u003e\n          \u003ch3\u003eLocalization\u003c\/h3\u003e\n          \u003cp\u003e\n            Cameras and the Pinpoint laser help position designs accurately\n            on the workpiece.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"r1lm-card\"\u003e\n          \u003ch3\u003eSurface Measurement\u003c\/h3\u003e\n          \u003cp\u003e\n            Laser distance measurement determines surface height and supports\n            automatic focusing.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"r1lm-card\"\u003e\n          \u003ch3\u003eMotion Tracking\u003c\/h3\u003e\n          \u003cp\u003e\n            XY-axis encoders continuously track toolhead movement for precise\n            and controlled processing.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n\n  \u003c!-- SPEED --\u003e\n  \u003csection class=\"r1lm-section\"\u003e\n    \u003cdiv class=\"r1lm-content\"\u003e\n\n      \u003cdiv class=\"r1lm-center\" style=\"margin-bottom:28px;\"\u003e\n        \u003ch2 class=\"r1lm-heading\"\u003eFast, Controlled Laser Processing\u003c\/h2\u003e\n\n        \u003cp class=\"r1lm-text\"\u003e\n          R1 uses motion-control technologies adapted from Bambu Lab 3D printers\n          to support accurate processing and consistent engraving during high-speed\n          toolhead movement.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"r1lm-two\"\u003e\n\n        \u003cdiv class=\"r1lm-card\"\u003e\n          \u003ch3\u003eUp to 1000 mm\/s\u003c\/h3\u003e\n          \u003cp\u003e\n            High processing speed supports efficient engraving and demanding\n            production workflows.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"r1lm-card\"\u003e\n          \u003ch3\u003eSpeed-Synced Laser Power\u003c\/h3\u003e\n          \u003cp\u003e\n            Laser output is adjusted according to movement speed to help maintain\n            consistent engraving tone during processing.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n\n  \u003c!-- SAFETY --\u003e\n  \u003csection class=\"r1lm-section\"\u003e\n    \u003cimg class=\"r1lm-image\" src=\"https:\/\/storage.ghost.io\/c\/8d\/d9\/8dd9f85b-21c3-4782-bba8-8778cd8f2f93\/content\/images\/2026\/09\/Home-Safe.jpg\" alt=\"Bambu Lab R1 laser safety system\"\u003e\n\n    \u003cdiv class=\"r1lm-content\"\u003e\n      \u003cdiv class=\"r1lm-safety\"\u003e\n\n        \u003ch3\u003eImportant Safety Information\u003c\/h3\u003e\n\n        \u003cp\u003e\n          The standard fully enclosed R1 is classified as a Class 1 laser system.\n          When accessories such as the Riser Base or Automatic Conveyor Feeder are\n          installed and the enclosure is opened for pass-through operation, additional\n          laser safety requirements apply. Follow Bambu Lab instructions for the\n          selected configuration and use the required protective equipment.\n        \u003c\/p\u003e\n\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n\n  \u003c!-- CONFIGURATION --\u003e\n  \u003csection class=\"r1lm-section\"\u003e\n    \u003cdiv class=\"r1lm-content\"\u003e\n\n      \u003ch2 class=\"r1lm-heading r1lm-center\" style=\"margin-bottom:24px;\"\u003e\n        Bundle Configuration\n      \u003c\/h2\u003e\n\n      \u003cdiv class=\"r1lm-table-wrap\"\u003e\n        \u003ctable class=\"r1lm-table\"\u003e\n          \u003ctbody\u003e\n\n            \u003ctr\u003e\n              \u003ctd\u003eProduct\u003c\/td\u003e\n              \u003ctd\u003eBambu Lab R1 Long Material Bundle\u003c\/td\u003e\n            \u003c\/tr\u003e\n\n            \u003ctr\u003e\n              \u003ctd\u003eLaser Type\u003c\/td\u003e\n              \u003ctd\u003eCO₂ Laser\u003c\/td\u003e\n            \u003c\/tr\u003e\n\n            \u003ctr\u003e\n              \u003ctd\u003eLaser Power\u003c\/td\u003e\n              \u003ctd\u003e55 W\u003c\/td\u003e\n            \u003c\/tr\u003e\n\n            \u003ctr\u003e\n              \u003ctd\u003eStandard Working Area\u003c\/td\u003e\n              \u003ctd\u003e600 × 300 mm\u003c\/td\u003e\n            \u003c\/tr\u003e\n\n            \u003ctr\u003e\n              \u003ctd\u003eLong Material Processing\u003c\/td\u003e\n              \u003ctd\u003eUp to 3,000 mm\u003c\/td\u003e\n            \u003c\/tr\u003e\n\n            \u003ctr\u003e\n              \u003ctd\u003eMaximum Processing Speed\u003c\/td\u003e\n              \u003ctd\u003eUp to 1,000 mm\/s\u003c\/td\u003e\n            \u003c\/tr\u003e\n\n            \u003ctr\u003e\n              \u003ctd\u003eBundle Components\u003c\/td\u003e\n              \u003ctd\u003eR1 + Riser Base + Automatic Conveyor Feeder\u003c\/td\u003e\n            \u003c\/tr\u003e\n\n            \u003ctr\u003e\n              \u003ctd\u003ePositioning System\u003c\/td\u003e\n              \u003ctd\u003eTriSense — cameras, lasers and encoders\u003c\/td\u003e\n            \u003c\/tr\u003e\n\n            \u003ctr\u003e\n              \u003ctd\u003eOptical Alignment\u003c\/td\u003e\n              \u003ctd\u003eAutomatic Laser Alignment\u003c\/td\u003e\n            \u003c\/tr\u003e\n\n            \u003ctr\u003e\n              \u003ctd\u003eSoftware\u003c\/td\u003e\n              \u003ctd\u003eBambu Suite — Windows \/ macOS\u003c\/td\u003e\n            \u003c\/tr\u003e\n\n          \u003c\/tbody\u003e\n        \u003c\/table\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n\n  \u003c!-- FINAL --\u003e\n  \u003csection class=\"r1lm-section\"\u003e\n    \u003cdiv class=\"r1lm-final\"\u003e\n\n      \u003ch2 class=\"r1lm-heading\"\u003e\n        Bambu Lab R1 Long Material Bundle\n      \u003c\/h2\u003e\n\n      \u003cp class=\"r1lm-text\"\u003e\n        Built for projects that extend beyond the standard laser bed, the R1 Long\n        Material Bundle combines 55W CO₂ laser performance with automatic material\n        feeding for long panels and large-format work. From signage and shelving\n        to furniture components and decorative projects, the bundle expands the\n        R1 platform for large-format cutting and engraving workflows.\n      \u003c\/p\u003e\n\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n\u003c\/div\u003e","brand":"Bambu Lab","offers":[{"title":"Default Title","offer_id":50202204668181,"sku":"R1-LONG-MATERIAL-BLACK","price":3289.0,"currency_code":"USD","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0760\/0157\/5189\/files\/R1_Long_Material_Bundle-1-compressed_1_a0e04baa-f893-4d76-8276-314cc21e68d2.jpg?v=1790249729","url":"https:\/\/futurology.tech\/products\/r1-long-material-bundle","provider":"Futurology Tech","version":"1.0","type":"link"}