Fix filename error that prevented Exporting All Sliced Plates while viewing a blank plate. Use the project name when exporting multi-plate sliced .gcode.3mf filename. #1551

Open
opened 2026-04-05 18:21:06 +02:00 by MrUnknownDE · 0 comments
Owner

Originally created by @ansonl on 11/22/2025

Description

OrcaSlicer currently shows an error alert and will not export all sliced plates when an empty plate is being viewed. Exporting all plates when a non empty plate is selected has no error. The default export filename also changed depending on which plate was currently viewed because it does not make sense to include the plate object name + material + print time for a single viewed plate in the filename of a multi sliced plate gcode 3MF file.

A plate may be considered empty when all the objects in it are disabled for slicing. Disabling entire plates for slicing is useful if slicing doesn't work for some models or splitting exported multi plate sliced files into multiple files for .gcode.3mf filesize reduction.

image

This PR makes the export all sliced plates behavior consistent no matter which plate is currently being viewed by suggesting the project name as the export filename when exporting all sliced plates. Users can also use the "export all plate sliced" feature when viewing empty plates.

The old error:
image

Tests

Test project with 1 non empty plate and 1 empty plate.
test.zip

*Originally created by @ansonl on 11/22/2025* # Description OrcaSlicer currently shows an error alert and will not export all sliced plates when an empty plate is being viewed. Exporting all plates when a non empty plate is selected has no error. The default export filename also changed depending on which plate was currently viewed because it does not make sense to include the _plate object name + material + print time_ for a single viewed plate in the filename of a multi sliced plate gcode 3MF file. A plate may be considered empty when all the objects in it are disabled for slicing. Disabling entire plates for slicing is useful if slicing doesn't work for some models or splitting exported multi plate sliced files into multiple files for .gcode.3mf filesize reduction. <img width="687.5" height="256.75" alt="image" src="https://github.com/user-attachments/assets/6d15756e-918a-495b-8553-c5e5743e79fe" /> This PR makes the export all sliced plates behavior consistent no matter which plate is currently being viewed by suggesting the project name as the export filename when exporting all sliced plates. Users can also use the "export all plate sliced" feature when viewing empty plates. _The old error:_ <img width="2220" height="1467" alt="image" src="https://github.com/user-attachments/assets/1ed52d3b-5eca-44fb-a362-d0093fe29fa5" /> ## Tests Test project with 1 non empty plate and 1 empty plate. [test.zip](https://github.com/user-attachments/files/23686689/test.zip)
Sign in to join this conversation.
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github/OrcaSlicer#1551