mirror of
https://github.com/Doodle3D/Doodle3D-Slicer.git
synced 2024-11-19 04:27:55 +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);
|
||||
|
||||
lowFillArea = fillArea.difference(highFillArea);
|
||||
}
|
||||
else {
|
||||
} else {
|
||||
highFillArea = fillArea;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user