diff options
author | Kevin O'Connor <kevin@koconnor.net> | 2016-07-28 12:12:44 -0400 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2016-07-28 12:12:44 -0400 |
commit | 5a24ab06d831781b21cb52275101b7060c6a7941 (patch) | |
tree | 083a1a303d1fe12009f2f62241a27d2d44ec03be /docs | |
parent | 654546e3382b87610a51d01d17c917fb8d8bbaeb (diff) | |
download | kutter-5a24ab06d831781b21cb52275101b7060c6a7941.tar.gz kutter-5a24ab06d831781b21cb52275101b7060c6a7941.tar.xz kutter-5a24ab06d831781b21cb52275101b7060c6a7941.zip |
docs: Update Installation.md - Arduino Due is also supported
Update the document introduction to note that the Arduino Due is also
now supported.
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
Diffstat (limited to 'docs')
-rw-r--r-- | docs/Installation.md | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/Installation.md b/docs/Installation.md index 8116673f..f6790742 100644 --- a/docs/Installation.md +++ b/docs/Installation.md @@ -1,7 +1,8 @@ Klipper is currently in an experimental state. These instructions assume the software will run on a Raspberry Pi computer in conjunction with OctoPrint. Klipper supports only Atmel ATmega based -micro-controllers at this time. +micro-controllers and Arduino Due (Atmel SAM3x8e ARM +micro-controllers) printers at this time. It is recommended that a Raspberry Pi 2 or Raspberry Pi 3 computer be used as the host. The software will run on a first generation |