mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2026-01-30 12:50:50 -07:00
### What was the issue? The check that validates whether a filament is compatible with the selected build plate type was only executed for Bambu Lab printers. Other printers skipped this entirely, even though they can also use multiple plate types with different temperature requirements. This caused cases where: - incompatible filament/plate combinations went unnoticed, - users received no warning even when the bed type clearly couldn’t support the selected filament. ### What’s changed? - The validation block extends beyond BambuLab printers. - Now all printers get the same compatibility check: - if a filament requires a bed temperature not supported by the chosen plate, - Orca shows the same clear error message as it does for BBL printers. - Show the selected filament preset name (alias if present) in bed/filament mismatch warnings instead of substituting the parent preset. ### Why this helps - Consistent behavior across all printer brands. - Prevents invalid filament/plate setups that could cause print failures. - Makes plate presets more robust and predictable for custom and community printers. ### Notes - No behavior changes for BBL printers — they keep the existing checks. - Other printers now benefit from them too. |
||
|---|---|---|
| .. | ||
| dev-utils | ||
| libslic3r | ||
| libvgcode | ||
| slic3r | ||
| CMakeLists.txt | ||
| OrcaSlicer.cpp | ||
| OrcaSlicer.hpp | ||
| OrcaSlicer_app_msvc.cpp | ||