improved option logic, custom setting for object soe that it uses the painted supports
This commit is contained in:
parent
2401556193
commit
1d4f41a2fd
4 changed files with 34 additions and 21 deletions
|
@ -434,7 +434,7 @@ std::tuple<LayerIslands, PixelGrid> reckon_islands(
|
|||
const std::vector<ExtrusionLine> &layer_lines,
|
||||
const Params ¶ms) {
|
||||
|
||||
//extract extrusions (connected paths from multiple lines) from the layer_lines. belonging to single polyline is determined by origin_entity ptr.
|
||||
//extract extrusions (connected paths from multiple lines) from the layer_lines. Grouping by the same polyline is determined by common origin_entity ptr.
|
||||
// result is a vector of [start, end) index pairs into the layer_lines vector
|
||||
std::vector<std::pair<size_t, size_t>> extrusions; //start and end idx (one beyond last extrusion) [start,end)
|
||||
const ExtrusionEntity *current_ex = nullptr;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue