mirror of
https://git.mirrors.martin98.com/https://github.com/prusa3d/PrusaSlicer.git
synced 2025-08-15 14:55:59 +08:00
Missing error state in printer state array
This commit is contained in:
parent
ed277ac05c
commit
bf032de383
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user