Merge branch 'develop'

This commit is contained in:
casperlamboo 2017-07-25 14:20:33 +02:00
commit ee83f69647

View File

@ -32,7 +32,7 @@ export default function generateInnerLines(slices, settings) {
if (outerLine.paths.length > 0) {
part.outerLine.join(outerLine);
for (let shell = 1; shell < shells; shell += 1) {
for (let shell = 1; shell <= shells; shell += 1) {
const offset = shell * nozzleDiameter;
const innerLine = outerLine.offset(-offset, offsetOptions);