{"product_id":"automatic-conveyor-feeder","title":"Bambu Lab Automatic Conveyor Feeder 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  \/* TABLE MOBILE LABELS *\/\n  .mobile-label {\n    display: none;\n  }\n\n  \/* TABLET *\/\n  @media (max-width: 900px) {\n    .conveyor-stats {\n      grid-template-columns: repeat(2, minmax(0, 1fr));\n    }\n  }\n\n  \/* MOBILE *\/\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\n\u003cdiv class=\"conveyor-product\"\u003e\n\n  \u003c!-- INTRO --\u003e\n  \u003csection class=\"conveyor-section\"\u003e\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        Automatic Conveyor Feeder\n      \u003c\/h2\u003e\n\n      \u003cp class=\"conveyor-text\"\u003e\n        The Bambu Lab Automatic Conveyor Feeder expands the R1 for long-material\n        laser projects by automatically feeding workpieces through the machine\n        during processing. It makes it easier to work with extended signs,\n        panels, furniture parts and other large-format projects while reducing\n        the need for manual repositioning.\n      \u003c\/p\u003e\n\n    \u003c\/div\u003e\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          Ready-to-Use\n        \u003c\/div\u003e\n        \u003cdiv class=\"conveyor-stat-label\"\u003e\n          R1 Accessory\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"conveyor-stat\"\u003e\n        \u003cdiv class=\"conveyor-stat-value\"\u003e\n          Automatic\n        \u003c\/div\u003e\n        \u003cdiv class=\"conveyor-stat-label\"\u003e\n          Material Feeding\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 3 m\n        \u003c\/div\u003e\n        \u003cdiv class=\"conveyor-stat-label\"\u003e\n          Extended Processing Length\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/section\u003e\n\n\n  \u003c!-- PHOTO --\u003e\n  \u003csection class=\"conveyor-section\"\u003e\n\n    \u003cdiv class=\"conveyor-image-wrap\"\u003e\n      \u003cimg class=\"conveyor-image\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0760\/0157\/5189\/files\/Frame_1312317893.png?v=1790256372\" alt=\"Bambu Lab Automatic Conveyor Feeder for R1\"\u003e\n    \u003c\/div\u003e\n\n  \u003c\/section\u003e\n\n\n  \u003c!-- GO UP TO 3 METERS --\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          Go up to 3 meters long\n        \u003c\/h2\u003e\n\n        \u003cp class=\"conveyor-text\"\u003e\n          The Conveyor automatically feeds long materials through R1 during\n          processing, extending the processing length up to 3,000 mm for signs,\n          panels, furniture parts, and other large-format projects.\n        \u003c\/p\u003e\n\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/section\u003e\n\n\n  \u003c!-- EASY TO INSTALL --\u003e\n  \u003csection class=\"conveyor-section\"\u003e\n\n    \u003cdiv class=\"conveyor-content conveyor-center\"\u003e\n\n      \u003ch2 class=\"conveyor-heading\"\u003e\n        Easy to install and remove\n      \u003c\/h2\u003e\n\n      \u003cp class=\"conveyor-text\"\u003e\n        The Conveyor is quick to install and easy to remove, making it simple\n        to switch between long-material and regular-size projects.\n      \u003c\/p\u003e\n\n      \u003cp class=\"conveyor-text\" style=\"margin-top:10px;\"\u003e\n        \u003cem\u003eRequires the Riser for installation and use.\u003c\/em\u003e\n      \u003c\/p\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/section\u003e\n\n\n  \u003c!-- PARAMETER TABLE --\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 parameter-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\u003eProduct Dimensions\u003c\/th\u003e\n              \u003ctd\u003e\n                \u003cspan class=\"mobile-label\"\u003eSpecification\u003c\/span\u003e\n                117 × 1234 × 756 mm\n              \u003c\/td\u003e\n            \u003c\/tr\u003e\n\n            \u003ctr\u003e\n              \u003cth\u003ePackage Dimensions\u003c\/th\u003e\n              \u003ctd\u003e\n                \u003cspan class=\"mobile-label\"\u003eSpecification\u003c\/span\u003e\n                867 × 388 × 246 mm\n              \u003c\/td\u003e\n            \u003c\/tr\u003e\n\n            \u003ctr\u003e\n              \u003cth\u003eDimensions\u003c\/th\u003e\n              \u003ctd\u003e\n                \u003cspan class=\"mobile-label\"\u003eSpecification\u003c\/span\u003e\n                940 × 560 × 234 mm\n              \u003c\/td\u003e\n            \u003c\/tr\u003e\n\n            \u003ctr\u003e\n              \u003cth\u003eNet Weight\u003c\/th\u003e\n              \u003ctd\u003e\n                \u003cspan class=\"mobile-label\"\u003eSpecification\u003c\/span\u003e\n                Approx. 9.2 kg\n              \u003c\/td\u003e\n            \u003c\/tr\u003e\n\n            \u003ctr\u003e\n              \u003cth\u003eMax. Workpiece Size\u003c\/th\u003e\n              \u003ctd\u003e\n                \u003cspan class=\"mobile-label\"\u003eSpecification\u003c\/span\u003e\n\n                \u003cstrong\u003eGuide rail only, no extension:\u003c\/strong\u003e\u003cbr\u003e\n                450 mm \u0026lt; length \u0026lt; 1500 mm\n\n                \u003cbr\u003e\u003cbr\u003e\n\n                \u003cstrong\u003eGuide rail + 1 extension:\u003c\/strong\u003e\u003cbr\u003e\n                450 mm \u0026lt; length \u0026lt; 2000 mm\n\n                \u003cbr\u003e\u003cbr\u003e\n\n                \u003cstrong\u003eGuide rail + 2 extensions:\u003c\/strong\u003e\u003cbr\u003e\n                450 mm \u0026lt; length \u0026lt; 2500 mm\n\n                \u003cbr\u003e\u003cbr\u003e\n\n                \u003cstrong\u003eGuide rail + 3 extensions:\u003c\/strong\u003e\u003cbr\u003e\n                450 mm \u0026lt; length \u0026lt; 3000 mm\n              \u003c\/td\u003e\n            \u003c\/tr\u003e\n\n            \u003ctr\u003e\n              \u003cth\u003eMax. Processing Speed\u003c\/th\u003e\n              \u003ctd\u003e\n                \u003cspan class=\"mobile-label\"\u003eSpecification\u003c\/span\u003e\n\n                Laser Fill \/ Laser Image: 1000 mm\/s\n\n                \u003cbr\u003e\u003cbr\u003e\n\n                Laser Line \/ Laser Cut: 200 mm\/s\n              \u003c\/td\u003e\n            \u003c\/tr\u003e\n\n            \u003ctr\u003e\n              \u003cth\u003ePower Supply\u003c\/th\u003e\n              \u003ctd\u003e\n                \u003cspan class=\"mobile-label\"\u003eSpecification\u003c\/span\u003e\n                Powered via 6-pin cable connected to the R1 riser base\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      \u003cp class=\"conveyor-note\"\u003e\n        * The length of material the machine can engrave depends on whether\n        guide rail extensions are used and how many. No matter how many sets\n        of extension rails are used, it is recommended to use no more than\n        3 sets at maximum. The length of the material shall not exceed\n        200 mm beyond the total length of the rails plus the machine.\n      \u003c\/p\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/section\u003e\n\n\n  \u003c!-- IN THE BOX --\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        In the Box\n      \u003c\/h2\u003e\n\n      \u003cdiv class=\"conveyor-table-wrap\"\u003e\n\n        \u003ctable class=\"conveyor-table box-table\"\u003e\n\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\n          \u003ctbody\u003e\n\n            \u003ctr\u003e\n              \u003cth\u003eSmoke Curtain Mount\u003c\/th\u003e\n              \u003ctd\u003e\n                \u003cspan class=\"mobile-label\"\u003eQuantity\u003c\/span\u003e\n                1\n              \u003c\/td\u003e\n            \u003c\/tr\u003e\n\n            \u003ctr\u003e\n              \u003cth\u003eSupport Roller Assembly\u003c\/th\u003e\n              \u003ctd\u003e\n                \u003cspan class=\"mobile-label\"\u003eQuantity\u003c\/span\u003e\n                1\n              \u003c\/td\u003e\n            \u003c\/tr\u003e\n\n            \u003ctr\u003e\n              \u003cth\u003eConveyor Roller Assembly\u003c\/th\u003e\n              \u003ctd\u003e\n                \u003cspan class=\"mobile-label\"\u003eQuantity\u003c\/span\u003e\n                1\n              \u003c\/td\u003e\n            \u003c\/tr\u003e\n\n            \u003ctr\u003e\n              \u003cth\u003eGuide Rail\u003c\/th\u003e\n              \u003ctd\u003e\n                \u003cspan class=\"mobile-label\"\u003eQuantity\u003c\/span\u003e\n                4\n              \u003c\/td\u003e\n            \u003c\/tr\u003e\n\n            \u003ctr\u003e\n              \u003cth\u003eGuide Rail Support\u003c\/th\u003e\n              \u003ctd\u003e\n                \u003cspan class=\"mobile-label\"\u003eQuantity\u003c\/span\u003e\n                4\n              \u003c\/td\u003e\n            \u003c\/tr\u003e\n\n            \u003ctr\u003e\n              \u003cth\u003eBambu Bus Cable 6-pin\u003c\/th\u003e\n              \u003ctd\u003e\n                \u003cspan class=\"mobile-label\"\u003eQuantity\u003c\/span\u003e\n                1\n              \u003c\/td\u003e\n            \u003c\/tr\u003e\n\n            \u003ctr\u003e\n              \u003cth\u003eSensor Light Shield\u003c\/th\u003e\n              \u003ctd\u003e\n                \u003cspan class=\"mobile-label\"\u003eQuantity\u003c\/span\u003e\n                1\n              \u003c\/td\u003e\n            \u003c\/tr\u003e\n\n            \u003ctr\u003e\n              \u003cth\u003eScrews (for Smoke Curtain Mount)\u003c\/th\u003e\n              \u003ctd\u003e\n                \u003cspan class=\"mobile-label\"\u003eQuantity\u003c\/span\u003e\n                6\n              \u003c\/td\u003e\n            \u003c\/tr\u003e\n\n            \u003ctr\u003e\n              \u003cth\u003eScrews (for Support Roller Assembly)\u003c\/th\u003e\n              \u003ctd\u003e\n                \u003cspan class=\"mobile-label\"\u003eQuantity\u003c\/span\u003e\n                6\n              \u003c\/td\u003e\n            \u003c\/tr\u003e\n\n            \u003ctr\u003e\n              \u003cth\u003eScrews (for Conveyor Roller Assembly)\u003c\/th\u003e\n              \u003ctd\u003e\n                \u003cspan class=\"mobile-label\"\u003eQuantity\u003c\/span\u003e\n                10\n              \u003c\/td\u003e\n            \u003c\/tr\u003e\n\n            \u003ctr\u003e\n              \u003cth\u003eScrews (for Guide Rail)\u003c\/th\u003e\n              \u003ctd\u003e\n                \u003cspan class=\"mobile-label\"\u003eQuantity\u003c\/span\u003e\n                6\n              \u003c\/td\u003e\n            \u003c\/tr\u003e\n\n            \u003ctr\u003e\n              \u003cth\u003eAllen Key\u003c\/th\u003e\n              \u003ctd\u003e\n                \u003cspan class=\"mobile-label\"\u003eQuantity\u003c\/span\u003e\n                1\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":50202308870421,"sku":"PACBB0614","price":499.0,"currency_code":"USD","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0760\/0157\/5189\/files\/SL011.png?v=1790255977","url":"https:\/\/futurology.tech\/products\/automatic-conveyor-feeder","provider":"Futurology Tech","version":"1.0","type":"link"}