From 3c3901a4e3c5aae00ef76d01a547f6729c5548d0 Mon Sep 17 00:00:00 2001 From: MrMabulous Date: Wed, 22 May 2019 20:51:06 +0200 Subject: [PATCH] Create README.md Added README --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..316c487 --- /dev/null +++ b/README.md @@ -0,0 +1,7 @@ +# Slic3rPE2Launcher +Slic3r Prusa Edition 2.0 doesn't have the --gui command line argument and the prusa-slicer-console.exe command line tool requires the --gcode argument in order not to launch the GUI. +To make Slic3r Prusa Edition 2.0 usable from within Repetier-Host 2.1.3, this little tool can patch the command line arguments repetier-host invokes when calling slic3r and either invoke prusa-slicer.exe or prusa-slicer-console.exe. + +Has only been tested on Windows. + +To use it, simply place prusa-launcher.exe in the same directory as prusa-slicer.exe and prusa-slicer-console.exe, then point "Slic3r Executable" in Repetier-Host's Slicer Manager to prusa-launcher.exe.