Skip to content

Commit

Permalink
Stop logging pngcam opts
Browse files Browse the repository at this point in the history
  • Loading branch information
jes committed Apr 17, 2022
1 parent 08af73c commit ca43a76
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion main.js
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,6 @@ ipcMain.on('generate-toolpath', (event,arg,replychan) => {
'--max-vel', settings.maxvel,
'--max-accel', settings.maxaccel,
];
console.log(opts);
if (arg.roughingonly) opts.push('--roughing-only');
if (arg.rampentry) opts.push('--ramp-entry');
if (arg.omittop) opts.push('--omit-top');
Expand Down

0 comments on commit ca43a76

Please sign in to comment.