mirror of
https://git.mirrors.martin98.com/https://github.com/bambulab/BambuStudio.git
synced 2025-08-08 18:39:01 +08:00
FIX: crash sometimes when using ipLightning in Organic tree
jira: STUDIO-10957 Change-Id: I8126540bd04f1c74a39171161ee29c7b6ace9f18
This commit is contained in:
parent
b2256c828b
commit
47a30a3e2a
@ -13,6 +13,7 @@ void Filler::_fill_surface_single(
|
||||
ExPolygon expolygon,
|
||||
Polylines &polylines_out)
|
||||
{
|
||||
if (!generator) return;
|
||||
const Layer &layer = generator->getTreesForLayer(this->layer_id);
|
||||
Polylines fill_lines = layer.convertToLines(to_polygons(expolygon), scaled<coord_t>(0.5 * this->spacing - this->overlap));
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user