Original Prusa MINI Enclosure
/* STRICT 1:1 LAYOUT & THEME OVERRIDE */ .prusa-page { font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif !important; color: #333 !imp ortant; max-width: 980px !important; margin: 0 auto !important; line-height: 1.6 !important; font-size: 16px !important; } .prusa-page * { box-sizing: border-box !important; } .prusa-page img, .prusa-page video { width: 100% !important; height: auto !important; display: block !important; border-radius: 8px !important; margin: 0 !important; } .prusa-page a { color: #fa6831 !important; text-decoration: none !important; } .prusa-page a:hover { text-decoration: underline !important; } .prusa-page h2 { font-size: 1.75rem !important; font-weight: 700 !important; color: #111 !important; margin: 0 0 1rem !important; line-height: 1.2 !important; text-transform: none !important; } .prusa-page h3 { font-size: 1.3rem !important; font-weight: 700 !important; color: #111 !important; margin: 0 0 0.75rem !important; text-transform: none !important; } .prusa-page h4 { font-size: 1.1rem !important; font-weight: 700 !important; color: #111 !important; margin: 0 0 0.5rem !important; } .prusa-page p { margin: 0 0 1.25rem !important; font-size: 1rem !important; font-weight: 400 !important; color: #444 !important; } /* Navigation */ .prusa-nav { display: flex !important; flex-wrap: wrap !important; justify-content: center !important; gap: 15px !important; margin-bottom: 40px !important; background: #fdfdfd !important; padding: 15px !important; border-radius: 8px !important; border: 1px solid #eee !important;} .prusa-nav a { font-weight: 600 !important; color: #111 !important; font-size: 0.9rem !important; } .prusa-nav a:hover { color: #fa6831 !important; } /* Section Dividers / Group Labels */ .prusa-group-label { font-size: 0.8rem !important; font-weight: 700 !important; text-transform: uppercase !important; letter-spacing: 0.15em !important; color: #fa6831 !important; border-top: 2px solid #fa6831 !important; padding-top: 12px !important; margin: 60px 0 30px !important; } .prusa-tag { display: inline-block !important; background: #fa6831 !important; color: #fff !important; font-size: 0.7rem !important; font-weight: 700 !important; text-transform: uppercase !important; padding: 4px 10px !important; border-radius: 4px !important; margin-bottom: 12px !important; } /* Splits & Grids */ .prusa-split { display: grid !important; grid-template-columns: 1fr 1fr !important; gap: 40px !important; align-items: center !important; margin-bottom: 60px !important; } .prusa-split.flip .prusa-text { order: 2 !important; } .prusa-split.flip .prusa-img { order: 1 !important; } @media(max-width: 768px) { .prusa-split { grid-template-columns: 1fr !important; gap: 20px !important; margin-bottom: 40px !important; } .prusa-split.flip .prusa-text { order: 1 !important; } .prusa-split.flip .prusa-img { order: 2 !important; } } .prusa-grid-4 { display: grid !important; grid-template-columns: repeat(4, 1fr) !important; gap: 15px !important; margin-bottom: 30px !important; } .prusa-grid-3 { display: grid !important; grid-template-columns: repeat(3, 1fr) !important; gap: 15px !important; margin-bottom: 30px !important; } .prusa-grid-2 { display: grid !important; grid-template-columns: repeat(2, 1fr) !important; gap: 15px !important; margin-bottom: 30px !important; } @media(max-width: 600px) { .prusa-grid-4 { grid-template-columns: repeat(2, 1fr) !important; } .prusa-grid-3, .prusa-grid-2 { grid-template-columns: 1fr !important; } } /* UI Elements */ .prusa-icon-box { background: #f9f9f9 !important; border: 1px solid #eee !important; border-radius: 8px !important; padding: 20px 10px !important; text-align: center !important; font-size: 0.85rem !important; font-weight: 600 !important; color: #111 !important; } .prusa-icon-box span { display: block !important; color: #666 !important; font-weight: 400 !important; font-size: 0.75rem !important; margin-top: 4px !important; } .prusa-card { background: #fdfdfd !important; border: 1px solid #eee !important; border-radius: 8px !important; padding: 20px !important; height: 100% !important; display: flex !important; flex-direction: column !important; } /* Link Cards */ a.prusa-card-link { color: inherit !important; text-decoration: none !important; display: block !important; transition: border-color 0.2s ease, transform 0.2s ease !important; } a.prusa-card-link:hover { border-color: #fa6831 !important; transform: translateY(-3px) !important; text-decoration: none !important; } /* Buttons */ a.prusa-btn { display: inline-block !important; background: #fa6831 !important; color: #ffffff !important; font-weight: 700 !important; padding: 12px 24px !important; border-radius: 8px !important; text-align: center !important; margin-top: 15px !important; border: none !important; } a.prusa-btn:hover { background: #e05d2c !important; color: #ffffff !important; text-decoration: none !important; } /* Lists & Tables */ .prusa-list { list-style: none !important; padding: 0 !important; margin: 0 0 1.5rem !important; } .prusa-list li { position: relative !important; padding-left: 1.5rem !important; margin-bottom: 0.5rem !important; font-size: 1rem !important; color: #444 !important; font-weight: 400 !important; } .prusa-list li::before { content: '■' !important; color: #fa6831 !important; position: absolute !important; left: 0 !important; font-size: 0.8rem !important; top: 0.2rem !important; } .prusa-table { width: 100% !important; border-collapse: collapse !important; font-size: 0.9rem !important; margin: 1.5rem 0 !important; } .prusa-table th { background: #111 !important; color: #fff !important; text-align: left !important; padding: 12px 16px !important; font-weight: 700 !important; text-transform: uppercase !important; letter-spacing: 0.05em !important; } .prusa-table td { text-align: left !important; padding: 12px 16px !important; border-bottom: 1px solid #eee !important; color: #444 !important; vertical-align: top !important; } .prusa-table tr:nth-child(even) td { background: #fafafa !important; } .prusa-table th:first-child, .prusa-table td:first-child { font-weight: 600 !important; width: 35% !important; color: #111 !important; } /* Global Scaling Containers */ .prusa-img-16-9 { aspect-ratio: 16/9 !important; object-fit: cover !important; width: 100% !important; border-radius: 6px !important; } /* Image & Header Spacing Fixes */ .prusa-card img { margin-bottom: 15px !important; } .prusa-card h4, .prusa-card h3 { margin-top: 0 !important; margin-bottom: 8px !important; } .prusa-logo-scaling { height: 150px !important; width: 100% !important; display: flex !important; align-items: center !important; justify-content: center !important; margin-bottom: 15px !important; } .prusa-scaling-logo { max-height: 100% !important; max-width: 100% !important; object-fit: contain !important; border-radius: 0 !important; width: auto !important; } .prusa-secure-card { background: #fdfdfd !important; border: 1px solid #eee !important; border-radius: 8px !important; padding: 20px !important; border-top: 3px solid #fa6831 !important; height: 100% !important; } Original Prusa MINI Enclosure Modular box for your MINI 3D printer Original Prusa MINI Enclosure makes printing from certain materials easier, and at the same time, it adds a lot of other benefits. The Enclosure can be equipped with useful add-ons for increased safety and user experience, such as the Advanced Filtration System which helps to reduce odors from certain materials and prevents the spread of ultra-fine particles (UFPS) into the air. A USB port is located on the front of the Enclosure, so you can easily connect a flash drive without opening the Enclosure door. Everything is included in the package including plastic parts, you don’t need to print anything on your own. The only exception is the orange handles. A 3D printer is not a part of the package. The Original Prusa MINI Enclosure is shipped disassembled as a kit. Features Add-ons Technical Parameters Reviews Main Features Print Advanced Materials The Enclosure creates a stable printing environment with increased temperatures, shielding the printer from drafts and blasts of cold air. This is perfect for printing demanding high-temperature materials otherwise prone to warping - such as PC Blend, Nylon, PP, and more. It also prevents dust build-up on moving parts, which helps keep the printer running and reduces the frequency of maintenance required. Safety Features Install an optional lock to prevent unauthorized access to your 3D printer - an ideal solution for schools, hackerspaces, and other public places. An optional filtration system (HEPA filter, 99.9% efficiency) prevents the spread of ultra-fine particles (UFPS) and reduces the odor when printing from certain materials. The MINI Enclosure also lowers printer noise and covers every moving part of your printer, increasing its safety. Upgradable and Expandable The Enclosure can be upgraded and expanded with official add-ons (both paid and free) and is also ready for your DIY projects. You can design your own brackets, holders, and other accessories to tailor the Enclosure exactly to your needs or download finished ones on Printables.com. High-Quality Components The frame and the top and bottom panels are made from metal, the side panels are made from PETG plastic. The frame features mounting elements for installing various add-ons and tidy cable management. ADD-ONS (Currently offered) If you choose the LED Strip or Advanced Filtration System, we will automatically add the needed PSU for $37.99. The PSU can power the Advanced Filtration System and LED Strip at once so only one PSU will be added. Advanced Filtration System The filtration system is useful when you print materials such as PC Blend and other materials that produce odor and particles during printing. White LED Strip You can install an optional white LED strip into the Enclosure to light up your 3D printer. The strip is powered by a separate PSU which will be added to your order automatically. Mechanical Lock A standard mechanical lock that fits in the door of the Enclosure, so you can keep your 3D printer safely locked. It’s a great option for schools, universities, hackerspaces, and other institutions. BlazeCut Fire Suppression System A self-contained tube-style fire suppression system that operates automatically by detecting higher temperatures. (Note: Shipping restricted to the EU from Prusa directly). Free ADD-ONS The Enclosure is designed to be further extended with additional printed parts, electronics, cameras, and more. Many useful 3D-printed accessories can be found at Printables.com. Technical Parameters Dimensions 430 mm (w) × 470 mm (h) × 500 mm (d) Enclosure type Passive, heating provided only by the 3D printer’s heatbed Weight 9.5 kg (20.9 lbs) The basic package contains All components required to build the Enclosure (frame parts, transparent side panels, top and bottom panels, mounting material, printer frame brace), temperature sensor, and documentation. Why choose a Original Prusa 3D Printer? Great Support We are providing full 24/7 customer support with live chat and e-mail in several languages. Upgradability If you buy our 3D printer, you can upgrade it later to the new version, no need to buy a new model. Ready to print settings In PrusaSlicer you can set everything you want. It's very easy to use and gets new features regularly. Best Assembly instructions Pictured to the smallest detail with all fasteners and mechanical parts having 1:1 drawing. Fun to Assemble Assembling the kit is an excellent first step to the world of 3D printing. Get fun and knowledge! Quality Guaranteed We operate 700+ printers running 24/7. We need high-quality for our own use – and we design our machines to meet these criteria. Reviews from Prusa Account users The Seller does not verify whether the published reviews come from consumers who have actually used or purchased the products or digital content or service. Reviews are provided by registered PRUSA ACCOUNT users. Brechler Philip "A great addition, quick to assemble and does a good job." Lundström Tobias "Great buy for your MINI. Easy and quick to assemble even though there are some steps that could be rearranged. Bought the filter as well and recommend it. Works well." L Bob "Really fun to climb. In 1 hour it's done, with no difficulty. On the positive side, this box does what this great little printer was missing. It's perfect for controlling your printing and protecting your working environment." Original Prusa MINI Enclosure Provide a stable printing environment and print advanced materials with ease. from CZK 4,490 Configure & Buy
More you might like
Related
Prusa Research Original Prusa MINI Enclosure
Related
Original Prusa MINI Enclosure
Related
Original Prusa MINI Enclosure
Related