mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-17 10:32:20 +00:00
Disabling calls from libslic3r to slic3r gui.
This commit is contained in:
@@ -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());
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user