Skip to content

Commit

Permalink
Fix-up of 187ff61 (fw alert dialog for bgcode)
Browse files Browse the repository at this point in the history
  • Loading branch information
lukasmatena committed Nov 14, 2023
1 parent 0b68210 commit 15eedfb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/slic3r/GUI/Plater.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -6742,7 +6742,7 @@ static wxString check_binary_vs_ascii_gcode_extension(PrinterTechnology pt, cons
// without any error message.
static void alert_when_exporting_binary_gcode(bool binary_output, const std::string& printer_notes)
{
if (boost::algorithm::contains(printer_notes, "PRINTER_VENDOR_PRUSA3D")
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")))
Expand Down

0 comments on commit 15eedfb

Please sign in to comment.