fibricate

Hobby

View all Hobby posts

PrusaSlicer 3.0 Preview Is Not Your Daily Driver

PrusaSlicer 3.0 Preview Is Not Your Daily Driver

PrusaSlicer 3.0 is the hobby-software story this week, not a new printer SKU: Prusa Research posted the first public preview on September 1, 2026, timed to the 15th anniversary of the original Slic3r commit. Josef Průša’s blog post says the company rebuilt the interface, the profile model, and the project system for multi-tool machines. Keep 2.9.6 for paid jobs. This is an unfinished alpha, and it does not slice continuous-fiber toolpaths.

What's Happening

Prusa calls this the largest upgrade in PrusaSlicer’s history, and then immediately tells you not to trust it yet. The preview is 3.0.0-alpha11. It is not feature-complete versus 2.9.6. Some 2.x features wait for 3.1.0. Old 3MF files from 2.x load with geometry and settings; a 3.x project opened in 2.x keeps the mesh and drops the 3.x settings. Third-party 3MF from Bambu Studio or OrcaSlicer imports as geometry. Profiles now live in YAML instead of INI, in a separate directory, so 2.x and 3.x can sit on the same PC. Keyboard shortcuts are mostly the same. The license is still AGPLv3. Prusa says it could have closed the new GUI without violating the license and chose not to.

The substance is the data model. Multi-bed showed up in 2.9.0 as a thin feature. In 3.0 each bed is a real part of the project: its own configuration, its own profiles, even a different printer. The nine-bed cap is gone. Beds slice in parallel. You can keep an MK4S PLA plate and an XL multi-tool plate in one file. The profile stack is meant to describe a machine that already has a 0.25 mm nozzle, a 0.4 mm nozzle, and a 0.6 mm nozzle loaded, instead of three printer profiles you swap by hand. Plugins are Lua, sandboxed by default — no disk outside the project, no HTTP — with two built-in calibration generators (flow tower, temperature tower). A community marketplace is promised for a later release, not this alpha. True offline mode does not load networking libraries at all. You can also disable Connect, Printables, and preset checks one by one before any traffic happens.

VoxelMatters’ September 1 recap repeats the same warning: try it, do not replace production 2.x. That is the editorial line worth keeping. A rewrite is not a benchmark. Startup and slice-time claims are Prusa’s. Independent numbers are not in the announcement.

Why PrusaSlicer 3.0 Matters for Makers

Most hobby printers got faster. The slicer is where the queue still lives. If you run more than one machine, or one machine with more than one tool, 2.x made you open extra windows and extra printer profiles. A single project file that holds several beds is a shop-hygiene change: one place for the weekend batch, local backups if the app dies, and a way to drag a model from the PLA plate to the PETG plate without exporting STL again. That helps even if you never touch a five-tool XL.

It does not collapse every desktop workflow into PrusaSlicer. Multi-color FFF, IDEX, and toolchangers are the machines this rewrite is aimed at. A continuous-tow composite printer still needs a fiber path, not just a second nozzle diameter in a combo box. Treat 3.0 as CAM for polymer tools. Do not treat it as the place you design a load-bearing tow. And do not treat an alpha plugin as a substitute for a known-good 2.9.6 profile on a part that has to fit in the morning.

How PrusaSlicer 3.0 Changes Multi-Tool Jobs

  1. Keep 2.9.6 as the printer. Install the preview beside it. Slice real jobs in 2.x until 3.1.0 has the features you actually use.
  2. Copy the project, then open 3.0. Opening a 3.x file back in 2.x drops the new settings. Work on duplicates.
  3. Build one project with several beds. PLA test, PETG cover, and a multi-tool plate can live in the same file and slice in parallel. That is the point of killing the nine-bed limit.
  4. Describe the tools you already have. If the machine has mixed nozzle sizes, use the new layered profiles instead of three fake printers. Confirm what the alpha actually writes to G-code before you trust it.
  5. Leave plugins sandboxed. Calibration towers are the shipped examples. The marketplace is not this build. Unverified plugins can still crash the app.
  6. Turn on true offline mode if you need air-gap. That is the answer to “does it still phone home when I disable Connect?” Prusa says the network libraries are not loaded.

