Summary
- Filtration support
- MMU support
- Automatic filament retraction
- Configurable chamber cooling maximum power
- Set chamber target temperature in preheat
- Chamber fan spin check
- Ventilation grille prompt
- Door sensor calibration wizard
- Filament change confirmation prompt
- Option to disable filament sensor during filament change
- Added support for the “M30 Delete file” gcode [Public PR]
- Increased “failing to reach chamber temperature” timeout
- Increased maximum bed temperature
- Park printhead in the back after print
- MMU: Better nozzle compatibility check
- Fixed: Restart on door open during pause
- Fixed: Incorrect Z position when unpausing
- Reduced USB errors
- MMU: Fixed power panic during change
This is the stable release of firmware 6.3.1 for the Prusa CORE One. It includes support for CORE One add-ons (MMU3, advanced filtration), improvements to existing features, and fixes for known issues.
We have also ported the fixes and features introduced in firmware versions 6.2.2 and 6.2.3, except for the layer skipping fix, which was not included in 6.3.0.
Filtration support
We have implemented support for the Advanced Filtration System addon. When printing with filaments marked as "Requires filtration", the system automatically activates and manages the filtration fan during and after the print.
Users can now configure fan power and post-print filtration duration directly in Settings → Chamber Filtration or via the Tune menu during printing.
We’ve also added support for DIY setups without a dedicated filtration fan. In this mode, the existing cooling fans handle both cooling and filtration. This option can be enabled under Settings → Chamber Filtration → Chamber Filtration → DIY.
- Minimum Power - sets the minimum power level for the additional filtration fan. The printer will adjust the fan speed based on the chamber temperature control system, up to the “Chamber Fans Limit” setting.
Note: A minimum of 40% is needed for effective filtration of the entire chamber. - Post-print Filtration - toggles chamber filtration after the print is finished (strongly recommended).
- Post-print Duration - sets the duration of additional filtration after the print is complete.
- Post-print Power - adjusts the power level of post-print filtration to suit your needs.
Note: A minimum of 40% is needed for effective filtration of the entire chamber
In the Control → Temperature menu and the Tune menu (during printing), you can manually set the power of the filtration fan, just like you would for the chamber fans. It’s also possible to manually use both the chamber and filtration fans simultaneously.
Note: When enabled, the Advanced Filtration System also takes over chamber temperature control and disables the cooling fans (with the exception of critical overheat situations).
MMU support
The CORE One now supports the MMU3 (Multi-Material Unit), with the same integration and behavior as on the MK3.5 and MK4. This allows for multi-material printing directly on the CORE One with all standard MMU3 features.
Automatic filament retraction
We’ve introduced automatic filament retraction at the end of a print, with reinsertion just before the first extrusion. This brings several benefits:
No filament remains in the nozzle during mesh bed leveling, helping prevent filament specs from being left on the print bed.
The nozzle no longer needs to be heated for filament unload.
Note: This is a pilot implementation of the procedure. If it proves effective, we plan to extend it to other printers as well.
_Note: Auto-retraction is not performed for flexible filaments. To support this, we’ve added an "Is flexible" parameter for filaments, configurable via the GUI (for user presets) or using the M865 G-code.
Configurable chamber cooling maximum power
The maximum power of the chamber cooling fans was previously hard-capped at 40%, as higher speeds were considered too noisy and unnecessary. This limit is now user-configurable.
Set chamber target temperature in preheat
During preheat, the chamber target temperature is now automatically set according to the filament profile’s Nominal Chamber Temperature value.
Chamber fan spin check
We now check that the chamber fans are spinning when they should and show a warning (and pause the print) when they don’t.
Ventilation grille prompt
When printing materials with a target chamber temperature below 45 °C, the printer now prompts the user to open the top ventilation grille. For filaments requiring higher chamber temperatures, the user is advised to close the vent.
Note: This prompt is shown only once and is skipped for consecutive prints with the same configuration.
Door sensor calibration wizard
A new calibration wizard has been added to help properly set up the door sensor, especially for CORE One kits.
The wizard guides the user through checking these door positions:
- Fully closed
- Fully open
- Partially open (simulating fingers between the door and frame)
If any of these states do not match the expected behavior, the user is prompted to adjust the sensor by loosening or tightening its position.
Filament change confirmation prompt
The first item in the Tune menu is Change Filament. Accidental double-clicks on the Tune button could unintentionally trigger a filament change during a print.
To prevent this, users are now prompted to confirm the action before it proceeds.
Option to disable filament sensor during filament change
We’ve added a help button to screens where users might get stuck during the filament change process due to a triggered filament sensor. This button opens a screen with instructions on how to clean the sensor, along with an option to temporarily disable it.
Note: Please note this feature cannot be backported to the 6.2 firmware. Since firmware 6.3.1 is being released for the CORE One only, other printers will receive this feature in a future update.
Added support for the “M30 Delete file” gcode [Public PR]
Thanks to @bkerler, the firmware now supports the M30 G-code for deleting files directly from the printer. Nice!
PR #4429
Increased “failing to reach chamber temperature” timeout
The "Failing to reach chamber temperature" warning is now triggered after 30 minutes instead of the previous 10 minutes, giving the system more time to stabilize before alerting the user.
Increased maximum bed temperature
The maximum bed temperature has been increased from 115 °C to 120 °C. This aligns it with the MK4S, which uses the same heatbed. The previous limit was lower due to an oversight.
Park printhead in the back after print
Based on user feedback, the printer now parks the printhead in the back after a print and during pauses to avoid obstructing the Buddy3D Camera's view.
For filament changes, the printhead still parks in the front for easier access. Homing also remains at the front due to the sheet detection process.
MMU: Better nozzle compatibility check
When printing MMU G-codes, the firmware now warns users if a file sliced for a standard nozzle is started with a high-flow (HF) nozzle. HF nozzles require more purging in the wipe tower, and using a non-HF G-code can lead to unreliable results.
Bug fixes
Restart on door open during pause (C1)
Opening the door during a pause no longer causes the printer to restart. While it still interrupts the pause sequence for safety reasons, it should now behave more gracefully. We still recommend opening the door only after the printer has fully stopped.
Incorrect Z position when unpausing
Unpausing a print no longer skips Mesh Bed Leveling (MBL) corrections during the unpark move. This fix is included in 6.3.1 for CORE One and also in 6.2.3 for other printers.
Reduced USB errors
We fixed a race condition that could occasionally trigger a “USB Error” pause during printing.
MMU: Fixed power panic during change
We have resolved an issue where Power Panic would fail to properly resume if triggered during an MMU filament change.