{"product_id":"bambu-lab-focusing-lens-medium-long-focal-for-r1-laser","title":"Bambu Lab Focusing Lens Medium Focal for R1 Laser","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  \/* TABLES DESKTOP *\/\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-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-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    }\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\n\n\u003cdiv class=\"conveyor-product\"\u003e\n\n  \u003c!-- INTRO --\u003e\n  \u003csection class=\"conveyor-section\"\u003e\n\n    \u003cdiv class=\"conveyor-content conveyor-center\"\u003e\n\n      \u003cp class=\"conveyor-eyebrow\"\u003e\n        Bambu Lab R1 Accessory\n      \u003c\/p\u003e\n\n      \u003ch2 class=\"conveyor-title\"\u003e\n        Focusing Lens – Medium Focal\n      \u003c\/h2\u003e\n\n      \u003cp class=\"conveyor-text\"\u003e\n        Expand the cutting capabilities of the Bambu Lab R1 with the Medium Focal\n        Focusing Lens. Designed for the R1 55W CO₂ laser, this lens provides a\n        greater depth of focus than the standard short-focus lens, helping maintain\n        effective laser concentration through thicker materials and improving\n        cutting performance for demanding projects.\n      \u003c\/p\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/section\u003e\n\n\n  \u003c!-- TOP CARDS --\u003e\n  \u003csection class=\"conveyor-section\"\u003e\n\n    \u003cdiv class=\"conveyor-stats\"\u003e\n\n      \u003cdiv class=\"conveyor-stat\"\u003e\n        \u003cdiv class=\"conveyor-stat-value\"\u003e\n          Bambu Lab R1\n        \u003c\/div\u003e\n        \u003cdiv class=\"conveyor-stat-label\"\u003e\n          Compatible Machine\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"conveyor-stat\"\u003e\n        \u003cdiv class=\"conveyor-stat-value\"\u003e\n          55W CO₂\n        \u003c\/div\u003e\n        \u003cdiv class=\"conveyor-stat-label\"\u003e\n          Laser System\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"conveyor-stat\"\u003e\n        \u003cdiv class=\"conveyor-stat-value\"\u003e\n          Ø0.17 mm\n        \u003c\/div\u003e\n        \u003cdiv class=\"conveyor-stat-label\"\u003e\n          Focus Spot Size\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"conveyor-stat\"\u003e\n        \u003cdiv class=\"conveyor-stat-value\"\u003e\n          Up to 20 mm\n        \u003c\/div\u003e\n        \u003cdiv class=\"conveyor-stat-label\"\u003e\n          Acrylic Cutting Capacity\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/section\u003e\n\n\n  \u003c!-- MEDIUM FOCAL --\u003e\n  \u003csection class=\"conveyor-section\"\u003e\n\n    \u003cdiv class=\"conveyor-feature\"\u003e\n\n      \u003cdiv class=\"conveyor-content conveyor-center\"\u003e\n\n        \u003ch2 class=\"conveyor-heading\"\u003e\n          Medium Focal Length\n        \u003c\/h2\u003e\n\n        \u003cp class=\"conveyor-text\"\u003e\n          The Medium Focal lens provides a balanced combination of precision,\n          cutting speed and cutting capability. Its Ø0.17 mm laser spot and\n          increased depth of focus make it well suited for thicker materials\n          while still maintaining good detail performance.\n        \u003c\/p\u003e\n\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/section\u003e\n\n\n  \u003c!-- THICK MATERIALS --\u003e\n  \u003csection class=\"conveyor-section\"\u003e\n\n    \u003cdiv class=\"conveyor-feature\"\u003e\n\n      \u003cdiv class=\"conveyor-content conveyor-center\"\u003e\n\n        \u003ch2 class=\"conveyor-heading\"\u003e\n          Designed for thicker materials\n        \u003c\/h2\u003e\n\n        \u003cp class=\"conveyor-text\"\u003e\n          The Medium Focal lens increases the effective depth of focus,\n          helping the R1 maintain cutting performance through thicker workpieces.\n          With the appropriate settings, the R1 can cut up to\n          18 mm black walnut plywood and 20 mm acrylic in a single pass.\n        \u003c\/p\u003e\n\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/section\u003e\n\n\n  \u003c!-- PARAMETER --\u003e\n  \u003csection class=\"conveyor-section\"\u003e\n\n    \u003cdiv class=\"conveyor-content\"\u003e\n\n      \u003ch2 class=\"conveyor-heading conveyor-center\" style=\"margin-bottom:24px;\"\u003e\n        Parameter\n      \u003c\/h2\u003e\n\n      \u003cdiv class=\"conveyor-table-wrap\"\u003e\n\n        \u003ctable class=\"conveyor-table\"\u003e\n\n          \u003cthead\u003e\n            \u003ctr\u003e\n              \u003cth\u003eParameter\u003c\/th\u003e\n              \u003cth\u003eSpecification\u003c\/th\u003e\n            \u003c\/tr\u003e\n          \u003c\/thead\u003e\n\n          \u003ctbody\u003e\n\n            \u003ctr\u003e\n              \u003cth\u003eApplicable to\u003c\/th\u003e\n              \u003ctd\u003e\n                \u003cspan class=\"mobile-label\"\u003eSpecification\u003c\/span\u003e\n                Bambu Lab R1\n              \u003c\/td\u003e\n            \u003c\/tr\u003e\n\n            \u003ctr\u003e\n              \u003cth\u003eLaser Type\u003c\/th\u003e\n              \u003ctd\u003e\n                \u003cspan class=\"mobile-label\"\u003eSpecification\u003c\/span\u003e\n                55W CO₂\n              \u003c\/td\u003e\n            \u003c\/tr\u003e\n\n            \u003ctr\u003e\n              \u003cth\u003eSpot Size\u003c\/th\u003e\n              \u003ctd\u003e\n                \u003cspan class=\"mobile-label\"\u003eSpecification\u003c\/span\u003e\n                Ø0.17 mm\n              \u003c\/td\u003e\n            \u003c\/tr\u003e\n\n            \u003ctr\u003e\n              \u003cth\u003eBlack Walnut Plywood Cutting Capacity\u003c\/th\u003e\n              \u003ctd\u003e\n                \u003cspan class=\"mobile-label\"\u003eSpecification\u003c\/span\u003e\n                Up to 18 mm\n              \u003c\/td\u003e\n            \u003c\/tr\u003e\n\n            \u003ctr\u003e\n              \u003cth\u003eAcrylic Cutting Capacity\u003c\/th\u003e\n              \u003ctd\u003e\n                \u003cspan class=\"mobile-label\"\u003eSpecification\u003c\/span\u003e\n                Up to 20 mm\n              \u003c\/td\u003e\n            \u003c\/tr\u003e\n\n            \u003ctr\u003e\n              \u003cth\u003eBest For\u003c\/th\u003e\n              \u003ctd\u003e\n                \u003cspan class=\"mobile-label\"\u003eSpecification\u003c\/span\u003e\n                Balance of precision, speed and cutting capability\n              \u003c\/td\u003e\n            \u003c\/tr\u003e\n\n          \u003c\/tbody\u003e\n\n        \u003c\/table\u003e\n\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/section\u003e\n\n\u003c\/div\u003e","brand":"Bambu Lab","offers":[{"title":"Default Title","offer_id":50202370670869,"sku":"R1-MediumFocal-Lens","price":30.99,"currency_code":"USD","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0760\/0157\/5189\/files\/SLA099.png?v=1790257969","url":"https:\/\/futurology.tech\/products\/bambu-lab-focusing-lens-medium-long-focal-for-r1-laser","provider":"Futurology Tech","version":"1.0","type":"link"}