mirror of
https://github.com/Doodle3D/Doodle3D-Slicer.git
synced 2024-12-23 19:43:48 +01:00
remove enter
This commit is contained in:
parent
6af54e2362
commit
de2f2ceafd
@ -42,7 +42,6 @@ export default function generateSupport(slices, settings) {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
var supportTemplate = getFillTemplate(supportAreas.bounds(), supportGridSize, true, true);
|
var supportTemplate = getFillTemplate(supportAreas.bounds(), supportGridSize, true, true);
|
||||||
var supportFill = supportTemplate.intersect(supportAreas);
|
var supportFill = supportTemplate.intersect(supportAreas);
|
||||||
if (supportFill.length === 0) {
|
if (supportFill.length === 0) {
|
||||||
|
Loading…
Reference in New Issue
Block a user