Skip to content

Commit

Permalink
Update TODO
Browse files Browse the repository at this point in the history
  • Loading branch information
jes committed May 2, 2022
1 parent 378b556 commit b98a661
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions main.js
Original file line number Diff line number Diff line change
Expand Up @@ -183,9 +183,8 @@ ipcMain.on('render-heightmap', (event,arg,replychan) => {
if (arg.bottom) opts.push('--bottom');

opts.push(arg.stl);
// TODO: write outputs to project folder; also, write to a
// temporary file until successful, then move to the project
// folder
// TODO: write to a temporary file until successful, then move to the
// project folder
console.log(opts);
let render = spawn(path.join(__dirname,'bin/pngcam-go-render'), opts);
running = render;
Expand Down

0 comments on commit b98a661

Please sign in to comment.