Skip to content

Commit 102ad44

Browse files
committed
Better name for the simulator board
1 parent 9ce9153 commit 102ad44

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Marlin/Configuration.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ constexpr uint8_t DIMMING_BRIGHTNESS_DEFAULT = 5;
135135
#define MAINBOARD_VERSION "5.4"
136136
#elif defined(__PLAT_NATIVE_SIM__)
137137
#define MOTHERBOARD BOARD_SIMULATED
138-
#define PRINTER_MODEL "macOS"
138+
#define PRINTER_MODEL "macOS Simulator"
139139
#define MAINBOARD_VERSION "1.0"
140140
#else
141141
// By default, board 5.1

0 commit comments

Comments
 (0)