aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKevin O'Connor <kevin@koconnor.net>2017-04-24 09:31:39 -0400
committerKevin O'Connor <kevin@koconnor.net>2017-04-24 09:31:39 -0400
commite507848a8faf76e34677f8882b9bc988dfd99581 (patch)
tree30ccf16616e4ad1455b971e52a5c32efe78abe57
parent70599667cb104cbe063485e08b370ddbaf2ca6dc (diff)
downloadkutter-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>
-rw-r--r--docs/Features.md3
-rw-r--r--docs/Todo.md4
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
=====================