{"product_id":"bambu-lab-riser-base-for-r1-laser","title":"Bambu Lab Riser Base 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  .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  .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-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    }\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      margin-top: 16px;\n      padding: 0 2px;\n      font-size: 12px;\n      line-height: 1.55;\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 R1 Accessory\u003c\/p\u003e\n\u003ch2 class=\"conveyor-title\"\u003eRiser Base\u003c\/h2\u003e\n\u003cp class=\"conveyor-text\"\u003eThe Bambu Lab Riser Base expands the working possibilities of the R1 by raising the machine and creating additional clearance beneath the processing area. It enables long-material pass-through projects, provides the space required for Rotary projects, and makes it possible to work with taller and thicker objects that would not normally fit inside the R1.\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\"\u003eBambu Lab R1\u003c\/div\u003e\n\u003cdiv class=\"conveyor-stat-label\"\u003eCompatible Machine\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"conveyor-stat\"\u003e\n\u003cdiv class=\"conveyor-stat-value\"\u003e248 mm\u003c\/div\u003e\n\u003cdiv class=\"conveyor-stat-label\"\u003eMax. Workpiece Height\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"conveyor-stat\"\u003e\n\u003cdiv class=\"conveyor-stat-value\"\u003eRotary Ready\u003c\/div\u003e\n\u003cdiv class=\"conveyor-stat-label\"\u003eExpanded Project Options\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"conveyor-stat\"\u003e\n\u003cdiv class=\"conveyor-stat-value\"\u003eUp to 3 m\u003c\/div\u003e\n\u003cdiv class=\"conveyor-stat-label\"\u003eWith Conveyor\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- MAIN PHOTO --\u003e\u003c!-- LONG 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\"\u003eMake room for long materials\u003c\/h2\u003e\n\u003cp class=\"conveyor-text\"\u003eRaise the R1 to create the pass-through clearance required for the Automatic Conveyor Feeder. With the Riser Base installed, long workpieces can pass through the machine, enabling automatic processing of extended panels, signs, furniture parts and other large-format projects.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- PHOTO --\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\/Frame_1312317893.png?v=1790256372\" alt=\"Bambu Lab R1 Riser Base for long materials\"\u003e\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- ROTARY --\u003e\n\u003csection class=\"conveyor-section\"\u003e\n\u003cdiv class=\"conveyor-content conveyor-center\"\u003e\n\u003ch2 class=\"conveyor-heading\"\u003eReady for Rotary projects\u003c\/h2\u003e\n\u003cp class=\"conveyor-text\"\u003eThe added clearance beneath the R1 creates the space required for the Rotary Attachment, allowing you to engrave cylindrical and round objects such as bowls, cups, bottles and other curved workpieces.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- PHOTO --\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\/Frame_1123862680.png?v=1790257623\" alt=\"Bambu Lab R1 Riser Base with Rotary Attachment\"\u003e\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- THICKER OBJECTS --\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\"\u003eMore room for thicker objects\u003c\/h2\u003e\n\u003cp class=\"conveyor-text\"\u003eExpand the available engraving height for thicker and bulkier workpieces. With the Riser Base installed, R1 can accommodate objects up to 248 mm high, making it easier to work with wooden boxes and other projects that would not normally fit inside the machine.\/p\u0026gt;\n\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- PHOTO --\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\/pc_rise.png?v=1790257636\" alt=\"Bambu Lab R1 Riser Base for thicker objects\"\u003e\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- PARAMETER TABLE --\u003e\n\u003csection class=\"conveyor-section\"\u003e\n\u003cdiv class=\"conveyor-content\"\u003e\n\u003ch2 class=\"conveyor-heading conveyor-center\" style=\"margin-bottom: 24px;\"\u003eParameter\u003c\/h2\u003e\n\u003cdiv class=\"conveyor-table-wrap\"\u003e\n\u003ctable class=\"conveyor-table parameter-table\"\u003e\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\u003ctbody\u003e\n\u003ctr\u003e\n\u003cth\u003eApplicable to\u003c\/th\u003e\n\u003ctd\u003e\n\u003cspan class=\"mobile-label\"\u003eSpecification\u003c\/span\u003e Bambu Lab R1\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eMax. Workpiece Height\u003c\/th\u003e\n\u003ctd\u003e\n\u003cspan class=\"mobile-label\"\u003eSpecification\u003c\/span\u003e 248 mm\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eRiser Interlock\u003c\/th\u003e\n\u003ctd\u003e\n\u003cspan class=\"mobile-label\"\u003eSpecification\u003c\/span\u003e Front door open detection: Supported \u003cbr\u003e\u003cbr\u003eUpper front door open detection: Supported \u003cbr\u003e\u003cbr\u003eRear door open detection: Supported\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eFlame Detection Sensor\u003c\/th\u003e\n\u003ctd\u003e\n\u003cspan class=\"mobile-label\"\u003eSpecification\u003c\/span\u003e 4 integrated flame sensors\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eDimensions\u003c\/th\u003e\n\u003ctd\u003e\n\u003cspan class=\"mobile-label\"\u003eSpecification\u003c\/span\u003e 940 × 560 × 234 mm\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eProduct Weight\u003c\/th\u003e\n\u003ctd\u003e\n\u003cspan class=\"mobile-label\"\u003eSpecification\u003c\/span\u003e 12.6 kg\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003ePower Supply\u003c\/th\u003e\n\u003ctd\u003e\n\u003cspan class=\"mobile-label\"\u003eSpecification\u003c\/span\u003e Powered via 8-pin cable connected to the R1\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eWorking Area\u003c\/th\u003e\n\u003ctd\u003e\n\u003cspan class=\"mobile-label\"\u003eSpecification\u003c\/span\u003e \u003cstrong\u003eR1:\u003c\/strong\u003e 600 × 300 mm \u003cbr\u003e\u003cbr\u003e\u003cstrong\u003eWith Conveyor:\u003c\/strong\u003e 600 × 3000 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!-- IN THE BOX --\u003e\n\u003csection class=\"conveyor-section\"\u003e\n\u003cdiv class=\"conveyor-content\"\u003e\n\u003ch2 class=\"conveyor-heading conveyor-center\" style=\"margin-bottom: 24px;\"\u003eIn the Box\u003c\/h2\u003e\n\u003cdiv class=\"conveyor-table-wrap\"\u003e\n\u003ctable class=\"conveyor-table box-table\"\u003e\n\u003cthead\u003e\n\u003ctr\u003e\n\u003cth\u003eItem\u003c\/th\u003e\n\u003cth\u003eQuantity\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003c\/thead\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003cth\u003eLeft Assembly\u003c\/th\u003e\n\u003ctd\u003e\n\u003cspan class=\"mobile-label\"\u003eQuantity\u003c\/span\u003e 1\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eRight Assembly\u003c\/th\u003e\n\u003ctd\u003e\n\u003cspan class=\"mobile-label\"\u003eQuantity\u003c\/span\u003e 1\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eRear Assembly\u003c\/th\u003e\n\u003ctd\u003e\n\u003cspan class=\"mobile-label\"\u003eQuantity\u003c\/span\u003e 1\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eFront Assembly\u003c\/th\u003e\n\u003ctd\u003e\n\u003cspan class=\"mobile-label\"\u003eQuantity\u003c\/span\u003e 1\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eBambu Bus Cable 8-pin\u003c\/th\u003e\n\u003ctd\u003e\n\u003cspan class=\"mobile-label\"\u003eQuantity\u003c\/span\u003e 1\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eScrews\u003c\/th\u003e\n\u003ctd\u003e\n\u003cspan class=\"mobile-label\"\u003eQuantity\u003c\/span\u003e 5\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eAllen Key\u003c\/th\u003e\n\u003ctd\u003e\n\u003cspan class=\"mobile-label\"\u003eQuantity\u003c\/span\u003e 1\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\/div\u003e","brand":"Bambu Lab","offers":[{"title":"Default Title","offer_id":50202343899413,"sku":"R1-RiserBase-Black","price":389.0,"currency_code":"USD","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0760\/0157\/5189\/files\/SL010.png?v=1790257045","url":"https:\/\/futurology.tech\/products\/bambu-lab-riser-base-for-r1-laser","provider":"Futurology Tech","version":"1.0","type":"link"}