mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-17 11:47:54 -06:00
Merge some BS1.7 changes:
Port object canceling for BL X1 from BS. Todo: refactor
This commit is contained in:
parent
3acd89e877
commit
7ece35931e
15 changed files with 557 additions and 162 deletions
|
@ -533,13 +533,6 @@ void LayerRegion::export_region_fill_surfaces_to_svg_debug(const char *name) con
|
|||
this->export_region_fill_surfaces_to_svg(debug_out_path("LayerRegion-fill_surfaces-%s-%d.svg", name, idx ++).c_str());
|
||||
}
|
||||
|
||||
//BBS
|
||||
void LayerRegion::simplify_extrusion_entity()
|
||||
{
|
||||
simplify_entity_collection(&perimeters);
|
||||
simplify_entity_collection(&fills);
|
||||
}
|
||||
|
||||
void LayerRegion::simplify_entity_collection(ExtrusionEntityCollection* entity_collection)
|
||||
{
|
||||
for (size_t i = 0; i < entity_collection->entities.size(); i++) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue