-
Notifications
You must be signed in to change notification settings - Fork 30
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can't fint path to slic3r-console. #40
Comments
It should work with both slic3r PE and with regular slic3r. Maybe the problem is because of the space character that is in
or
Let me know if that helps. |
None of them worked. |
Oops, I meant to use forward single quote, not back single quote:
Another thing to try is to open a terminal and make sure that the file really exists where you think it is. Can you open a terminal (I think that you press the windows key and type "cmd" and then hit enter) and then type in one of those lines? One final thing to try is to replace all backslashes ( After you get it working, I'll try to think of a way to make this process easier in the future. |
I found the file in Terminal with double quotes, so the path is correct. |
Hmm. Let me think... The computer where you are typing in that setting, is it the same as the one that is running OctoPrint? Or are you using a Raspberry Pi that is connected to your printer that is running OctoPrint? |
I have a Raspberry Pi 3 connected to my printer. And I am typing this in the browser on another computer with Slic3r PE on it. |
Okay, therein lies the confusion. The slic3r plugin runs on your Raspberry Pi and it is there that the slicing will be done. So you need slic3r PE installed on your Raspberry Pi to use this plugin. The advantage of using this plugin is that you can upload gcode files directly to the printer and the printer will slice and print them. That's great for printing STIL files that you download online. The drawback is that the slicing on the Raspberry Pi is a good bit slower than it is on your computer. A fix that takes 60 minutes to print might take, like, 30 seconds to slice. And you don't have as much control over the slicing as you do on your computer where you can visually move the model around, adjust it, etc. If the idea of slicing on your Raspberry Pi still sounds like something you want to try, then you need this plugin. Your next step is to install Slic3r on your Raspberry Pi. The instructions are here. It will take a little while to complete the installation but you only have to do it once and it can run unattended. Let me know if that helps. |
Oooh, ok. Thanks for the help, man :) |
I am trying to set up the slic3r plugin, but it doen't work when I enter the slic3r-console path.
The path I type in is "C:\Program Files\Prusa3D\Slic3rPE\slic3r-console.exe".
Is this correct? Is it because I use Slic3r PE and not ordinary Slic3r?
The text was updated successfully, but these errors were encountered: