From 60b35ffb9bb3647354a488aa314709a276469643 Mon Sep 17 00:00:00 2001 From: Scott Lahteine Date: Tue, 28 Mar 2023 23:43:27 -0500 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20New=20Simulator=20board=20name?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit MarlinFirmware/Marlin#25589 --- config/examples/Simulator/Configuration.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/examples/Simulator/Configuration.h b/config/examples/Simulator/Configuration.h index e7eb9015cb..c914f4c9c4 100644 --- a/config/examples/Simulator/Configuration.h +++ b/config/examples/Simulator/Configuration.h @@ -105,7 +105,7 @@ // Choose the name from boards.h that matches your setup #ifndef MOTHERBOARD - #define MOTHERBOARD BOARD_LINUX_RAMPS + #define MOTHERBOARD BOARD_SIMULATED #endif /**