Deploying to gh-pages from @ Klipper3d/klipper@876f351127 🚀
This commit is contained in:
@@ -2111,7 +2111,7 @@ Klipper software.</p>
|
|||||||
</ul>
|
</ul>
|
||||||
<h2 id="bed_screws">bed_screws<a class="headerlink" href="#bed_screws" title="Permanent link">¶</a></h2>
|
<h2 id="bed_screws">bed_screws<a class="headerlink" href="#bed_screws" title="Permanent link">¶</a></h2>
|
||||||
<p>The following information is available in the
|
<p>The following information is available in the
|
||||||
<code>Config_Reference.md#bed_screws</code> object:</p>
|
<a href="Config_Reference.html#bed_screws">bed_screws</a> object:</p>
|
||||||
<ul>
|
<ul>
|
||||||
<li><code>is_active</code>: Returns True if the bed screws adjustment tool is currently
|
<li><code>is_active</code>: Returns True if the bed screws adjustment tool is currently
|
||||||
active.</li>
|
active.</li>
|
||||||
|
|||||||
@@ -8,13 +8,13 @@ directory, the docs/CNAME file also controls the website generation.
|
|||||||
To test deploy the main English site locally one can use commands
|
To test deploy the main English site locally one can use commands
|
||||||
similar to the following:
|
similar to the following:
|
||||||
|
|
||||||
virtualenv ~/mkdocs-env && ~/python-env/bin/pip install -r ~/klipper/docs/_klipper3d/mkdocs-requirements.txt
|
virtualenv ~/mkdocs-env && ~/mkdocs-env/bin/pip install -r ~/klipper/docs/_klipper3d/mkdocs-requirements.txt
|
||||||
cd ~/klipper && ~/mkdocs-env/bin/mkdocs serve --config-file ~/klipper/docs/_klipper3d/mkdocs.yml -a 0.0.0.0:8000
|
cd ~/klipper && ~/mkdocs-env/bin/mkdocs serve --config-file ~/klipper/docs/_klipper3d/mkdocs.yml -a 0.0.0.0:8000
|
||||||
|
|
||||||
To test deploy the multi-language site locally one can use commands
|
To test deploy the multi-language site locally one can use commands
|
||||||
similar to the following:
|
similar to the following:
|
||||||
|
|
||||||
virtualenv ~/mkdocs-env && ~/python-env/bin/pip install -r ~/klipper/docs/_klipper3d/mkdocs-requirements.txt
|
virtualenv ~/mkdocs-env && ~/mkdocs-env/bin/pip install -r ~/klipper/docs/_klipper3d/mkdocs-requirements.txt
|
||||||
source ~/mkdocs-env/bin/activate
|
source ~/mkdocs-env/bin/activate
|
||||||
cd ~/klipper && ./docs/_klipper3d/build-translations.sh
|
cd ~/klipper && ./docs/_klipper3d/build-translations.sh
|
||||||
cd ~/klipper/site/ && python3 -m http.server 8000
|
cd ~/klipper/site/ && python3 -m http.server 8000
|
||||||
|
|||||||
Binary file not shown.
@@ -8,13 +8,13 @@ directory, the docs/CNAME file also controls the website generation.
|
|||||||
To test deploy the main English site locally one can use commands
|
To test deploy the main English site locally one can use commands
|
||||||
similar to the following:
|
similar to the following:
|
||||||
|
|
||||||
virtualenv ~/mkdocs-env && ~/python-env/bin/pip install -r ~/klipper/docs/_klipper3d/mkdocs-requirements.txt
|
virtualenv ~/mkdocs-env && ~/mkdocs-env/bin/pip install -r ~/klipper/docs/_klipper3d/mkdocs-requirements.txt
|
||||||
cd ~/klipper && ~/mkdocs-env/bin/mkdocs serve --config-file ~/klipper/docs/_klipper3d/mkdocs.yml -a 0.0.0.0:8000
|
cd ~/klipper && ~/mkdocs-env/bin/mkdocs serve --config-file ~/klipper/docs/_klipper3d/mkdocs.yml -a 0.0.0.0:8000
|
||||||
|
|
||||||
To test deploy the multi-language site locally one can use commands
|
To test deploy the multi-language site locally one can use commands
|
||||||
similar to the following:
|
similar to the following:
|
||||||
|
|
||||||
virtualenv ~/mkdocs-env && ~/python-env/bin/pip install -r ~/klipper/docs/_klipper3d/mkdocs-requirements.txt
|
virtualenv ~/mkdocs-env && ~/mkdocs-env/bin/pip install -r ~/klipper/docs/_klipper3d/mkdocs-requirements.txt
|
||||||
source ~/mkdocs-env/bin/activate
|
source ~/mkdocs-env/bin/activate
|
||||||
cd ~/klipper && ./docs/_klipper3d/build-translations.sh
|
cd ~/klipper && ./docs/_klipper3d/build-translations.sh
|
||||||
cd ~/klipper/site/ && python3 -m http.server 8000
|
cd ~/klipper/site/ && python3 -m http.server 8000
|
||||||
|
|||||||
Binary file not shown.
Binary file not shown.
@@ -8,13 +8,13 @@ directory, the docs/CNAME file also controls the website generation.
|
|||||||
To test deploy the main English site locally one can use commands
|
To test deploy the main English site locally one can use commands
|
||||||
similar to the following:
|
similar to the following:
|
||||||
|
|
||||||
virtualenv ~/mkdocs-env && ~/python-env/bin/pip install -r ~/klipper/docs/_klipper3d/mkdocs-requirements.txt
|
virtualenv ~/mkdocs-env && ~/mkdocs-env/bin/pip install -r ~/klipper/docs/_klipper3d/mkdocs-requirements.txt
|
||||||
cd ~/klipper && ~/mkdocs-env/bin/mkdocs serve --config-file ~/klipper/docs/_klipper3d/mkdocs.yml -a 0.0.0.0:8000
|
cd ~/klipper && ~/mkdocs-env/bin/mkdocs serve --config-file ~/klipper/docs/_klipper3d/mkdocs.yml -a 0.0.0.0:8000
|
||||||
|
|
||||||
To test deploy the multi-language site locally one can use commands
|
To test deploy the multi-language site locally one can use commands
|
||||||
similar to the following:
|
similar to the following:
|
||||||
|
|
||||||
virtualenv ~/mkdocs-env && ~/python-env/bin/pip install -r ~/klipper/docs/_klipper3d/mkdocs-requirements.txt
|
virtualenv ~/mkdocs-env && ~/mkdocs-env/bin/pip install -r ~/klipper/docs/_klipper3d/mkdocs-requirements.txt
|
||||||
source ~/mkdocs-env/bin/activate
|
source ~/mkdocs-env/bin/activate
|
||||||
cd ~/klipper && ./docs/_klipper3d/build-translations.sh
|
cd ~/klipper && ./docs/_klipper3d/build-translations.sh
|
||||||
cd ~/klipper/site/ && python3 -m http.server 8000
|
cd ~/klipper/site/ && python3 -m http.server 8000
|
||||||
|
|||||||
Binary file not shown.
Binary file not shown.
@@ -8,13 +8,13 @@ directory, the docs/CNAME file also controls the website generation.
|
|||||||
To test deploy the main English site locally one can use commands
|
To test deploy the main English site locally one can use commands
|
||||||
similar to the following:
|
similar to the following:
|
||||||
|
|
||||||
virtualenv ~/mkdocs-env && ~/python-env/bin/pip install -r ~/klipper/docs/_klipper3d/mkdocs-requirements.txt
|
virtualenv ~/mkdocs-env && ~/mkdocs-env/bin/pip install -r ~/klipper/docs/_klipper3d/mkdocs-requirements.txt
|
||||||
cd ~/klipper && ~/mkdocs-env/bin/mkdocs serve --config-file ~/klipper/docs/_klipper3d/mkdocs.yml -a 0.0.0.0:8000
|
cd ~/klipper && ~/mkdocs-env/bin/mkdocs serve --config-file ~/klipper/docs/_klipper3d/mkdocs.yml -a 0.0.0.0:8000
|
||||||
|
|
||||||
To test deploy the multi-language site locally one can use commands
|
To test deploy the multi-language site locally one can use commands
|
||||||
similar to the following:
|
similar to the following:
|
||||||
|
|
||||||
virtualenv ~/mkdocs-env && ~/python-env/bin/pip install -r ~/klipper/docs/_klipper3d/mkdocs-requirements.txt
|
virtualenv ~/mkdocs-env && ~/mkdocs-env/bin/pip install -r ~/klipper/docs/_klipper3d/mkdocs-requirements.txt
|
||||||
source ~/mkdocs-env/bin/activate
|
source ~/mkdocs-env/bin/activate
|
||||||
cd ~/klipper && ./docs/_klipper3d/build-translations.sh
|
cd ~/klipper && ./docs/_klipper3d/build-translations.sh
|
||||||
cd ~/klipper/site/ && python3 -m http.server 8000
|
cd ~/klipper/site/ && python3 -m http.server 8000
|
||||||
|
|||||||
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.
@@ -8,13 +8,13 @@ directory, the docs/CNAME file also controls the website generation.
|
|||||||
To test deploy the main English site locally one can use commands
|
To test deploy the main English site locally one can use commands
|
||||||
similar to the following:
|
similar to the following:
|
||||||
|
|
||||||
virtualenv ~/mkdocs-env && ~/python-env/bin/pip install -r ~/klipper/docs/_klipper3d/mkdocs-requirements.txt
|
virtualenv ~/mkdocs-env && ~/mkdocs-env/bin/pip install -r ~/klipper/docs/_klipper3d/mkdocs-requirements.txt
|
||||||
cd ~/klipper && ~/mkdocs-env/bin/mkdocs serve --config-file ~/klipper/docs/_klipper3d/mkdocs.yml -a 0.0.0.0:8000
|
cd ~/klipper && ~/mkdocs-env/bin/mkdocs serve --config-file ~/klipper/docs/_klipper3d/mkdocs.yml -a 0.0.0.0:8000
|
||||||
|
|
||||||
To test deploy the multi-language site locally one can use commands
|
To test deploy the multi-language site locally one can use commands
|
||||||
similar to the following:
|
similar to the following:
|
||||||
|
|
||||||
virtualenv ~/mkdocs-env && ~/python-env/bin/pip install -r ~/klipper/docs/_klipper3d/mkdocs-requirements.txt
|
virtualenv ~/mkdocs-env && ~/mkdocs-env/bin/pip install -r ~/klipper/docs/_klipper3d/mkdocs-requirements.txt
|
||||||
source ~/mkdocs-env/bin/activate
|
source ~/mkdocs-env/bin/activate
|
||||||
cd ~/klipper && ./docs/_klipper3d/build-translations.sh
|
cd ~/klipper && ./docs/_klipper3d/build-translations.sh
|
||||||
cd ~/klipper/site/ && python3 -m http.server 8000
|
cd ~/klipper/site/ && python3 -m http.server 8000
|
||||||
|
|||||||
Binary file not shown.
Binary file not shown.
@@ -8,13 +8,13 @@ directory, the docs/CNAME file also controls the website generation.
|
|||||||
To test deploy the main English site locally one can use commands
|
To test deploy the main English site locally one can use commands
|
||||||
similar to the following:
|
similar to the following:
|
||||||
|
|
||||||
virtualenv ~/mkdocs-env && ~/python-env/bin/pip install -r ~/klipper/docs/_klipper3d/mkdocs-requirements.txt
|
virtualenv ~/mkdocs-env && ~/mkdocs-env/bin/pip install -r ~/klipper/docs/_klipper3d/mkdocs-requirements.txt
|
||||||
cd ~/klipper && ~/mkdocs-env/bin/mkdocs serve --config-file ~/klipper/docs/_klipper3d/mkdocs.yml -a 0.0.0.0:8000
|
cd ~/klipper && ~/mkdocs-env/bin/mkdocs serve --config-file ~/klipper/docs/_klipper3d/mkdocs.yml -a 0.0.0.0:8000
|
||||||
|
|
||||||
To test deploy the multi-language site locally one can use commands
|
To test deploy the multi-language site locally one can use commands
|
||||||
similar to the following:
|
similar to the following:
|
||||||
|
|
||||||
virtualenv ~/mkdocs-env && ~/python-env/bin/pip install -r ~/klipper/docs/_klipper3d/mkdocs-requirements.txt
|
virtualenv ~/mkdocs-env && ~/mkdocs-env/bin/pip install -r ~/klipper/docs/_klipper3d/mkdocs-requirements.txt
|
||||||
source ~/mkdocs-env/bin/activate
|
source ~/mkdocs-env/bin/activate
|
||||||
cd ~/klipper && ./docs/_klipper3d/build-translations.sh
|
cd ~/klipper && ./docs/_klipper3d/build-translations.sh
|
||||||
cd ~/klipper/site/ && python3 -m http.server 8000
|
cd ~/klipper/site/ && python3 -m http.server 8000
|
||||||
|
|||||||
Binary file not shown.
Binary file not shown.
Reference in New Issue
Block a user