{"product_id":"bambu-lab-r1","title":"Bambu Lab R1","description":"\u003cstyle\u003e\n  .r1-product {\n    --r1-text: #171717;\n    --r1-muted: #5f5f5f;\n    --r1-light: #f6f6f6;\n    --r1-light-2: #fafafa;\n    --r1-border: #e3e3e3;\n\n    max-width: 1200px;\n    margin: 0 auto;\n    color: var(--r1-text);\n    font-family: Arial, Helvetica, sans-serif;\n    line-height: 1.6;\n  }\n\n  .r1-product * {\n    box-sizing: border-box;\n  }\n\n  .r1-product img {\n    display: block;\n    width: 100%;\n    height: auto;\n    border-radius: 16px;\n  }\n\n  .r1-section {\n    margin-bottom: 54px;\n  }\n\n  .r1-content {\n    max-width: 920px;\n    margin-left: auto;\n    margin-right: auto;\n  }\n\n  .r1-center {\n    text-align: center;\n  }\n\n  .r1-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(--r1-text);\n  }\n\n  .r1-title {\n    margin: 0 0 18px;\n    font-size: 38px;\n    line-height: 1.15;\n    font-weight: 700;\n    color: var(--r1-text);\n  }\n\n  .r1-heading {\n    margin: 0 0 14px;\n    font-size: 30px;\n    line-height: 1.25;\n    font-weight: 700;\n    color: var(--r1-text);\n  }\n\n  .r1-text {\n    margin: 0;\n    font-size: 17px;\n    line-height: 1.65;\n    color: var(--r1-muted);\n  }\n\n  .r1-image {\n    margin-bottom: 30px;\n  }\n\n  .r1-stats {\n    display: grid;\n    grid-template-columns: repeat(4, minmax(0, 1fr));\n    gap: 14px;\n  }\n\n  .r1-stat {\n    padding: 26px 18px;\n    background: var(--r1-light);\n    border: 1px solid var(--r1-border);\n    border-radius: 14px;\n    text-align: center;\n  }\n\n  .r1-stat-value {\n    margin-bottom: 5px;\n    font-size: 29px;\n    line-height: 1.2;\n    font-weight: 700;\n    color: var(--r1-text);\n  }\n\n  .r1-stat-label {\n    font-size: 14px;\n    color: var(--r1-muted);\n  }\n\n  .r1-two-col {\n    display: grid;\n    grid-template-columns: repeat(2, minmax(0, 1fr));\n    gap: 16px;\n  }\n\n  .r1-three-col {\n    display: grid;\n    grid-template-columns: repeat(3, minmax(0, 1fr));\n    gap: 16px;\n  }\n\n  .r1-card {\n    padding: 25px;\n    background: var(--r1-light);\n    border: 1px solid var(--r1-border);\n    border-radius: 14px;\n  }\n\n  .r1-card-white {\n    background: #fff;\n  }\n\n  .r1-card h3 {\n    margin: 0 0 9px;\n    font-size: 20px;\n    line-height: 1.3;\n    color: var(--r1-text);\n  }\n\n  .r1-card p,\n  .r1-card span {\n    margin: 0;\n    color: var(--r1-muted);\n    font-size: 16px;\n    line-height: 1.55;\n  }\n\n  .r1-feature-section {\n    padding: 42px 30px;\n    background: var(--r1-light);\n    border: 1px solid var(--r1-border);\n    border-radius: 18px;\n  }\n\n  .r1-feature-intro {\n    max-width: 850px;\n    margin: 0 auto 30px;\n    text-align: center;\n  }\n\n  .r1-big-number {\n    margin-bottom: 6px;\n    font-size: 34px;\n    line-height: 1.15;\n    font-weight: 700;\n    color: var(--r1-text);\n  }\n\n  .r1-big-label {\n    font-size: 15px;\n    color: var(--r1-muted);\n  }\n\n  .r1-light-card {\n    padding: 26px;\n    background: #fff;\n    border: 1px solid var(--r1-border);\n    border-radius: 14px;\n    text-align: center;\n  }\n\n  .r1-safety-grid {\n    display: grid;\n    grid-template-columns: repeat(2, minmax(0, 1fr));\n    gap: 14px;\n  }\n\n  .r1-safety-item {\n    padding: 20px;\n    background: var(--r1-light);\n    border: 1px solid var(--r1-border);\n    border-radius: 12px;\n    color: var(--r1-text);\n    font-size: 16px;\n  }\n\n  .r1-note {\n    margin: 18px 0 0;\n    font-size: 13px;\n    line-height: 1.55;\n    color: #777;\n    text-align: center;\n  }\n\n  .r1-table-wrap {\n    overflow-x: auto;\n  }\n\n  .r1-table {\n    width: 100%;\n    border-collapse: collapse;\n    font-size: 15px;\n    color: var(--r1-text);\n  }\n\n  .r1-table td {\n    padding: 15px 14px;\n    border-bottom: 1px solid var(--r1-border);\n    vertical-align: top;\n  }\n\n  .r1-table td:first-child {\n    width: 45%;\n    font-weight: 700;\n  }\n\n  .r1-final {\n    padding: 44px 30px;\n    background: var(--r1-light);\n    border: 1px solid var(--r1-border);\n    border-radius: 18px;\n    text-align: center;\n  }\n\n  .r1-final .r1-heading {\n    color: var(--r1-text);\n  }\n\n  .r1-final .r1-text {\n    max-width: 850px;\n    margin: 0 auto;\n    color: var(--r1-muted);\n  }\n\n  @media (max-width: 900px) {\n    .r1-stats {\n      grid-template-columns: repeat(2, minmax(0, 1fr));\n    }\n\n    .r1-three-col {\n      grid-template-columns: 1fr;\n    }\n  }\n\n  @media (max-width: 650px) {\n    .r1-product {\n      padding: 0 2px;\n    }\n\n    .r1-section {\n      margin-bottom: 40px;\n    }\n\n    .r1-title {\n      font-size: 30px;\n    }\n\n    .r1-heading {\n      font-size: 25px;\n    }\n\n    .r1-text {\n      font-size: 16px;\n    }\n\n    .r1-stats,\n    .r1-two-col,\n    .r1-safety-grid {\n      grid-template-columns: 1fr;\n    }\n\n    .r1-feature-section,\n    .r1-final {\n      padding: 30px 20px;\n    }\n\n    .r1-stat-value {\n      font-size: 27px;\n    }\n\n    .r1-table td {\n      padding: 12px 10px;\n    }\n  }\n\u003c\/style\u003e\n\n\n\u003cdiv class=\"r1-product\"\u003e\n\n  \u003c!-- HERO IMAGE --\u003e\n  \u003cdiv class=\"r1-section\"\u003e\n    \u003cimg class=\"r1-image\" src=\"https:\/\/storage.ghost.io\/c\/8d\/d9\/8dd9f85b-21c3-4782-bba8-8778cd8f2f93\/content\/images\/size\/w1200\/2026\/09\/R1-hero-2026.jpg\" alt=\"Bambu Lab R1 55W CO2 Laser Cutter and Engraver\"\u003e\n\n    \u003cdiv class=\"r1-content r1-center\"\u003e\n      \u003cp class=\"r1-eyebrow\"\u003eBambu Lab R1\u003c\/p\u003e\n\n      \u003ch2 class=\"r1-title\"\u003e\n        55W CO₂ Laser Cutter \u0026amp; Engraver\n      \u003c\/h2\u003e\n\n      \u003cp class=\"r1-text\"\u003e\n        Bambu Lab R1 brings powerful CO₂ laser cutting and engraving into a streamlined desktop system.\n        Designed for demanding creative and production workflows, it combines a 55W CO₂ laser,\n        intelligent positioning, automatic optical-path alignment, high-speed motion control,\n        and a spacious working area in one integrated machine.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n\n  \u003c!-- KEY SPECS --\u003e\n  \u003cdiv class=\"r1-section\"\u003e\n    \u003cdiv class=\"r1-stats\"\u003e\n\n      \u003cdiv class=\"r1-stat\"\u003e\n        \u003cdiv class=\"r1-stat-value\"\u003e55W\u003c\/div\u003e\n        \u003cdiv class=\"r1-stat-label\"\u003eCO₂ Laser Power\u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"r1-stat\"\u003e\n        \u003cdiv class=\"r1-stat-value\"\u003e600 × 300 mm\u003c\/div\u003e\n        \u003cdiv class=\"r1-stat-label\"\u003eWorking Area\u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"r1-stat\"\u003e\n        \u003cdiv class=\"r1-stat-value\"\u003e1000 mm\/s\u003c\/div\u003e\n        \u003cdiv class=\"r1-stat-label\"\u003eMaximum Speed\u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"r1-stat\"\u003e\n        \u003cdiv class=\"r1-stat-value\"\u003eAuto\u003c\/div\u003e\n        \u003cdiv class=\"r1-stat-label\"\u003eLaser Alignment\u003c\/div\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n\n  \u003c!-- PRODUCT OVERVIEW --\u003e\n  \u003cdiv class=\"r1-section\"\u003e\n\n    \u003cimg class=\"r1-image\" src=\"https:\/\/storage.ghost.io\/c\/8d\/d9\/8dd9f85b-21c3-4782-bba8-8778cd8f2f93\/content\/images\/2026\/09\/View-6.jpg\" alt=\"Bambu Lab R1 CO2 Laser Cutter\"\u003e\n\n    \u003cdiv class=\"r1-content r1-center\"\u003e\n      \u003ch2 class=\"r1-heading\"\u003e\n        Big Jobs. Light Work.\n      \u003c\/h2\u003e\n\n      \u003cp class=\"r1-text\"\u003e\n        R1 is Bambu Lab’s dedicated CO₂ laser platform for cutting and engraving a broad range of\n        materials. It is designed to reduce the manual setup traditionally associated with CO₂ laser\n        machines while delivering the precision and automated workflow familiar from the Bambu Lab ecosystem.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n\n  \u003c!-- MATERIALS --\u003e\n  \u003cdiv class=\"r1-section\"\u003e\n\n    \u003cimg class=\"r1-image\" src=\"https:\/\/storage.ghost.io\/c\/8d\/d9\/8dd9f85b-21c3-4782-bba8-8778cd8f2f93\/content\/images\/2026\/09\/Acrylic-Material.jpg\" alt=\"Acrylic project made with Bambu Lab R1\"\u003e\n\n    \u003cdiv class=\"r1-content\"\u003e\n\n      \u003cdiv class=\"r1-center\" style=\"margin-bottom:28px;\"\u003e\n        \u003ch2 class=\"r1-heading\"\u003e\n          One Laser. Many Materials.\n        \u003c\/h2\u003e\n\n        \u003cp class=\"r1-text\"\u003e\n          The 55W CO₂ laser expands what can be produced on a desktop machine,\n          supporting both cutting and detailed engraving across a wide range of materials.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"r1-two-col\"\u003e\n\n        \u003cdiv class=\"r1-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=\"r1-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\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n\n  \u003c!-- SINGLE PASS CUTTING --\u003e\n  \u003cdiv class=\"r1-section\"\u003e\n\n    \u003cdiv class=\"r1-feature-section\"\u003e\n\n      \u003cdiv class=\"r1-feature-intro\"\u003e\n        \u003ch2 class=\"r1-heading\"\u003e\n          Powerful Single-Pass Cutting\n        \u003c\/h2\u003e\n\n        \u003cp class=\"r1-text\"\u003e\n          The 55W CO₂ laser is capable of cutting thick materials while reducing\n          the need for repeated passes.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"r1-two-col\"\u003e\n\n        \u003cdiv class=\"r1-light-card\"\u003e\n          \u003cdiv class=\"r1-big-number\"\u003eUp to 18 mm\u003c\/div\u003e\n          \u003cdiv class=\"r1-big-label\"\u003eBlack Walnut Plywood\u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"r1-light-card\"\u003e\n          \u003cdiv class=\"r1-big-number\"\u003eUp to 20 mm\u003c\/div\u003e\n          \u003cdiv class=\"r1-big-label\"\u003eAcrylic\u003c\/div\u003e\n        \u003c\/div\u003e\n\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n\n  \u003c!-- WORK AREA --\u003e\n  \u003cdiv class=\"r1-section\"\u003e\n\n    \u003cdiv class=\"r1-content r1-center\"\u003e\n\n      \u003ch2 class=\"r1-heading\"\u003e\n        From Desktop Projects to Furniture-Scale Work\n      \u003c\/h2\u003e\n\n      \u003cp class=\"r1-text\"\u003e\n        The standard 600 × 300 mm working area provides room for everyday cutting\n        and engraving projects. With the optional Conveyor, R1 can process materials\n        up to 3,000 mm long, opening the workflow to long panels and larger-scale projects.\n      \u003c\/p\u003e\n\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n\n  \u003c!-- TRISENSE IMAGE --\u003e\n  \u003cdiv class=\"r1-section\"\u003e\n\n    \u003cimg class=\"r1-image\" src=\"https:\/\/storage.ghost.io\/c\/8d\/d9\/8dd9f85b-21c3-4782-bba8-8778cd8f2f93\/content\/images\/2026\/09\/TriSense-System.jpg\" alt=\"Bambu Lab R1 TriSense positioning system\"\u003e\n\n    \u003cdiv class=\"r1-content\"\u003e\n\n      \u003cdiv class=\"r1-center\" style=\"margin-bottom:28px;\"\u003e\n        \u003ch2 class=\"r1-heading\"\u003e\n          TriSense Positioning System\n        \u003c\/h2\u003e\n\n        \u003cp class=\"r1-text\"\u003e\n          R1 combines cameras, lasers and encoders to understand the workspace\n          before processing begins. The system determines where the material is located,\n          measures surface height and tracks toolhead movement.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"r1-three-col\"\u003e\n\n        \u003cdiv class=\"r1-card\"\u003e\n          \u003ch3\u003eLocalization\u003c\/h3\u003e\n          \u003cp\u003e\n            Cameras and the Pinpoint laser help place designs precisely on the workpiece.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"r1-card\"\u003e\n          \u003ch3\u003eSurface Measurement\u003c\/h3\u003e\n          \u003cp\u003e\n            Laser distance measurement enables automatic focusing on flat or curved surfaces.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"r1-card\"\u003e\n          \u003ch3\u003eMotion Tracking\u003c\/h3\u003e\n          \u003cp\u003e\n            XY-axis encoders track toolhead movement in real time for accurate processing.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n\n  \u003c!-- AUTO ALIGNMENT --\u003e\n  \u003cdiv class=\"r1-section\"\u003e\n\n    \u003cdiv class=\"r1-feature-section\"\u003e\n\n      \u003cdiv class=\"r1-content r1-center\"\u003e\n\n        \u003ch2 class=\"r1-heading\"\u003e\n          Automatic Laser Alignment\n        \u003c\/h2\u003e\n\n        \u003cp class=\"r1-text\"\u003e\n          Traditional CO₂ laser alignment can require repeated test pulses and manual mirror adjustment.\n          R1 automates this process. Its Laser Alignment Sensor measures the beam position,\n          identifies optical-path deviation and uses motorized mirror actuators to correct\n          the alignment automatically, with the process taking about one minute.\n        \u003c\/p\u003e\n\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n\n  \u003c!-- SPEED --\u003e\n  \u003cdiv class=\"r1-section\"\u003e\n\n    \u003cdiv class=\"r1-content\"\u003e\n\n      \u003cdiv class=\"r1-center\" style=\"margin-bottom:28px;\"\u003e\n\n        \u003ch2 class=\"r1-heading\"\u003e\n          Fast Motion. Consistent Engraving.\n        \u003c\/h2\u003e\n\n        \u003cp class=\"r1-text\"\u003e\n          Motion-control technologies adapted from Bambu Lab’s 3D printers help maintain\n          sharp details and consistent engraving quality even during rapid toolhead movement.\n        \u003c\/p\u003e\n\n      \u003c\/div\u003e\n\n\n      \u003cdiv class=\"r1-two-col\"\u003e\n\n        \u003cdiv class=\"r1-card\"\u003e\n          \u003ch3\u003eVibration Compensation\u003c\/h3\u003e\n\n          \u003cp\u003e\n            Suppresses mechanical resonance after direction changes to help keep\n            engraved lines crisp and controlled.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"r1-card\"\u003e\n          \u003ch3\u003eSpeed-Synced Laser Power\u003c\/h3\u003e\n\n          \u003cp\u003e\n            Laser power is adjusted according to movement speed to maintain a more\n            consistent engraving tone at speeds up to 1000 mm\/s.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n\n  \u003c!-- SAFETY --\u003e\n  \u003cdiv class=\"r1-section\"\u003e\n\n    \u003cimg class=\"r1-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 enclosed desktop CO2 laser\"\u003e\n\n    \u003cdiv class=\"r1-content\"\u003e\n\n      \u003cdiv class=\"r1-center\" style=\"margin-bottom:28px;\"\u003e\n\n        \u003ch2 class=\"r1-heading\"\u003e\n          Safety Built Into the System\n        \u003c\/h2\u003e\n\n        \u003cp class=\"r1-text\"\u003e\n          In its standard fully enclosed configuration, R1 is classified as a Class 1\n          laser system under IEC 60825-1. Multiple integrated safety functions help\n          protect the workspace during normal operation.\n        \u003c\/p\u003e\n\n      \u003c\/div\u003e\n\n\n      \u003cdiv class=\"r1-safety-grid\"\u003e\n\n        \u003cdiv class=\"r1-safety-item\"\u003e\n          Crossflow smoke ventilation\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"r1-safety-item\"\u003e\n          Automatic laser stop when the lid is opened\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"r1-safety-item\"\u003e\n          Five flame-detection sensors\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"r1-safety-item\"\u003e\n          Emergency stop switch\n        \u003c\/div\u003e\n\n      \u003c\/div\u003e\n\n      \u003cp class=\"r1-note\"\u003e\n        Note: installing accessories such as the Riser Base or Conveyor changes\n        the enclosure configuration and requires the safety procedures specified by Bambu Lab.\n      \u003c\/p\u003e\n\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n\n  \u003c!-- ECOSYSTEM --\u003e\n  \u003cdiv class=\"r1-section\"\u003e\n\n    \u003cimg class=\"r1-image\" src=\"https:\/\/storage.ghost.io\/c\/8d\/d9\/8dd9f85b-21c3-4782-bba8-8778cd8f2f93\/content\/images\/2026\/09\/R1-X2D_on-one-bench.jpg\" alt=\"Bambu Lab R1 in the Bambu Lab ecosystem\"\u003e\n\n    \u003cdiv class=\"r1-content r1-center\"\u003e\n\n      \u003ch2 class=\"r1-heading\"\u003e\n        Part of the Bambu Lab Ecosystem\n      \u003c\/h2\u003e\n\n      \u003cp class=\"r1-text\"\u003e\n        R1 uses the same Bambu account and connects with the MakerWorld ecosystem.\n        Projects and machine control are handled through Bambu Suite on Windows and macOS,\n        bringing laser cutting and engraving into the familiar Bambu Lab workflow.\n      \u003c\/p\u003e\n\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n\n  \u003c!-- SPECIFICATIONS --\u003e\n  \u003cdiv class=\"r1-section\"\u003e\n\n    \u003cdiv class=\"r1-content\"\u003e\n\n      \u003ch2 class=\"r1-heading r1-center\" style=\"margin-bottom:24px;\"\u003e\n        Key Specifications\n      \u003c\/h2\u003e\n\n      \u003cdiv class=\"r1-table-wrap\"\u003e\n\n        \u003ctable class=\"r1-table\"\u003e\n          \u003ctbody\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\u003eMaximum Material Length with Conveyor\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\u003eBlack Walnut Plywood Cutting\u003c\/td\u003e\n              \u003ctd\u003eUp to 18 mm*\u003c\/td\u003e\n            \u003c\/tr\u003e\n\n            \u003ctr\u003e\n              \u003ctd\u003eAcrylic Cutting\u003c\/td\u003e\n              \u003ctd\u003eUp to 20 mm*\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            \u003ctr\u003e\n              \u003ctd\u003eLaser Safety\u003c\/td\u003e\n              \u003ctd\u003eClass 1 in standard enclosed configuration\u003c\/td\u003e\n            \u003c\/tr\u003e\n\n          \u003c\/tbody\u003e\n        \u003c\/table\u003e\n\n      \u003c\/div\u003e\n\n      \u003cp class=\"r1-note\" style=\"text-align:left;\"\u003e\n        *Maximum cutting thickness depends on the material, focusing lens,\n        settings and processing conditions.\n      \u003c\/p\u003e\n\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n\n  \u003c!-- FINAL BLOCK --\u003e\n  \u003cdiv class=\"r1-section\"\u003e\n\n    \u003cdiv class=\"r1-final\"\u003e\n\n      \u003ch2 class=\"r1-heading\"\u003e\n        Bambu Lab R1 — From Idea to Finished Part\n      \u003c\/h2\u003e\n\n      \u003cp class=\"r1-text\"\u003e\n        From detailed engraving and transparent acrylic projects to thick wood cutting\n        and long-format work, Bambu Lab R1 combines power, intelligent positioning\n        and automation in a single desktop CO₂ laser platform.\n      \u003c\/p\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"Bambu Lab","offers":[{"title":"Default Title","offer_id":50202189922581,"sku":"R1-BLACK","price":2499.0,"currency_code":"USD","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0760\/0157\/5189\/files\/4_42e91b2c-1c48-4900-a070-bd7a89b400e9.jpg?v=1790248006","url":"https:\/\/futurology.tech\/products\/bambu-lab-r1","provider":"Futurology Tech","version":"1.0","type":"link"}