Files
QIDISlicer/src/libslic3r/SLA/SupportTreeStrategies.hpp

14 lines
310 B
C++
Raw Normal View History

2023-06-10 10:14:12 +08:00
#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