From 9d2441f951da7a5def752105286834f40e0ed618 Mon Sep 17 00:00:00 2001 From: Scott Lahteine Date: Fri, 17 Dec 2021 15:57:16 -0600 Subject: [PATCH] =?UTF-8?q?=E2=9C=8F=EF=B8=8F=20cleanup?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Marlin/src/pins/stm32g0/pins_BTT_SKR_MINI_E3_V3_0.h | 2 +- docs/ConfigEmbedding.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Marlin/src/pins/stm32g0/pins_BTT_SKR_MINI_E3_V3_0.h b/Marlin/src/pins/stm32g0/pins_BTT_SKR_MINI_E3_V3_0.h index 2fda0fb2c0..cec1a838fc 100644 --- a/Marlin/src/pins/stm32g0/pins_BTT_SKR_MINI_E3_V3_0.h +++ b/Marlin/src/pins/stm32g0/pins_BTT_SKR_MINI_E3_V3_0.h @@ -150,7 +150,7 @@ * (LCD_D4) PB9 | 5 6 PA10 (BTN_EN2) * RESET | 7 8 | PA9 (BTN_EN1) * (BTN_ENC) PA15 | 9 10 | PB5 (BEEPER) - * ------ + * ------ * EXP1 */ #define EXP1_09_PIN PA15 diff --git a/docs/ConfigEmbedding.md b/docs/ConfigEmbedding.md index 38db06b3df..ed4ea39eda 100644 --- a/docs/ConfigEmbedding.md +++ b/docs/ConfigEmbedding.md @@ -12,7 +12,7 @@ Send the command `M503 C` to write the file `mc.zip` to the SD card. Copy the fi Run the following commands to extract and apply the configuration: ``` $ git checkout -f -$ unzip mc.zip +$ unzip mc.zip $ python buildroot/share/PlatformIO/scripts/mc-apply.py ```