Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
# Conflicts:
#	demo/demo.js
  • Loading branch information
remcoder committed Oct 23, 2021
1 parent 1e74e7c commit fb20eef
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion demo/demo.js
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@ function startLoadingProgressive(gcode) {
else {
startLayer.removeAttribute('disabled');
endLayer.removeAttribute('disabled');
console.log(preview.parser.metadata.thumbnails);
console.log(gcodePreview.parser.metadata.thumbnails);
}
gcodePreview.processGCode(chunk);
updateUI();
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"lint": "eslint . --fix",
"test": "jest",
"test:watch": "jest --watch",
"preversion": "npm run test",
"preversion": "npm run test && npm run lint",
"version:patch": "npm version patch",
"version:minor": "npm version minor",
"postversion": "npm publish && npm run deploy",
Expand Down

0 comments on commit fb20eef

Please sign in to comment.