mirror of
https://git.mirrors.martin98.com/https://github.com/prusa3d/PrusaSlicer.git
synced 2025-08-14 21:57:22 +08:00
Commented on non-empty requirement of the nozzle level polygon in PrinterGeometry.
This commit is contained in:
parent
e4bc8ccbf2
commit
8f89b038af
@ -37,9 +37,11 @@ struct PrinterGeometry
|
|||||||
coord_t x_size;
|
coord_t x_size;
|
||||||
coord_t y_size;
|
coord_t y_size;
|
||||||
|
|
||||||
|
// at least height 0 (corresponding to nozzle) must be present in convex_height
|
||||||
std::set<coord_t> convex_heights;
|
std::set<coord_t> convex_heights;
|
||||||
std::set<coord_t> box_heights;
|
std::set<coord_t> box_heights;
|
||||||
|
|
||||||
|
// <height, polygons at given height>, at least one polygon must be present for height 0
|
||||||
std::map<coord_t, std::vector<Slic3r::Polygon> > extruder_slices;
|
std::map<coord_t, std::vector<Slic3r::Polygon> > extruder_slices;
|
||||||
|
|
||||||
int convert_Geometry2PlateBoundingBoxSize(void) const;
|
int convert_Geometry2PlateBoundingBoxSize(void) const;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user