Skip to content

Commit

Permalink
Another follow-up to 187ff61: include MK3.9
Browse files Browse the repository at this point in the history
  • Loading branch information
lukasmatena committed Nov 14, 2023
1 parent 15eedfb commit 7522d7f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/slic3r/GUI/Plater.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 7522d7f

Please sign in to comment.