fix console.log
This commit is contained in:
parent
5a4fe7b40e
commit
cab6972d99
2 changed files with 2 additions and 2 deletions
2
notes.md
2
notes.md
|
|
@ -6,7 +6,7 @@
|
|||
* `F` extend mesh object to store raw + annotations (rot,scale,pos)
|
||||
* share raw data w/ dups, encode/decode
|
||||
* `F` gcode color to speed visualization bar
|
||||
* `F` X,Y,Z colored axes visaliztions
|
||||
* `F` X,Y,Z colored axes visualizations
|
||||
* `P` bail on decimation if it's proving ineffective
|
||||
* `P` improve decimation speed by avoiding in/out of Point?
|
||||
* `P` server-side processing (determine protocol and storage)
|
||||
|
|
|
|||
|
|
@ -217,7 +217,7 @@
|
|||
if (evt.ctrlKey) {
|
||||
evt.preventDefault();
|
||||
API.conf.save();
|
||||
log("settings saved");
|
||||
console.log("settings saved");
|
||||
} else
|
||||
if (evt.metaKey) {
|
||||
evt.preventDefault();
|
||||
|
|
|
|||
Loading…
Reference in a new issue