diff options
author | Kevin O'Connor <kevin@koconnor.net> | 2021-07-27 13:29:36 -0400 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2021-07-27 13:29:36 -0400 |
commit | 37efd1b8f19eadafb45d1d52148d5e21e3fef204 (patch) | |
tree | bc3c3851a2e317168bac20bc5d3e6df0ff24694d /docs/Kinematics.md | |
parent | afca515e2c2db240b4d354a0ae665479894ef89b (diff) | |
download | kutter-37efd1b8f19eadafb45d1d52148d5e21e3fef204.tar.gz kutter-37efd1b8f19eadafb45d1d52148d5e21e3fef204.tar.xz kutter-37efd1b8f19eadafb45d1d52148d5e21e3fef204.zip |
docs: Use hash marks for header lines
Consistently use leading hash marks (#) to note section headers.
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
Diffstat (limited to 'docs/Kinematics.md')
-rw-r--r-- | docs/Kinematics.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/Kinematics.md b/docs/Kinematics.md index fff02dba..313d5dce 100644 --- a/docs/Kinematics.md +++ b/docs/Kinematics.md @@ -197,7 +197,7 @@ stepper_position = (sqrt(arm_length^2 + cartesian_z_position) ``` -### Stepper motor acceleration limits ### +### Stepper motor acceleration limits With delta kinematics it is possible for a move that is accelerating in cartesian space to require an acceleration on a particular stepper @@ -218,7 +218,7 @@ this limit, moves at the extreme edge of the build envelope (where a stepper arm may be nearly horizontal) will have a lower maximum acceleration and velocity. -### Extruder kinematics ### +### Extruder kinematics Klipper implements extruder motion in its own kinematic class. Since the timing and speed of each print head movement is fully known for @@ -232,7 +232,7 @@ generation uses the same formulas that cartesian robots use: stepper_position = requested_e_position ``` -### Pressure advance ### +### Pressure advance Experimentation has shown that it's possible to improve the modeling of the extruder beyond the basic extruder formula. In the ideal case, |