Missing error state in printer state array

This commit is contained in:
David Kocik 2025-01-01 12:30:54 +01:00 committed by Lukas Matena
parent ed277ac05c
commit bf032de383

View File

@ -105,7 +105,7 @@ private:
{"READY" , ConnectPrinterState::CONNECT_PRINTER_READY},
{"ATTENTION", ConnectPrinterState::CONNECT_PRINTER_ATTENTION},
{"BUSY" , ConnectPrinterState::CONNECT_PRINTER_BUSY},
{"ERROR" , ConnectPrinterState::CONNECT_PRINTER_ERROR},
{"ERROR" , ConnectPrinterState::CONNECT_PRINTER_ERROR},
};
};
}} // namespace slic3r::GUI