mirror of https://github.com/Desuuuu/klipper.git
docs: Fix hybrid_corexy typo in Config_Reference.md
Reported by @controlflow. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
This commit is contained in:
parent
8090d365f6
commit
0db696b0e9
|
@ -84,7 +84,7 @@ The printer section controls high level printer settings.
|
||||||
[printer]
|
[printer]
|
||||||
kinematics:
|
kinematics:
|
||||||
# The type of printer in use. This option may be one of: cartesian,
|
# The type of printer in use. This option may be one of: cartesian,
|
||||||
# corexy, corexz, hybrid-corexy, hybrid-corexz, rotary_delta, delta,
|
# corexy, corexz, hybrid_corexy, hybrid_corexz, rotary_delta, delta,
|
||||||
# polar, winch, or none. This
|
# polar, winch, or none. This
|
||||||
# parameter must be specified.
|
# parameter must be specified.
|
||||||
max_velocity:
|
max_velocity:
|
||||||
|
|
Loading…
Reference in New Issue