1
0
mirror of https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git synced 2026-07-19 09:24:27 +00:00

Disabling calls from libslic3r to slic3r gui.

This commit is contained in:
bubnikv
2018-09-19 11:27:04 +02:00
parent 0558b53493
commit 6bd92a8198
5 changed files with 11 additions and 4 deletions
+2 -1
View File
@@ -667,7 +667,8 @@ namespace Slic3r {
add_error("Error while reading config data to buffer");
return;
}
bundle.load_config_string(buffer.data(), archive_filename.c_str());
//FIXME Get rid of the dependencies on slic3r GUI library!
// bundle.load_config_string(buffer.data(), archive_filename.c_str());
}
}