From 3cbcc385d15262261796873c8c48b40d3bfa8475 Mon Sep 17 00:00:00 2001 From: KevinOConnor Date: Wed, 24 Sep 2025 19:48:53 +0000 Subject: [PATCH] =?UTF-8?q?Deploying=20to=20gh-pages=20from=20@=20Klipper3?= =?UTF-8?q?d/klipper@1da2e39b856eb4a334a59791936af9efab5b625f=20?= =?UTF-8?q?=F0=9F=9A=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Code_Overview.html | 17 +++++++++-------- .../__pycache__/mkdocs_hooks.cpython-38.pyc | Bin 983 -> 983 bytes .../__pycache__/mkdocs_hooks.cpython-38.pyc | Bin 983 -> 983 bytes fr/sitemap.xml.gz | Bin 229 -> 229 bytes .../__pycache__/mkdocs_hooks.cpython-38.pyc | Bin 983 -> 983 bytes hu/sitemap.xml.gz | Bin 229 -> 229 bytes .../__pycache__/mkdocs_hooks.cpython-38.pyc | Bin 983 -> 983 bytes it/sitemap.xml.gz | Bin 229 -> 229 bytes search/search_index.json | 2 +- sitemap.xml.gz | Bin 229 -> 229 bytes .../__pycache__/mkdocs_hooks.cpython-38.pyc | Bin 983 -> 983 bytes zh-Hant/sitemap.xml.gz | Bin 229 -> 229 bytes .../__pycache__/mkdocs_hooks.cpython-38.pyc | Bin 983 -> 983 bytes zh/sitemap.xml.gz | Bin 229 -> 229 bytes 14 files changed, 10 insertions(+), 9 deletions(-) diff --git a/Code_Overview.html b/Code_Overview.html index 20cf6c2ab..d5bf4914b 100644 --- a/Code_Overview.html +++ b/Code_Overview.html @@ -1632,7 +1632,7 @@ DECL_COMMAND macro in the micro-controller code).

the main Python thread.
  • A thread per stepper motor that calculates the timing of stepper motor step pulses and compresses those times. This thread resides in - the klippy/chelper/stepcompress.c C code and its operation is + the klippy/chelper/steppersync.c C code and its operation is generally not exposed to the Python code.
  • Code flow of a move command

    @@ -1654,9 +1654,10 @@ provides further information on the mechanics of moves.