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.