Deploying to gh-pages from @ Klipper3d/klipper@f3db41c637 🚀

This commit is contained in:
KevinOConnor
2026-04-08 20:08:19 +00:00
parent e47ee9849c
commit 8518b2a9a6
2 changed files with 3 additions and 3 deletions

View File

@@ -1961,9 +1961,9 @@ bootloader is a one time step that typically requires an external
programmer - see <a href="Bootloaders.html">Bootloaders</a> for further details.</p>
<h2 id="will-the-heaters-be-left-on-if-the-raspberry-pi-crashes">Will the heaters be left on if the Raspberry Pi crashes?<a class="headerlink" href="#will-the-heaters-be-left-on-if-the-raspberry-pi-crashes" title="Permanent link">&para;</a></h2>
<p>The software has been designed to prevent that. Once the host enables
a heater, the host software needs to confirm that enablement every 5
a heater, the host software needs to confirm that enablement every 3
seconds. If the micro-controller does not receive a confirmation every
5 seconds it goes into a "shutdown" state which is designed to turn
3 seconds it goes into a "shutdown" state which is designed to turn
off all heaters and stepper motors.</p>
<p>See the "config_digital_out" command in the
<a href="MCU_Commands.html">MCU commands</a> document for further details.</p>

File diff suppressed because one or more lines are too long