diff options
author | Kevin O'Connor <kevin@koconnor.net> | 2019-08-09 00:13:34 -0400 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2019-08-09 00:13:34 -0400 |
commit | 43ab8e71138483c0b39c6b89e6a704680ff72e1b (patch) | |
tree | 7b0287973d35bddf431e40c52e0e47a262556d01 /docs/Code_Overview.md | |
parent | f6d1ab2ea2c2dcb6107ae5b89cfecbc27d241a37 (diff) | |
download | kutter-43ab8e71138483c0b39c6b89e6a704680ff72e1b.tar.gz kutter-43ab8e71138483c0b39c6b89e6a704680ff72e1b.tar.xz kutter-43ab8e71138483c0b39c6b89e6a704680ff72e1b.zip |
docs: Fix typo in Code_Overview.md
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
Diffstat (limited to 'docs/Code_Overview.md')
-rw-r--r-- | docs/Code_Overview.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/Code_Overview.md b/docs/Code_Overview.md index 5266fd1e..f7ad1609 100644 --- a/docs/Code_Overview.md +++ b/docs/Code_Overview.md @@ -424,7 +424,7 @@ software: to convert from a "print time" to the main micro-controller's hardware clock by multiplying the print time by the mcu's statically configured frequency rate. The high-level host code uses print times - to calculates almost all physical actions (eg, head movement, heater + to calculate almost all physical actions (eg, head movement, heater changes, etc.). Within the host code, print times are generally stored in variables named *print_time* or *move_time*. * MCU clock. This is the hardware clock counter on each |