mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-13 01:37:53 -06:00
Fixed forward declaration of enums, made volumes with negative ID
directly unselectable.
This commit is contained in:
parent
03875e7d71
commit
88445f98f0
3 changed files with 4 additions and 4 deletions
|
@ -6,13 +6,13 @@
|
|||
|
||||
namespace Slic3r {
|
||||
|
||||
enum SLAPrintStep {
|
||||
enum SLAPrintStep : unsigned int {
|
||||
slapsRasterize,
|
||||
slapsValidate,
|
||||
slapsCount
|
||||
};
|
||||
|
||||
enum SLAPrintObjectStep {
|
||||
enum SLAPrintObjectStep : unsigned int {
|
||||
slaposObjectSlice,
|
||||
slaposSupportIslands,
|
||||
slaposSupportPoints,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue