mirror of
https://github.com/QIDITECH/QIDISlicer.git
synced 2026-02-02 17:08:42 +03:00
QIDISlicer1.0.0
This commit is contained in:
15
src/libslic3r/SLA/BranchingTreeSLA.hpp
Normal file
15
src/libslic3r/SLA/BranchingTreeSLA.hpp
Normal file
@@ -0,0 +1,15 @@
|
||||
#ifndef BRANCHINGTREESLA_HPP
|
||||
#define BRANCHINGTREESLA_HPP
|
||||
|
||||
#include "libslic3r/BranchingTree/BranchingTree.hpp"
|
||||
#include "SupportTreeBuilder.hpp"
|
||||
|
||||
#include <boost/log/trivial.hpp>
|
||||
|
||||
namespace Slic3r { namespace sla {
|
||||
|
||||
void create_branching_tree(SupportTreeBuilder& builder, const SupportableMesh &sm);
|
||||
|
||||
}} // namespace Slic3r::sla
|
||||
|
||||
#endif // BRANCHINGTREESLA_HPP
|
||||
Reference in New Issue
Block a user