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

16 lines
362 B
C++
Raw Normal View History

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