mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-09-23 17:02:39 +00:00
* Add Prusa CORE One MMU3 profiles Dedicated MMU3 CoreOne profiles (like those used on prusaslicer 3). Tested with latest coreone and mmu3 firmware, and works as well as prusaslicer. Correct model default materials to reference compatible MMU3 filaments. Co-authored-by: Codex <noreply@openai.com> * Consolidate the CORE One MMU3 generic filaments The bundle shipped two families covering the same four MMU3 variants for each generic material: a standalone `Generic X @MMU3` and a `Prusa Generic X @CORE One MMU3`. The `Prusa Generic` spelling was renamed away from the rest of the tree, so re-name the CORE One-tuned family to `Generic X @Prusa CORE One MMU3` (they inherit the CORE One tune and now the shared generic product id) and drop the standalone files, which only carried raw material-base values. Repoint the model default_materials and re-register the index. * Fix the CORE One MMU3 0.4 default process default_print_profile named `0.20mm Speed @COREONE0.4 + MMU3`, but the preset is `0.20mm SPEED @COREONE0.4 + MMU3`. Preset lookup is case-sensitive, so the intended default never resolved and compatibility selection silently picked another tier. * Normalise the CORE One MMU3 process names Match the bundle's all-caps quality ladder: `Fast Detail` -> `FAST DETAIL`, `Speed` -> `SPEED`, `Structural` -> `STRUCTURAL`, `Balanced` -> `BALANCED`. Filenames now equal their preset name, as every pre-existing Prusa process file does, and the index is rebuilt for the renamed entries. --------- Co-authored-by: Codex <noreply@openai.com> Co-authored-by: SoftFever <103989404+SoftFever@users.noreply.github.com> Co-authored-by: SoftFever <softfeverever@gmail.com>