Skip to content

Commit 029e4f2

Browse files
Update - README.md
1 parent f007450 commit 029e4f2

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ Before building, open a terminal and run `./buildroot/share/scripts/simulator_er
184184

185185
How to use:
186186

187-
- Open the executable program found in **.pio\build\simulator\_<windows|linux>\_release**.
187+
- Open the executable program found in **.pio\build\simulator\_<windows|linux_release>**.
188188
- - For Windows: `MarlinSimulator.exe`
189189
- - For Linux: `./MarlinSimulator`
190190
<sup>Enter in a terminal.</sup>

platformio.ini

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,13 @@
2222
# env: GD32F303RE_creality_mfl | MB: BOARD_CREALITY_V422_GD32_MFL / BOARD_CREALITY_CR4NS
2323

2424
# BigTreeTech SKR MINI E3
25-
# env: STM32G0B1RE_btt | MB: BOARD_BTT_SKR_MINI_E3_V3_0
26-
# env: STM32F401RC_btt | MB: BOARD_BTT_SKR_MINI_E3_V3_0_1
27-
# env: STM32F103RC/RE_btt | MB: BOARD_BTT_SKR_MINI_E3_V1_0/V1_2/V2_0
25+
# env: STM32G0B1RE_btt | MB: BOARD_BTT_SKR_MINI_E3_V3_0
26+
# env: STM32F401RC_btt | MB: BOARD_BTT_SKR_MINI_E3_V3_0_1
27+
# env: STM32F103RC/RE_btt | MB: BOARD_BTT_SKR_MINI_E3_V1_0/V1_2/V2_0
2828

2929
# MarlinSimulator.exe
30-
# env: simulator_windows | MB: BOARD_SIMULATED -- Disable ENDSTOP_INTERRUPTS_FEATURE --
30+
# env: simulator_windows | MB: BOARD_SIMULATED - $ ./buildroot/share/scripts/simulator_error.sh
31+
# env: simulator_linux_release | ^^
3132

3233
# Automatic targets - enable auto-uploading
3334
# targets = upload

0 commit comments

Comments
 (0)