mirror of
https://git.mirrors.martin98.com/https://github.com/slic3r/Slic3r.git
synced 2025-07-31 07:22:03 +08:00

Thrown exception has been changed to be std::runtime_error, includes regression test (program does not crash when loading unknown keys). Sends error/diagnostic message to std::cerr. Addresses #3430