mirror of
https://github.com/Doodle3D/Doodle3D-Slicer.git
synced 2024-11-22 21:47:59 +01:00
add comment
@peteruithoven I was wrong about the less then :(
This commit is contained in:
parent
2304560a13
commit
4304f7373d
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user