mirror of
https://github.com/Klipper3d/klipper.git
synced 2025-07-17 03:37:55 -06:00
Deploying to gh-pages from @ Klipper3d/klipper@8a2de5f23e 🚀
This commit is contained in:
parent
ed0d495118
commit
eb8cfe5a04
15 changed files with 7 additions and 3 deletions
|
@ -1398,6 +1398,9 @@ are not backwards compatible. It is a good idea to review this
|
||||||
document when upgrading the Klipper software.</p>
|
document when upgrading the Klipper software.</p>
|
||||||
<p>All dates in this document are approximate.</p>
|
<p>All dates in this document are approximate.</p>
|
||||||
<h2 id="changes">Changes<a class="headerlink" href="#changes" title="Permanent link">¶</a></h2>
|
<h2 id="changes">Changes<a class="headerlink" href="#changes" title="Permanent link">¶</a></h2>
|
||||||
|
<p>20250131: Option <code>VARIABLE=<name></code> in <code>SAVE_VARIABLE</code> requires lowercase
|
||||||
|
value. For example, <code>extruder</code> instead of mixedcase <code>Extruder</code> or
|
||||||
|
uppercase <code>EXTRUDER</code>. Using any uppercase letter will raise an error.</p>
|
||||||
<p>20241203: The resonance test has been changed to include slow sweeping
|
<p>20241203: The resonance test has been changed to include slow sweeping
|
||||||
moves. This change requires that testing point(s) have some clearance
|
moves. This change requires that testing point(s) have some clearance
|
||||||
in X/Y plane (+/- 30 mm from the test point should suffice when using
|
in X/Y plane (+/- 30 mm from the test point should suffice when using
|
||||||
|
|
|
@ -5765,8 +5765,9 @@ take effect immediately.</p>
|
||||||
has been enabled.</p>
|
has been enabled.</p>
|
||||||
<h4 id="save_variable">SAVE_VARIABLE<a class="headerlink" href="#save_variable" title="Permanent link">¶</a></h4>
|
<h4 id="save_variable">SAVE_VARIABLE<a class="headerlink" href="#save_variable" title="Permanent link">¶</a></h4>
|
||||||
<p><code>SAVE_VARIABLE VARIABLE=<name> VALUE=<value></code>: Saves the variable to
|
<p><code>SAVE_VARIABLE VARIABLE=<name> VALUE=<value></code>: Saves the variable to
|
||||||
disk so that it can be used across restarts. All stored variables are
|
disk so that it can be used across restarts. The VARIABLE must be lowercase.
|
||||||
loaded into the <code>printer.save_variables.variables</code> dict at startup and
|
All stored variables are loaded into the
|
||||||
|
<code>printer.save_variables.variables</code> dict at startup and
|
||||||
can be used in gcode macros. The provided VALUE is parsed as a Python
|
can be used in gcode macros. The provided VALUE is parsed as a Python
|
||||||
literal.</p>
|
literal.</p>
|
||||||
<h3 id="screws_tilt_adjust">[screws_tilt_adjust]<a class="headerlink" href="#screws_tilt_adjust" title="Permanent link">¶</a></h3>
|
<h3 id="screws_tilt_adjust">[screws_tilt_adjust]<a class="headerlink" href="#screws_tilt_adjust" title="Permanent link">¶</a></h3>
|
||||||
|
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
File diff suppressed because one or more lines are too long
BIN
sitemap.xml.gz
BIN
sitemap.xml.gz
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading…
Add table
Add a link
Reference in a new issue