Deploying to gh-pages from @ Klipper3d/klipper@6ad6e39ad2 🚀

This commit is contained in:
KevinOConnor
2022-06-27 14:09:43 +00:00
parent 46a4d7a1b6
commit 6a0f154886
11 changed files with 14 additions and 3 deletions

View File

@@ -1556,8 +1556,13 @@ gcode:
<div class="highlight"><pre><span></span><code>[gcode_macro M117]
rename_existing: M117.1
gcode:
M117.1 { rawparams }
M118 { rawparams }
{% if rawparams %}
{% set escaped_msg = rawparams|replace(&#39;&quot;&#39;, &#39;\\&quot;&#39;) %}
SET_DISPLAY_TEXT MSG=&quot;{escaped_msg}&quot;
RESPOND TYPE=command MSG=&quot;{escaped_msg}&quot;
{% else %}
SET_DISPLAY_TEXT
{% endif %}
</code></pre></div>
<h3 id="the-printer-variable">The "printer" Variable<a class="headerlink" href="#the-printer-variable" title="Permanent link">&para;</a></h3>