mirror of
https://github.com/Doodle3D/Doodle3D-Slicer.git
synced 2024-12-23 11:33:49 +01:00
remove enter
This commit is contained in:
parent
45514218af
commit
83febd6aa0
@ -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