mirror of
https://github.com/QIDITECH/QIDISlicer.git
synced 2026-02-01 16:38:43 +03:00
QIDISlicer1.0.0
This commit is contained in:
13
src/libslic3r/SLA/SupportTreeStrategies.hpp
Normal file
13
src/libslic3r/SLA/SupportTreeStrategies.hpp
Normal file
@@ -0,0 +1,13 @@
|
||||
#ifndef SUPPORTTREESTRATEGIES_HPP
|
||||
#define SUPPORTTREESTRATEGIES_HPP
|
||||
|
||||
#include <memory>
|
||||
|
||||
namespace Slic3r { namespace sla {
|
||||
|
||||
enum class SupportTreeType { Default, Branching, Organic };
|
||||
enum class PillarConnectionMode { zigzag, cross, dynamic };
|
||||
|
||||
}} // namespace Slic3r::sla
|
||||
|
||||
#endif // SUPPORTTREESTRATEGIES_HPP
|
||||
Reference in New Issue
Block a user