13 lines
305 B
C++
13 lines
305 B
C++
#ifndef slic3r_VariableWidth_hpp_
|
|
#define slic3r_VariableWidth_hpp_
|
|
|
|
#include "Polygon.hpp"
|
|
#include "ExtrusionEntity.hpp"
|
|
#include "Flow.hpp"
|
|
|
|
namespace Slic3r {
|
|
void variable_width(const ThickPolylines& polylines, ExtrusionRole role, const Flow& flow, std::vector<ExtrusionEntity*>& out);
|
|
}
|
|
|
|
#endif
|