mirror of
https://git.mirrors.martin98.com/https://github.com/prusa3d/PrusaSlicer.git
synced 2025-08-13 06:39:07 +08:00
Commented on non-empty requirement of the nozzle level polygon in PrinterGeometry.
This commit is contained in:
parent
e4bc8ccbf2
commit
8f89b038af
@ -36,10 +36,12 @@ struct PrinterGeometry
|
||||
{
|
||||
coord_t x_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> 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;
|
||||
|
||||
int convert_Geometry2PlateBoundingBoxSize(void) const;
|
||||
|
Loading…
x
Reference in New Issue
Block a user