Fix copy of text
Fix store/load of volume type Fix grayed out of Menu item Change short curt from q to t
This commit is contained in:
parent
a725b3f62b
commit
7f5c6b0513
10 changed files with 167 additions and 135 deletions
src/libslic3r
16
src/libslic3r/ModelVolumeType.hpp
Normal file
16
src/libslic3r/ModelVolumeType.hpp
Normal file
|
@ -0,0 +1,16 @@
|
|||
#ifndef slic3r_ModelVolumeType_hpp_
|
||||
#define slic3r_ModelVolumeType_hpp_
|
||||
|
||||
namespace Slic3r {
|
||||
|
||||
enum class ModelVolumeType : int {
|
||||
INVALID = -1,
|
||||
MODEL_PART = 0,
|
||||
NEGATIVE_VOLUME,
|
||||
PARAMETER_MODIFIER,
|
||||
SUPPORT_BLOCKER,
|
||||
SUPPORT_ENFORCER,
|
||||
};
|
||||
|
||||
} // namespace Slic3r
|
||||
#endif /* slic3r_ModelVolumeType_hpp_ */
|
Loading…
Add table
Add a link
Reference in a new issue