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:
authordc42 <dcrocker@eschertech.com>2019-01-22 12:51:17 +0300
committerGitHub <noreply@github.com>2019-01-22 12:51:17 +0300
commit3820be4b1bf830de08c7acb0a9842721884dedf9 (patch)
tree1256f1c1f9d0ea04247cf406b8a595ddea90125b /README.md
parent5084ccdba81adc7664bcdb65067704579ed08e8d (diff)
Update README.md
Diffstat (limited to 'README.md')
-rw-r--r--README.md7
1 files changed, 4 insertions, 3 deletions
diff --git a/README.md b/README.md
index 7256f3a6..182a8296 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,4 @@
-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, SAME70 and SAME5x. The legacy SAM3X processor is also supported. There is a fork of thie firmware that supports LPC1768/1769 processors.
+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
=============
@@ -26,10 +26,11 @@ RepRapFirmware has pioneered a number of advances in 3D printing including:
* Segmentation-free delta motion (January 2015)
* Simulation mode, for establishing an accurate print time before committing to a print (January 2015)
* Least-squares auto calibration of delta printers (April 2015)
+* Support for SPI-configured stepper drivers (August 2016)
+* Resume-after-power fail as a standard feature of the firmware (October 2017)
* Compensation for the variation in extruder steps/mm with speed that is a feature of common types of extruder (January 2018)
* Compensation of heater power for changes in power supply voltage
-* Support for SPI-configured stepper drivers
-* Resume-after-power fail as a standard feature of the firmware
+* Dynamic acceleration control to control ringing
Supported hardware
==================