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`.