Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
casperlamboo committed Jul 27, 2017
2 parents eb6747a + 9bc832f commit f390f1c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/sliceActions/generateInfills.js
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit f390f1c

Please sign in to comment.