{"title":".STL Bundles and Collections","description":"","products":[{"product_id":"open-basing-system-hero-bases-display-extenders-stl-pack","title":"Open Basing System Hero Bases Display Extenders .stl Pack","description":"\u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\u003c\/p\u003e\n\u003cstyle\u003e\n        * {\n            margin: 0;\n            padding: 0;\n            box-sizing: border-box;\n        }\n        \n        body {\n            font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;\n            line-height: 1.6;\n            color: #e8e8e8;\n            background: #222222;\n        }\n        \n        .container {\n            max-width: 1200px;\n            margin: 0 auto;\n            padding: 20px;\n        }\n        \n        .hero-section {\n            background: linear-gradient(135deg, #1a1a1a 0%, #2d2d2d 100%);\n            border: 2px solid #d4af37;\n            border-radius: 12px;\n            padding: 40px 30px;\n            margin-bottom: 30px;\n            text-align: center;\n            box-shadow: 0 8px 32px rgba(212, 175, 55, 0.15);\n        }\n        \n        .hero-section h1 {\n            font-size: clamp(24px, 5vw, 42px);\n            background: linear-gradient(135deg, #ffd700 0%, #d4af37 50%, #b8941e 100%);\n            -webkit-background-clip: text;\n            -webkit-text-fill-color: transparent;\n            background-clip: text;\n            margin-bottom: 20px;\n            font-weight: 800;\n            text-transform: uppercase;\n            letter-spacing: 2px;\n        }\n        \n        .hero-section .tagline {\n            font-size: clamp(16px, 3vw, 22px);\n            color: #d4af37;\n            font-weight: 600;\n            margin-bottom: 25px;\n            font-style: italic;\n        }\n        \n        .features-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\n            gap: 20px;\n            margin-bottom: 40px;\n        }\n        \n        .feature-box {\n            background: linear-gradient(145deg, #2a2a2a 0%, #1f1f1f 100%);\n            border: 1px solid #d4af37;\n            border-radius: 10px;\n            padding: 25px 20px;\n            text-align: center;\n            transition: all 0.3s ease;\n        }\n        \n        .feature-box:hover {\n            transform: translateY(-5px);\n            box-shadow: 0 10px 30px rgba(212, 175, 55, 0.3);\n            border-color: #ffd700;\n        }\n        \n        .feature-icon {\n            font-size: 36px;\n            margin-bottom: 15px;\n        }\n        \n        .feature-box h3 {\n            color: #d4af37;\n            font-size: 18px;\n            margin-bottom: 10px;\n            font-weight: 700;\n        }\n        \n        .feature-box p {\n            color: #cccccc;\n            font-size: 14px;\n            line-height: 1.5;\n        }\n        \n        .tier-section {\n            margin-bottom: 40px;\n        }\n        \n        .tier-section h2 {\n            color: #d4af37;\n            font-size: clamp(22px, 4vw, 32px);\n            margin-bottom: 25px;\n            text-align: center;\n            font-weight: 700;\n            text-transform: uppercase;\n            letter-spacing: 1px;\n        }\n        \n        .tiers-container {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));\n            gap: 20px;\n            margin-bottom: 30px;\n        }\n        \n        .tier-card {\n            background: linear-gradient(135deg, #2d2416 0%, #1a1a1a 100%);\n            border: 2px solid;\n            border-radius: 10px;\n            padding: 25px;\n            position: relative;\n            overflow: hidden;\n            transition: all 0.3s ease;\n        }\n        \n        .tier-card::before {\n            content: '';\n            position: absolute;\n            top: 0;\n            left: 0;\n            right: 0;\n            height: 4px;\n            background: linear-gradient(90deg, #d4af37 0%, #ffd700 50%, #d4af37 100%);\n        }\n        \n        .tier-card.step { border-color: #8b7355; }\n        .tier-card.rise { border-color: #a89968; }\n        .tier-card.ascend { border-color: #c9b037; }\n        .tier-card.exalt { border-color: #d4af37; }\n        .tier-card.dominate { border-color: #e8c547; }\n        .tier-card.reign { border-color: #ffd700; }\n        \n        .tier-card:hover {\n            transform: translateY(-8px);\n            box-shadow: 0 15px 40px rgba(212, 175, 55, 0.4);\n        }\n        \n        .tier-name {\n            font-size: 26px;\n            font-weight: 800;\n            color: #ffd700;\n            margin-bottom: 8px;\n            text-transform: uppercase;\n        }\n        \n        .tier-height {\n            font-size: 20px;\n            color: #d4af37;\n            margin-bottom: 15px;\n            font-weight: 600;\n        }\n        \n        .tier-desc {\n            color: #cccccc;\n            font-size: 15px;\n            line-height: 1.6;\n            margin-bottom: 15px;\n        }\n        \n        .tier-use {\n            background: rgba(212, 175, 55, 0.1);\n            padding: 12px;\n            border-radius: 6px;\n            border-left: 3px solid #d4af37;\n            font-size: 14px;\n            color: #e0e0e0;\n        }\n        \n        .compatibility-section {\n            background: linear-gradient(135deg, #1f1f1f 0%, #2a2a2a 100%);\n            border: 2px solid #d4af37;\n            border-radius: 12px;\n            padding: 35px 25px;\n            margin-bottom: 40px;\n        }\n        \n        .compatibility-section h2 {\n            color: #d4af37;\n            font-size: clamp(20px, 4vw, 28px);\n            margin-bottom: 20px;\n            text-align: center;\n            font-weight: 700;\n        }\n        \n        .compatibility-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));\n            gap: 15px;\n            margin-top: 20px;\n        }\n        \n        .compatibility-item {\n            background: #1a1a1a;\n            padding: 15px;\n            border-radius: 8px;\n            border: 1px solid #3a3a3a;\n            text-align: center;\n            color: #cccccc;\n            font-weight: 600;\n        }\n        \n        .compatibility-item:hover {\n            border-color: #d4af37;\n            background: #252525;\n        }\n        \n        .usage-section {\n            margin-bottom: 40px;\n        }\n        \n        .usage-section h2 {\n            color: #d4af37;\n            font-size: clamp(20px, 4vw, 28px);\n            margin-bottom: 25px;\n            text-align: center;\n            font-weight: 700;\n            text-transform: uppercase;\n        }\n        \n        .usage-cards {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));\n            gap: 20px;\n        }\n        \n        .usage-card {\n            background: linear-gradient(135deg, #252525 0%, #1a1a1a 100%);\n            border: 1px solid #3a3a3a;\n            border-radius: 10px;\n            padding: 25px;\n            transition: all 0.3s ease;\n        }\n        \n        .usage-card:hover {\n            border-color: #d4af37;\n            transform: translateY(-5px);\n            box-shadow: 0 10px 25px rgba(212, 175, 55, 0.2);\n        }\n        \n        .usage-card h3 {\n            color: #ffd700;\n            font-size: 20px;\n            margin-bottom: 15px;\n            font-weight: 700;\n        }\n        \n        .usage-card ul {\n            list-style: none;\n            padding-left: 0;\n        }\n        \n        .usage-card li {\n            color: #cccccc;\n            padding: 8px 0;\n            padding-left: 25px;\n            position: relative;\n            font-size: 15px;\n        }\n        \n        .usage-card li::before {\n            content: '⚔️';\n            position: absolute;\n            left: 0;\n        }\n        \n        .license-section {\n            background: linear-gradient(135deg, #2a1f1a 0%, #1a1a1a 100%);\n            border: 2px solid #d4af37;\n            border-radius: 12px;\n            padding: 30px;\n            margin-bottom: 40px;\n        }\n        \n        .license-section h2 {\n            color: #ffd700;\n            font-size: clamp(20px, 4vw, 28px);\n            margin-bottom: 20px;\n            text-align: center;\n            font-weight: 700;\n        }\n        \n        .license-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));\n            gap: 20px;\n            margin-top: 25px;\n        }\n        \n        .license-box {\n            background: #1a1a1a;\n            border: 2px solid #d4af37;\n            border-radius: 10px;\n            padding: 25px;\n            text-align: center;\n        }\n        \n        .license-box h3 {\n            color: #d4af37;\n            font-size: 22px;\n            margin-bottom: 15px;\n            font-weight: 700;\n        }\n        \n        .license-box ul {\n            list-style: none;\n            padding: 0;\n            text-align: left;\n        }\n        \n        .license-box li {\n            color: #cccccc;\n            padding: 10px 0;\n            padding-left: 30px;\n            position: relative;\n            font-size: 15px;\n            border-bottom: 1px solid #2a2a2a;\n        }\n        \n        .license-box li:last-child {\n            border-bottom: none;\n        }\n        \n        .license-box li::before {\n            content: '✓';\n            position: absolute;\n            left: 0;\n            color: #d4af37;\n            font-weight: bold;\n            font-size: 18px;\n        }\n        \n        .cta-section {\n            background: linear-gradient(135deg, #d4af37 0%, #b8941e 100%);\n            border-radius: 12px;\n            padding: 40px 30px;\n            text-align: center;\n            margin-bottom: 30px;\n            box-shadow: 0 10px 40px rgba(212, 175, 55, 0.3);\n        }\n        \n        .cta-section h2 {\n            color: #1a1a1a;\n            font-size: clamp(22px, 4vw, 32px);\n            margin-bottom: 15px;\n            font-weight: 800;\n            text-transform: uppercase;\n        }\n        \n        .cta-section p {\n            color: #2a2a2a;\n            font-size: clamp(16px, 3vw, 20px);\n            font-weight: 600;\n        }\n        \n        .specs-table {\n            width: 100%;\n            border-collapse: collapse;\n            margin: 30px 0;\n            background: #1a1a1a;\n            border-radius: 10px;\n            overflow: hidden;\n            border: 1px solid #3a3a3a;\n        }\n        \n        .specs-table th {\n            background: linear-gradient(135deg, #2a2a2a 0%, #1f1f1f 100%);\n            color: #d4af37;\n            padding: 15px;\n            text-align: left;\n            font-weight: 700;\n            font-size: 16px;\n            text-transform: uppercase;\n            letter-spacing: 1px;\n        }\n        \n        .specs-table td {\n            padding: 15px;\n            border-bottom: 1px solid #2a2a2a;\n            color: #cccccc;\n            font-size: 15px;\n        }\n        \n        .specs-table tr:last-child td {\n            border-bottom: none;\n        }\n        \n        .specs-table tr:hover {\n            background: #252525;\n        }\n        \n        @media (max-width: 768px) {\n            .container {\n                padding: 15px;\n            }\n            \n            .hero-section {\n                padding: 30px 20px;\n            }\n            \n            .features-grid,\n            .tiers-container,\n            .usage-cards,\n            .license-grid {\n                grid-template-columns: 1fr;\n            }\n            \n            .specs-table {\n                font-size: 14px;\n            }\n            \n            .specs-table th,\n            .specs-table td {\n                padding: 12px 10px;\n            }\n        }\n    \u003c\/style\u003e\n\u003cdiv class=\"container\"\u003e\n\u003c!-- HERO SECTION --\u003e\n\u003cdiv class=\"hero-section\"\u003e\n\u003ch1\u003e⚔️ Hero Bases Display Extenders ⚔️\u003c\/h1\u003e\n\u003cp class=\"tagline\"\u003e\"Rise. Ascend. Exalt. Dominate. Reign.\"\u003c\/p\u003e\n\u003cp style=\"font-size: clamp(14px, 2.5vw, 18px); color: #e0e0e0; max-width: 800px; margin: 0 auto;\"\u003e\u003cstrong\u003eTransform your miniatures into commanding centerpieces.\u003c\/strong\u003e Premium STL files for 3D printing. \u003cstrong\u003e6 heroic heights\u003c\/strong\u003e from subtle elevation to throne-worthy display. \u003cstrong\u003eOBS compatible\u003c\/strong\u003e – works with all major wargaming systems.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- FEATURES GRID --\u003e\n\u003cdiv class=\"features-grid\"\u003e\n\u003cdiv class=\"feature-box\"\u003e\n\u003cdiv class=\"feature-icon\"\u003e🎯\u003c\/div\u003e\n\u003ch3\u003eUniversal Compatibility\u003c\/h3\u003e\n\u003cp\u003eFits Warhammer 40k, Age of Sigmar, The Old World, Horus Heresy \u0026amp; more. OBS standard slots.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-box\"\u003e\n\u003cdiv class=\"feature-icon\"\u003e📏\u003c\/div\u003e\n\u003ch3\u003e6 Height Tiers\u003c\/h3\u003e\n\u003cp\u003e9mm to 86mm – from subtle Step to monumental Reign. Choose your glory level.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-box\"\u003e\n\u003cdiv class=\"feature-icon\"\u003e🖨️\u003c\/div\u003e\n\u003ch3\u003eInstant Download\u003c\/h3\u003e\n\u003cp\u003eSTL files ready for printing. No waiting. Start elevating immediately.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-box\"\u003e\n\u003cdiv class=\"feature-icon\"\u003e🏆\u003c\/div\u003e\n\u003ch3\u003eGaming \u0026amp; Display\u003c\/h3\u003e\n\u003cp\u003ePerfect for tabletop battles and competition showcases. Dual purpose design.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- TIER SHOWCASE --\u003e\n\u003cdiv class=\"tier-section\"\u003e\n\u003ch2\u003e🔥 Choose Your Level of Glory 🔥\u003c\/h2\u003e\n\u003cdiv class=\"tiers-container\"\u003e\n\u003cdiv class=\"tier-card step\"\u003e\n\u003cdiv class=\"tier-name\"\u003eStep\u003c\/div\u003e\n\u003cdiv class=\"tier-height\"\u003e9mm\u003c\/div\u003e\n\u003cp class=\"tier-desc\"\u003e\u003cstrong\u003eThe first elevation.\u003c\/strong\u003e Subtle yet effective – gives your infantry squads and rank-and-file troops that commanding edge without overpowering the battlefield aesthetic.\u003c\/p\u003e\n\u003cdiv class=\"tier-use\"\u003e\n\u003cstrong\u003e💡 Perfect for:\u003c\/strong\u003e Infantry units, standard troops, squad leaders\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tier-card rise\"\u003e\n\u003cdiv class=\"tier-name\"\u003eRise\u003c\/div\u003e\n\u003cdiv class=\"tier-height\"\u003e15mm\u003c\/div\u003e\n\u003cp class=\"tier-desc\"\u003e\u003cstrong\u003eHeroes emerge.\u003c\/strong\u003e Noticeable elevation that separates characters from the masses. Ideal for lieutenants, champions, and special units demanding recognition.\u003c\/p\u003e\n\u003cdiv class=\"tier-use\"\u003e\n\u003cstrong\u003e💡 Perfect for:\u003c\/strong\u003e Champions, character models, special weapons, elite units\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tier-card ascend\"\u003e\n\u003cdiv class=\"tier-name\"\u003eAscend\u003c\/div\u003e\n\u003cdiv class=\"tier-height\"\u003e22mm\u003c\/div\u003e\n\u003cp class=\"tier-desc\"\u003e\u003cstrong\u003eCommanding presence.\u003c\/strong\u003e Your hero stands head and shoulders above. Perfect for HQ choices, named characters, and models that define your army's identity.\u003c\/p\u003e\n\u003cdiv class=\"tier-use\"\u003e\n\u003cstrong\u003e💡 Perfect for:\u003c\/strong\u003e HQ units, army commanders, named characters, centerpiece infantry\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tier-card exalt\"\u003e\n\u003cdiv class=\"tier-name\"\u003eExalt\u003c\/div\u003e\n\u003cdiv class=\"tier-height\"\u003e26mm\u003c\/div\u003e\n\u003cp class=\"tier-desc\"\u003e\u003cstrong\u003ePremium heroic status.\u003c\/strong\u003e Reserved for legends. Your warlords, primarchs, and battlefield gods deserve this throne-level elevation.\u003c\/p\u003e\n\u003cdiv class=\"tier-use\"\u003e\n\u003cstrong\u003e💡 Perfect for:\u003c\/strong\u003e Warlords, legendary heroes, primarchs, daemon princes\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tier-card dominate\"\u003e\n\u003cdiv class=\"tier-name\"\u003eDominate\u003c\/div\u003e\n\u003cdiv class=\"tier-height\"\u003e46mm\u003c\/div\u003e\n\u003cp class=\"tier-desc\"\u003e\u003cstrong\u003eMonumental exhibition.\u003c\/strong\u003e For massive models that command the battlefield. Knights, greater daemons, and behemoths that inspire awe with every glance.\u003c\/p\u003e\n\u003cdiv class=\"tier-use\"\u003e\n\u003cstrong\u003e💡 Perfect for:\u003c\/strong\u003e Imperial Knights, greater daemons, monstrous creatures, large centerpieces\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tier-card reign\"\u003e\n\u003cdiv class=\"tier-name\"\u003eReign\u003c\/div\u003e\n\u003cdiv class=\"tier-height\"\u003e86mm\u003c\/div\u003e\n\u003cp class=\"tier-desc\"\u003e\u003cstrong\u003eUltimate sovereign display.\u003c\/strong\u003e Plinth-level grandeur for competition entries, golden daemon models, and true kings of your collection. This is where legends become eternal.\u003c\/p\u003e\n\u003cdiv class=\"tier-use\"\u003e\n\u003cstrong\u003e💡 Perfect for:\u003c\/strong\u003e Competition displays, titans, supreme centerpieces, collection showpieces\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- COMPATIBILITY SECTION --\u003e\n\u003cdiv class=\"compatibility-section\"\u003e\n\u003ch2\u003e⚡ Universal Gaming Compatibility ⚡\u003c\/h2\u003e\n\u003cp style=\"text-align: center; color: #cccccc; margin-bottom: 20px; font-size: 16px;\"\u003e\u003cstrong\u003eOpen Basing System (OBS) compatible\u003c\/strong\u003e – designed to work seamlessly with all major wargaming systems\u003c\/p\u003e\n\u003cdiv class=\"compatibility-grid\"\u003e\n\u003cdiv class=\"compatibility-item\"\u003e🎮 Warhammer 40,000\u003c\/div\u003e\n\u003cdiv class=\"compatibility-item\"\u003e⚔️ Age of Sigmar\u003c\/div\u003e\n\u003cdiv class=\"compatibility-item\"\u003e🏰 The Old World\u003c\/div\u003e\n\u003cdiv class=\"compatibility-item\"\u003e🚀 Horus Heresy\u003c\/div\u003e\n\u003cdiv class=\"compatibility-item\"\u003e🎯 Kill Team\u003c\/div\u003e\n\u003cdiv class=\"compatibility-item\"\u003e🗡️ Warcry\u003c\/div\u003e\n\u003cdiv class=\"compatibility-item\"\u003e🎲 Necromunda\u003c\/div\u003e\n\u003cdiv class=\"compatibility-item\"\u003e🌟 Skirmish Games\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- USAGE EXAMPLES --\u003e\n\u003cdiv class=\"usage-section\"\u003e\n\u003ch2\u003e🎨 Endless Creative Possibilities 🎨\u003c\/h2\u003e\n\u003cdiv class=\"usage-cards\"\u003e\n\u003cdiv class=\"usage-card\"\u003e\n\u003ch3\u003e🏆 Competition Display\u003c\/h3\u003e\n\u003cul\u003e\n\u003cli\u003eGolden Daemon entries\u003c\/li\u003e\n\u003cli\u003ePainting competitions\u003c\/li\u003e\n\u003cli\u003eShowcase photography\u003c\/li\u003e\n\u003cli\u003ePortfolio presentations\u003c\/li\u003e\n\u003cli\u003eExhibition displays\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"usage-card\"\u003e\n\u003ch3\u003e⚔️ Tabletop Gaming\u003c\/h3\u003e\n\u003cul\u003e\n\u003cli\u003eHighlight commanders instantly\u003c\/li\u003e\n\u003cli\u003eMark special characters\u003c\/li\u003e\n\u003cli\u003eCreate visual hierarchy\u003c\/li\u003e\n\u003cli\u003eImprove line of sight clarity\u003c\/li\u003e\n\u003cli\u003eDramatic battlefield presence\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"usage-card\"\u003e\n\u003ch3\u003e📸 Photography \u0026amp; Content\u003c\/h3\u003e\n\u003cul\u003e\n\u003cli\u003eInstagram-worthy setups\u003c\/li\u003e\n\u003cli\u003eYouTube thumbnails\u003c\/li\u003e\n\u003cli\u003eBattle reports\u003c\/li\u003e\n\u003cli\u003eArmy showcases\u003c\/li\u003e\n\u003cli\u003eTutorial content\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"usage-card\"\u003e\n\u003ch3\u003e🎁 Collection Enhancement\u003c\/h3\u003e\n\u003cul\u003e\n\u003cli\u003eDisplay cabinet organization\u003c\/li\u003e\n\u003cli\u003eArmy theming consistency\u003c\/li\u003e\n\u003cli\u003eCharacter emphasis\u003c\/li\u003e\n\u003cli\u003eProgressive elevation system\u003c\/li\u003e\n\u003cli\u003eProfessional presentation\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- SPECIFICATIONS TABLE --\u003e\n\u003ctable class=\"specs-table\"\u003e\n\u003cthead\u003e\n\u003ctr\u003e\n\u003cth\u003eSpecification\u003c\/th\u003e\n\u003cth\u003eDetails\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003c\/thead\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eFile Format\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003eSTL (stereolithography) – universal 3D printing format\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eHeight Options\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003e6 tiers: 9mm, 15mm, 22mm, 26mm, 46mm, 86mm\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eCompatibility\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003eOBS (Open Basing System) standard – universal base slots\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eRecommended Print Settings\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003e0.1-0.2mm layer height, 15-20% infill, supports as needed\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eMaterial Compatibility\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003ePLA, PETG, ABS, resin – all standard 3D printing materials\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eDelivery Method\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003eInstant digital download – no shipping required\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c!-- LICENSE SECTION --\u003e\n\u003cdiv class=\"license-section\"\u003e\n\u003ch2\u003e📜 Licensing Options 📜\u003c\/h2\u003e\n\u003cp style=\"text-align: center; color: #cccccc; margin-bottom: 10px; font-size: 16px;\"\u003eChoose the license that matches your needs\u003c\/p\u003e\n\u003cdiv class=\"license-grid\"\u003e\n\u003cdiv class=\"license-box\"\u003e\n\u003ch3\u003e🎨 Hobby License\u003c\/h3\u003e\n\u003cul\u003e\n\u003cli\u003ePersonal use only\u003c\/li\u003e\n\u003cli\u003ePrint for your own collection\u003c\/li\u003e\n\u003cli\u003eUnlimited personal prints\u003c\/li\u003e\n\u003cli\u003eShare photos online\u003c\/li\u003e\n\u003cli\u003ePerfect for hobbyists\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"license-box\"\u003e\n\u003ch3\u003e💼 Commercial License\u003c\/h3\u003e\n\u003cul\u003e\n\u003cli\u003eBusiness \u0026amp; commercial use\u003c\/li\u003e\n\u003cli\u003eSell printed models\u003c\/li\u003e\n\u003cli\u003ePrint-on-demand services\u003c\/li\u003e\n\u003cli\u003eCommission work allowed\u003c\/li\u003e\n\u003cli\u003eProfessional applications\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- FINAL CTA --\u003e\n\u003cdiv class=\"cta-section\"\u003e\n\u003ch2\u003e🌟 Elevate Your Heroes Today 🌟\u003c\/h2\u003e\n\u003cp\u003eWhere Every Miniature Deserves Its Throne\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- FOOTER INFO --\u003e\n\u003cdiv style=\"background: #1a1a1a; border: 1px solid #3a3a3a; border-radius: 10px; padding: 25px; text-align: center; color: #999; font-size: 14px; line-height: 1.8;\"\u003e\n\u003cp\u003e\u003cstrong style=\"color: #d4af37;\"\u003e⚠️ Digital Product Notice:\u003c\/strong\u003e This is a \u003cstrong\u003edigital download\u003c\/strong\u003e containing STL files. No physical item will be shipped. Requires 3D printer access.\u003c\/p\u003e\n\u003cp style=\"margin-top: 15px;\"\u003e🖨️ \u003cstrong\u003eCompatible with FDM and resin printers\u003c\/strong\u003e | 📦 Files delivered instantly after purchase | 🔧 Printer settings may vary\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Hobby Heaven","offers":[{"title":"OBS Hero Bases Display Extenders Hobby Licence","offer_id":45838842757309,"sku":null,"price":10.0,"currency_code":"GBP","in_stock":true},{"title":"OBS Hero Bases Display Extenders Commercial Licence","offer_id":45838842790077,"sku":null,"price":25.0,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0271\/9583\/4503\/files\/E1_62f0255d-5e64-4d8b-9391-8d44d969c08a.jpg?v=1761292073"}],"url":"https:\/\/hobbyheaven.org\/en-int\/collections\/stl-bundles-and-collections\/obs-product-display-extender.oembed","provider":"Hobby Heaven","version":"1.0","type":"link"}