From: Joseph Coffland Date: Wed, 21 Apr 2021 20:20:22 +0000 (-0700) Subject: Spelling fixes, Fixed settings save popup X-Git-Url: https://git.buildbotics.com/?a=commitdiff_plain;h=9e468b1045bed7427bfbd20cac26ff579f983044;p=bbctrl-firmware Spelling fixes, Fixed settings save popup --- 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