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