mirror of
https://git.mirrors.martin98.com/https://github.com/prusa3d/PrusaSlicer.git
synced 2025-07-31 05:41:59 +08:00
Fix-up of 187ff61 (fw alert dialog for bgcode)
This commit is contained in:
parent
0b68210849
commit
15eedfbb7f
@ -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")))
|
||||
|
Loading…
x
Reference in New Issue
Block a user