mirror of
https://github.com/Doodle3D/Doodle3D-Slicer.git
synced 2024-11-22 13:37:58 +01:00
remove infillOverlap refference
This commit is contained in:
parent
b8b67e664b
commit
9bc832fcdd
@ -13,7 +13,6 @@ export default function generateInfills(slices, settings) {
|
||||
|
||||
fillGridSize /= PRECISION;
|
||||
nozzleDiameter /= PRECISION;
|
||||
infillOverlap /= PRECISION;
|
||||
|
||||
const bottomSkinCount = Math.ceil(bottomThickness/layerHeight);
|
||||
const topSkinCount = Math.ceil(topThickness/layerHeight);
|
||||
|
Loading…
Reference in New Issue
Block a user