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