mirror of
https://github.com/Doodle3D/Doodle3D-Slicer.git
synced 2025-01-11 11:45:11 +01:00
else on one line
This commit is contained in:
parent
1cddce9e69
commit
b9a2fdcc81
@ -59,8 +59,7 @@ export default function generateInfills(slices, settings) {
|
|||||||
highFillArea = highFillArea.intersect(fillArea);
|
highFillArea = highFillArea.intersect(fillArea);
|
||||||
|
|
||||||
lowFillArea = fillArea.difference(highFillArea);
|
lowFillArea = fillArea.difference(highFillArea);
|
||||||
}
|
} else {
|
||||||
else {
|
|
||||||
highFillArea = fillArea;
|
highFillArea = fillArea;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user