From 9e468b1045bed7427bfbd20cac26ff579f983044 Mon Sep 17 00:00:00 2001 From: Joseph Coffland Date: Wed, 21 Apr 2021 13:20:22 -0700 Subject: [PATCH] Spelling fixes, Fixed settings save popup --- src/js/view-settings.js | 2 +- src/pug/templates/settings-general.pug | 2 +- src/pug/templates/settings-macros.pug | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/js/view-settings.js b/src/js/view-settings.js index bb27521..aa335f0 100644 --- a/src/js/view-settings.js +++ b/src/js/view-settings.js @@ -88,7 +88,7 @@ module.exports = { callback: { save: function () {this.save(done)}.bind(this), discard: function () {this.discard(done)}.bind(this) - }.bind(this) + } }); } }, diff --git a/src/pug/templates/settings-general.pug b/src/pug/templates/settings-general.pug index 5c80eb4..127ae09 100644 --- a/src/pug/templates/settings-general.pug +++ b/src/pug/templates/settings-general.pug @@ -68,7 +68,7 @@ script#settings-general-template(type="text/x-template") planning accuracy. p. - This also affects the maimum error when interpolating + This also affects the maximum error when interpolating #[a(href=base + "#gcode:g2-g3", target="_blank") G2 and G3] arcs. h2 Cornering Speed (Advanced) diff --git a/src/pug/templates/settings-macros.pug b/src/pug/templates/settings-macros.pug index 28b0197..7dd37a6 100644 --- a/src/pug/templates/settings-macros.pug +++ b/src/pug/templates/settings-macros.pug @@ -54,7 +54,7 @@ script#settings-macros-template(type="text/x-template") :title="'Delete macro ' + ($index + 1) + '.'") p. - Macros are programs that you can run by clicking the corrisponding + Macros are programs that you can run by clicking the corresponding button on the #[a(href="#control") control page]. To create a new macro, click the "Add" button. Then set the button color, name and select a program to run from the file menu. You can upload new -- 2.27.0