mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-06-02 18:12:43 +00:00
Fixed forward declaration of enums, made volumes with negative ID
directly unselectable.
This commit is contained in:
@@ -6,13 +6,13 @@
|
||||
|
||||
namespace Slic3r {
|
||||
|
||||
enum SLAPrintStep {
|
||||
enum SLAPrintStep : unsigned int {
|
||||
slapsRasterize,
|
||||
slapsValidate,
|
||||
slapsCount
|
||||
};
|
||||
|
||||
enum SLAPrintObjectStep {
|
||||
enum SLAPrintObjectStep : unsigned int {
|
||||
slaposObjectSlice,
|
||||
slaposSupportIslands,
|
||||
slaposSupportPoints,
|
||||
|
||||
Reference in New Issue
Block a user