mirror of
https://github.com/Doodle3D/Doodle3D-Slicer.git
synced 2024-12-23 19:43:48 +01:00
remove line break
This commit is contained in:
parent
c2c432a6fe
commit
8785b1baee
@ -56,7 +56,6 @@ 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…
Reference in New Issue
Block a user