diff options
author | Kevin O'Connor <kevin@koconnor.net> | 2017-04-24 09:31:39 -0400 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2017-04-24 09:31:39 -0400 |
commit | e507848a8faf76e34677f8882b9bc988dfd99581 (patch) | |
tree | 30ccf16616e4ad1455b971e52a5c32efe78abe57 /docs | |
parent | 70599667cb104cbe063485e08b370ddbaf2ca6dc (diff) | |
download | kutter-e507848a8faf76e34677f8882b9bc988dfd99581.tar.gz kutter-e507848a8faf76e34677f8882b9bc988dfd99581.tar.xz kutter-e507848a8faf76e34677f8882b9bc988dfd99581.zip |
docs: Remove "experimental" from descriptions
The Klipper software has progressed to the point where it does not
need to be described as "experimental" software.
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
Diffstat (limited to 'docs')
-rw-r--r-- | docs/Features.md | 3 | ||||
-rw-r--r-- | docs/Todo.md | 4 |
2 files changed, 3 insertions, 4 deletions
diff --git a/docs/Features.md b/docs/Features.md index 1ce5adde..2857e9bd 100644 --- a/docs/Features.md +++ b/docs/Features.md @@ -1,5 +1,4 @@ -Klipper is an experimental 3d printer firmware. It has several -compelling features: +Klipper is a 3d printer firmware with several compelling features: * High precision stepper movement. Klipper utilizes an application processor (such as a low-cost Raspberry Pi) when calculating printer diff --git a/docs/Todo.md b/docs/Todo.md index 8f9d34fe..039c9eff 100644 --- a/docs/Todo.md +++ b/docs/Todo.md @@ -1,5 +1,5 @@ -Klipper is currently in an experimental state. There are several -features still to be implemented. In no particular order: +There are several features still to be implemented in Klipper. In no +particular order: Host user interaction ===================== |