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

This commit is contained in:
KevinOConnor 2025-06-04 17:47:24 +00:00
parent ca9f5cd77d
commit e544db6c03
14 changed files with 6 additions and 1 deletions

View file

@ -1793,6 +1793,11 @@ reference - see <strong>klippy/extras/servo.py</strong> as an example.</p>
during the <code>load_config()</code> or "connect event" phases. Use either
<code>raise config.error("my error")</code> or <code>raise printer.config_error("my
error")</code> to report the error.</li>
<li>Do not store a reference to the <code>config</code> object in a class member
variable (nor in any similar location that may persist past initial
module loading). The <code>config</code> object is a reference to a "config
loading phase" class and it is not valid to invoke its methods after
the "config loading phase" has completed.</li>
<li>Use the "pins" module to configure a pin on a micro-controller. This
is typically done with something similar to
<code>printer.lookup_object("pins").setup_pin("pwm",

Binary file not shown.

Binary file not shown.

Binary file not shown.

File diff suppressed because one or more lines are too long

Binary file not shown.

Binary file not shown.

Binary file not shown.