What the Research Says

Petsiuk, Bloch, Debora, and Pearce implemented interlayer tool clustering inside a PrusaSlicer-compatible fork so a single-nozzle multi-color job does not have to purge on every layer. They reported an average 1.7-fold cut in material, 1.4-fold cuts in time and energy, and 2.4 times fewer tool changes versus the usual per-layer swap, with wipe towers that otherwise can outweigh the part. That paper is about G-code sequencing, not about Prusa’s new GUI. It is why slicer architecture still matters: the waste is often in when you change tools, not in how pretty the viewport is (Petsiuk et al., 2024).

Khatkar, Yoo, Fitch, Clemon, and Mettu planned coordinated toolpaths for several extruders so they stay busy and do not collide, using dependency graphs and multi-layer segments instead of a strict layer-by-layer split of the bed. Their hardware was robot-mounted extruders, not a desktop XL, but the problem is the same one PrusaSlicer 3.0’s multi-tool profiles are trying to describe: more than one nozzle, overlapping work, and a scheduler that is not “print the whole layer in tool 0, then tool 1.” Simulation and commodity-hardware tests in that paper are not a review of Prusa’s alpha (Khatkar et al., 2022).

Frequently Asked Questions

Is PrusaSlicer 3.0 ready to replace 2.9.6?

No. Prusa calls the September 1, 2026 build an unfinished alpha, not a production release, and says it is not feature-complete beside 2.9.6. It installs in a separate profile directory so you can run both. Slice paid or overnight jobs in 2.x. Use 3.0 on copies of projects, then report what breaks.

Does PrusaSlicer 3.0 slice continuous carbon fiber prints?

Not as a FibreSeeker CAM package. The preview is rebuilt around multi-tool FFF: different nozzles per tool, multi-bed projects, and sandboxed plugins. A desktop printer that lays a continuous thermoplastic tow still needs fiber-aware paths from its own stack. Do not open a composite job in 3.0 and expect a designed tow.

What is new in the PrusaSlicer 3.0 preview?

Prusa lists a rewritten UI, first-class multi-bed projects with parallel slicing and no nine-bed cap, layered YAML profiles for multi-tool machines, local project backups, sandboxed Lua plugins, and a true offline mode that does not load networking libraries. AGPLv3 is unchanged. The plugin marketplace is still coming in a later release.

Fibricate's Place in This Story

A rebuilt FFF slicer and a continuous-tow desktop printer answer different CAM questions. Companies like Fibricate, whose FibreSeeker 3 continuous carbon fiber 3D printer lays polymer with a tow from feedstock such as the continuous carbon fiber spool, are not waiting on PrusaSlicer 3.0 to place fiber. Use the Prusa preview when you want to test multi-bed polymer jobs and report bugs. Use the composite machine when a fixture, clamp, or cover needs a designed fiber path from its own toolpath stack. Do not treat a 3.0 nozzle combo box as a tow scheduler, and do not treat an unfinished alpha as the slicer for a load-bearing print.

What to Watch Next

Watch the GitHub issues, not the anniversary video. The useful public signals are which 2.9.6 features actually land in 3.1.0, whether the plugin API breaks as Prusa warned, and whether independent users can slice a mixed-nozzle XL job without a wipe-tower surprise. Over 12–24 months, expect more desktop software to treat multi-tool and multi-bed as the default, not an afterthought bolted onto a 2016 profile. The split that will still matter in 2027 is G-code you would leave running overnight versus an alpha you open on a copy of the project.

References & Further Reading

  1. Petsiuk, A., Bloch, B., Debora, M., & Pearce, J. M. (2024). Tool change reduction for multicolor fused filament fabrication through interlayer tool clustering implemented in PrusaSlicer. Rapid Prototyping Journal.
  2. Khatkar, J., Yoo, C., Fitch, R., Clemon, L. M., & Mettu, R. (2022). Coordinated Toolpath Planning for Multi-Extruder Additive Manufacturing. 2022 IEEE/RSJ International Conference on Intelligent Robots and Systems (IROS).
  3. PrusaSlicer 3.0 Preview – Built for the Future of 3D Printing. Prusa Research. Retrieved September 4, 2026.