diff --git a/_configuration/configuration.md b/_configuration/configuration.md index f55fc5782..b280cd48c 100644 --- a/_configuration/configuration.md +++ b/_configuration/configuration.md @@ -3222,7 +3222,7 @@ Enables [`G60`](/docs/gcode/G060.html) & [`G61`](/docs/gcode/G061.html) and spec ``` [`G2/G3`](/docs/gcode/G002-G003.html) Arc Support -### G5 Bezier Curve +### G5 Bézier Curve ```cpp //#define BEZIER_CURVE_SUPPORT ``` diff --git a/_gcode/M876.md b/_gcode/M876.md index 6ce95af7b..cce99a2f8 100644 --- a/_gcode/M876.md +++ b/_gcode/M876.md @@ -10,6 +10,7 @@ group: hosts codes: [ M876 ] notes: +- Host prompts are supported by OctoPrint so it can simulate a user click and other simple feedback. - When `EMERGENCY_PARSER` is enabled the `M876` command is handled as soon as the command arrives. parameters: diff --git a/_layouts/default.html b/_layouts/default.html index d49c26eda..189d4e6df 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -46,7 +46,7 @@ * with the main page. */ head.load( - "{{ 'jquery-2.2.1.min.js' | prepend: site.js }}", + "{{ 'jquery-3.7.1.min.js' | prepend: site.js }}", "{{ 'jquery-ui.min.js' | prepend: site.js }}", "{{ 'bootstrap.min.js' | prepend: site.js }}", "{{ 'tocify.min.js' | prepend: site.js }}", diff --git a/_meta/search.html b/_meta/search.html index 5989b6dad..2485ca314 100644 --- a/_meta/search.html +++ b/_meta/search.html @@ -29,8 +29,10 @@