diff --git a/src/slic3r/GUI/Plater.cpp b/src/slic3r/GUI/Plater.cpp index e22b5b6d4b..15786db19e 100644 --- a/src/slic3r/GUI/Plater.cpp +++ b/src/slic3r/GUI/Plater.cpp @@ -6745,7 +6745,8 @@ static void alert_when_exporting_binary_gcode(bool binary_output, const std::str if (binary_output && (boost::algorithm::contains(printer_notes, "PRINTER_MODEL_XL") || boost::algorithm::contains(printer_notes, "PRINTER_MODEL_MINI") - || boost::algorithm::contains(printer_notes, "PRINTER_MODEL_MK4"))) + || boost::algorithm::contains(printer_notes, "PRINTER_MODEL_MK4") + || boost::algorithm::contains(printer_notes, "PRINTER_MODEL_MK3.9"))) { AppConfig* app_config = wxGetApp().app_config; wxWindow* parent = wxGetApp().mainframe;