Revert "Append libexec to the slic3r.pl path"

This reverts commit 4a5ccaa42319ab03b6f46a2a18fcfdd9142e86ec.
This commit is contained in:
Joseph Lenox 2017-05-29 21:53:58 -05:00
parent 1be266c6b7
commit aa9a204bf7

View File

@ -67,7 +67,6 @@ int main(int argc, char **argv, char **env)
printf("Slic3r installed in a loclized path. Using an 8.3 path: \"%s\"\n",
script_path);
SetDllDirectoryA(script_path);
strcat(dir, "libexec\\");
_makepath(script_path, drive, dir, "slic3r", "pl");
command_line[0] = exe_path;
command_line[1] = script_path;