aboutsummaryrefslogtreecommitdiffstats
path: root/docs/Features.md
diff options
context:
space:
mode:
authorKevin O'Connor <kevin@koconnor.net>2018-07-08 11:01:54 -0400
committerKevin O'Connor <kevin@koconnor.net>2018-07-08 11:01:54 -0400
commitfa9b321991190ef1b1505c1467cceda5df286d96 (patch)
tree9556b7ccfc17412107213dfec15117a72bdb2eb4 /docs/Features.md
parentf7c2d918b657bc6572002f817cfbb49e9d5dcc8d (diff)
downloadkutter-fa9b321991190ef1b1505c1467cceda5df286d96.tar.gz
kutter-fa9b321991190ef1b1505c1467cceda5df286d96.tar.xz
kutter-fa9b321991190ef1b1505c1467cceda5df286d96.zip
docs: Update main documentation to not Smoothieboard support
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
Diffstat (limited to 'docs/Features.md')
-rw-r--r--docs/Features.md20
1 files changed, 10 insertions, 10 deletions
diff --git a/docs/Features.md b/docs/Features.md
index 69700df6..0cda4a5a 100644
--- a/docs/Features.md
+++ b/docs/Features.md
@@ -25,7 +25,7 @@ Klipper has several compelling features:
is stored in a standard config file which can be easily edited. This
makes it easier to setup and maintain the hardware.
-* Portable code. Klipper works on both ARM and AVR
+* Portable code. Klipper works on ARM, AVR, and PRU based
micro-controllers. Existing "reprap" style printers can run Klipper
without hardware modification - just add a Raspberry Pi. Klipper's
internal code layout makes it easier to support other
@@ -89,15 +89,15 @@ Step Benchmarks
Below are the results of stepper performance tests. The numbers shown
represent total number of steps per second on the micro-controller.
-| Micro-controller | Fastest step rate | 3 steppers active |
-| ----------------- | ----------------- | ----------------- |
-| 16Mhz AVR | 151K | 100K |
-| 20Mhz AVR | 189K | 125K |
-| STM32F103 | 340K | 300K |
-| Arduino Due (ARM) | 382K | 337K |
-| LPC1768 (100Mhz) | 385K | 385K |
-| LPC1769 (120Mhz) | 462K | 462K |
-| Beaglebone PRU | 689K | 689K |
+| Micro-controller | Fastest step rate | 3 steppers active |
+| --------------------------- | ----------------- | ----------------- |
+| 16Mhz AVR | 151K | 100K |
+| 20Mhz AVR | 189K | 125K |
+| STM32F103 | 340K | 300K |
+| Arduino Due (ARM SAM3X8E) | 382K | 337K |
+| Smoothieboard (ARM LPC1768) | 385K | 385K |
+| Smoothieboard (ARM LPC1769) | 462K | 462K |
+| Beaglebone PRU | 689K | 689K |
On AVR platforms, the highest achievable step rate is with just one
stepper stepping. On the STM32F103 and Due, the highest step rate is