Another follow-up to 187ff61: include MK3.9

This commit is contained in:
Lukas Matena 2023-11-14 12:48:02 +01:00
parent 15eedfbb7f
commit 7522d7fe02

View File

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