mirror of
https://git.mirrors.martin98.com/https://github.com/prusa3d/PrusaSlicer.git
synced 2025-08-13 14:59:02 +08:00
Another follow-up to 187ff61: include MK3.9
This commit is contained in:
parent
15eedfbb7f
commit
7522d7fe02
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user