mirror of
https://github.com/QIDITECH/QIDIStudio.git
synced 2026-02-07 12:21:50 +03:00
update libslic3r
This commit is contained in:
@@ -102,6 +102,8 @@ public:
|
||||
void append(const Polyline& src);
|
||||
void append(Polyline&& src);
|
||||
|
||||
Polyline rebase_at(size_t idx);
|
||||
|
||||
Point& operator[](Points::size_type idx) { return this->points[idx]; }
|
||||
const Point& operator[](Points::size_type idx) const { return this->points[idx]; }
|
||||
|
||||
@@ -265,6 +267,8 @@ public:
|
||||
Polyline::clear();
|
||||
width.clear();
|
||||
}
|
||||
ThickPolyline rebase_at(size_t idx);
|
||||
coordf_t get_width_at(size_t point_idx) const;
|
||||
|
||||
std::vector<coordf_t> width;
|
||||
std::pair<bool,bool> endpoints;
|
||||
|
||||
Reference in New Issue
Block a user