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);