mirror of
https://git.mirrors.martin98.com/https://github.com/slic3r/Slic3r.git
synced 2025-08-13 14:08:58 +08:00
Forgot to check in a }
This commit is contained in:
parent
471983d63a
commit
8597ec9511
@ -134,6 +134,7 @@ void Plate2D::repaint(wxPaintEvent& e) {
|
|||||||
for (const auto& points : obj.instance_thumbnails.back().expolygons) {
|
for (const auto& points : obj.instance_thumbnails.back().expolygons) {
|
||||||
auto poly { this->scaled_points_to_pixel(Polygon(points), true) };
|
auto poly { this->scaled_points_to_pixel(Polygon(points), true) };
|
||||||
dc->DrawPolygon(poly.size(), poly.data(), 0, 0);
|
dc->DrawPolygon(poly.size(), poly.data(), 0, 0);
|
||||||
|
}
|
||||||
// TODO draw bounding box if that debug option is turned on.
|
// TODO draw bounding box if that debug option is turned on.
|
||||||
|
|
||||||
// if sequential printing is enabled and more than one object, draw clearance area
|
// if sequential printing is enabled and more than one object, draw clearance area
|
||||||
|
Loading…
x
Reference in New Issue
Block a user