add comment

@peteruithoven I was wrong about the less then :(
This commit is contained in:
casperlamboo 2017-07-25 14:36:26 +02:00
parent 2304560a13
commit 4304f7373d

View File

@ -32,6 +32,7 @@ export default function generateInnerLines(slices, settings) {
if (outerLine.paths.length > 0) {
part.outerLine.join(outerLine);
// start with 1 because outerLine is the 1st (0) shell
for (let shell = 1; shell < shells; shell += 1) {
const offset = shell * nozzleDiameter;