Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/Duet3D/RepRapFirmware.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Hammacher <bmasterc@gmail.com>2022-01-22 11:00:06 +0300
committerGitHub <noreply@github.com>2022-01-22 11:00:06 +0300
commit7e7003bc4c0cad10dcd00c7e49ceea43cba936fd (patch)
tree435c79a999030b054ecd3f84c6df227811e8dca2
parenta8ae9fd0fbea5e61f24309e49b171654beb8384e (diff)
Update README.md
-rw-r--r--README.md10
1 files changed, 8 insertions, 2 deletions
diff --git a/README.md b/README.md
index 6385bd9c..683e8bc4 100644
--- a/README.md
+++ b/README.md
@@ -1,7 +1,13 @@
+# RepRapFirmware
+
This is firmware for controlling 3D printers and related devices using electronics based on ATSAM main processors. The current processors supported are the ATSAM4E, ATSAM4S and SAME70. The legacy SAM3X processor is also supported. There is a fork of this firmware that supports LPC1768/1769 processors. The SAME5x processor is supported in the related project Duet3Expansion.
-# Documentation
+## Documentation
All documentation has been moved to the [RepRapFirmware GitHub Wiki](https://github.com/Duet3D/RepRapFirmware/wiki).
-# Licence
+## Licence
The source files in this project (RepRapFirmware) are licensed under GPLv3, see http://www.gnu.org/licenses/gpl-3.0.en.html. The associated CoreNG project, which provides a partial hardware abstraction layer, includes files derived from the Advanced Software Framework (formerly Atmel Software Framework) from Microchip. Those files have a more restrictive license, in particular they may only be used for code that targets Atmel/Microchip processors.
+
+## Bug reports
+
+Please use the [forum](https://forum.duet3d.com) for support requests or the [issues](https://github.com/Duet3D/RepRapFirmware/issues) page for feature requests and bug reports.