mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-07 23:17:35 -06:00
Some flatpak fixing (#5510)
* Use fixed commit for wxwidgets * disable cache * Fix imports * revert some build stuff * fix python builds * Don't build OCCT docs, a constexpr borks flatpak * fix thread import * Fix import * Fix import again * remove git commit --------- Co-authored-by: SoftFever <softfeverever@gmail.com>
This commit is contained in:
parent
93ec1dd7ee
commit
657954901f
8 changed files with 45 additions and 22 deletions
|
@ -2,6 +2,7 @@
|
|||
#include "../miniz_extension.hpp"
|
||||
#include "format.hpp"
|
||||
|
||||
#include <boost/algorithm/string/case_conv.hpp>
|
||||
#include <qoi/qoi.h>
|
||||
#include <jpeglib.h>
|
||||
#include <jerror.h>
|
||||
|
@ -594,7 +595,7 @@ std::string get_error_string(const ThumbnailErrors& errors)
|
|||
std::string error_str;
|
||||
|
||||
if (errors.has(ThumbnailError::InvalidVal))
|
||||
error_str += "\n - " + format("Invalid input format. Expected vector of dimensions in the following format: \"%1%\"", "XxY/EXT, XxY/EXT, ...");
|
||||
error_str += "\n - " + Slic3r::format("Invalid input format. Expected vector of dimensions in the following format: \"%1%\"", "XxY/EXT, XxY/EXT, ...");
|
||||
if (errors.has(ThumbnailError::OutOfRange))
|
||||
error_str += "\n - Input value is out of range";
|
||||
if (errors.has(ThumbnailError::InvalidExt))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue