From 730b7f2868dcc4bb1ff28d2e79f31d435442923d Mon Sep 17 00:00:00 2001 From: luc lebosse Date: Wed, 14 Dec 2016 21:12:31 +0100 Subject: [PATCH] Fix typo --- esp3d/config.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/esp3d/config.cpp b/esp3d/config.cpp index c28039d3..2a58fd5b 100644 --- a/esp3d/config.cpp +++ b/esp3d/config.cpp @@ -782,7 +782,7 @@ void CONFIG::print_config(tpipe output) BRIDGE::println(F("Repetier"), output); #elif FIRMWARE_TARGET == REPETIER4DV BRIDGE::println(F("Repetier for DaVinci"), output); -#elif FIRMWARE_TARGET == MALRLIN +#elif FIRMWARE_TARGET == MARLIN BRIDGE::println(F("Marlin"), output); #elif FIRMWARE_TARGET == SMOOTHIEWARE BRIDGE::println(F("Smoothieware"), output);