1
0
mirror of https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git synced 2026-07-11 08:04:25 +00:00

Fix build issues on Windows

This commit is contained in:
tamasmeszaros
2020-01-16 14:25:01 +01:00
parent fada7224f1
commit a1dc7a5c41
4 changed files with 4 additions and 2 deletions
+1 -1
View File
@@ -19,7 +19,7 @@ int main(const int argc, const char * argv[])
{
using namespace Slic3r;
if (argc < 1) return EXIT_FAILURE;
if (argc <= 1) return EXIT_FAILURE;
DynamicPrintConfig cfg;
auto model = Model::read_from_file(argv[1], &cfg);