From cbcf372cebac437fb611bf1adc49439cada17ca1 Mon Sep 17 00:00:00 2001 From: Scott Lahteine Date: Tue, 22 Jun 2021 14:27:22 -0500 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20Adjust=20some=20README=20files?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config/examples/AnyCubic/Mega Zero 2.0/Anycubic V1/README.md | 2 +- config/examples/AnyCubic/Mega Zero/Anycubic V1/README.md | 2 +- config/examples/Creality/Ender-2/README.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/config/examples/AnyCubic/Mega Zero 2.0/Anycubic V1/README.md b/config/examples/AnyCubic/Mega Zero 2.0/Anycubic V1/README.md index 0b8c292189..07acf42791 100644 --- a/config/examples/AnyCubic/Mega Zero 2.0/Anycubic V1/README.md +++ b/config/examples/AnyCubic/Mega Zero 2.0/Anycubic V1/README.md @@ -1,6 +1,6 @@ # Anycubic Mega Zero 2.0 Support -This branch is a reverse-engineered version based on the published firmware v0.0.4 from Anycubic. It is **not** the authoritative source, but has been carefully re-built by looking at their firmware and inferring the base version and configuration they used. +This configuration is based on the published firmware v0.0.4 from Anycubic. It is **not** the authoritative source, but has been carefully re-built by looking at their firmware and inferring the base version and configuration they used. ## Bitmaps diff --git a/config/examples/AnyCubic/Mega Zero/Anycubic V1/README.md b/config/examples/AnyCubic/Mega Zero/Anycubic V1/README.md index fc4737a58d..858faf7bb2 100644 --- a/config/examples/AnyCubic/Mega Zero/Anycubic V1/README.md +++ b/config/examples/AnyCubic/Mega Zero/Anycubic V1/README.md @@ -1,6 +1,6 @@ # Anycubic Mega Zero Support -This branch is a reverse-engineered version based on the published firmware v0.0.4 from Anycubic. It is **not** the authoritative source, but has been carefully re-built by looking at their firmware and inferring the base version and configuration they used. +This configuration is based on the published firmware v0.0.4 from Anycubic. It is **not** the authoritative source, but has been carefully re-built by looking at their firmware and inferring the base version and configuration they used. ## Bitmaps diff --git a/config/examples/Creality/Ender-2/README.md b/config/examples/Creality/Ender-2/README.md index b45eb94690..3c3fe6578a 100644 --- a/config/examples/Creality/Ender-2/README.md +++ b/config/examples/Creality/Ender-2/README.md @@ -1,6 +1,6 @@ # Creality Ender Support -This branch is a reverse-engineered version based on the unpublished firmware from Creality. It is **not** the authoritative source, but has been carefully re-built by looking at their firmware and inferring the base version and configuration they used. The basis is the firmware version from "Jul 31 2017 10:16:30". It is based on Marlin 1.0.1, because +This configuration is based on the unpublished firmware from Creality. It is **not** the authoritative source, but has been carefully re-built by looking at their firmware and inferring the base version and configuration they used. The basis is the firmware version from "Jul 31 2017 10:16:30". It is based on Marlin 1.0.1, because * 1.0.0 had very different serial output in `setup()` and overall code structure. * 1.0.2 changed the `VERSION_STRING` to include a leading space, and `lcd_init` uses `SET_INPUT` instead of `pinMode`.