mirror of
https://git.mirrors.martin98.com/https://github.com/slic3r/Slic3r.git
synced 2025-08-13 16:59:04 +08:00
Revert "Append libexec to the slic3r.pl path"
This reverts commit 4a5ccaa42319ab03b6f46a2a18fcfdd9142e86ec.
This commit is contained in:
parent
1be266c6b7
commit
aa9a204bf7
@ -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",
|
printf("Slic3r installed in a loclized path. Using an 8.3 path: \"%s\"\n",
|
||||||
script_path);
|
script_path);
|
||||||
SetDllDirectoryA(script_path);
|
SetDllDirectoryA(script_path);
|
||||||
strcat(dir, "libexec\\");
|
|
||||||
_makepath(script_path, drive, dir, "slic3r", "pl");
|
_makepath(script_path, drive, dir, "slic3r", "pl");
|
||||||
command_line[0] = exe_path;
|
command_line[0] = exe_path;
|
||||||
command_line[1] = script_path;
|
command_line[1] = script_path;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user