Skip to content
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

Open
rgjertsen opened this issue Oct 16, 2018 · 8 comments
Open

Can't fint path to slic3r-console. #40

rgjertsen opened this issue Oct 16, 2018 · 8 comments

Comments

@rgjertsen
Copy link

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?

@eyal0
Copy link
Collaborator

eyal0 commented Oct 16, 2018

It should work with both slic3r PE and with regular slic3r. Maybe the problem is because of the space character that is in Program Files? Could you try putting quotes around the path? Or maybe you'll need single-quotes?

`C:\Program Files\Prusa3D\Slic3rPE\slic3r-console.exe`

or

"C:\Program Files\Prusa3D\Slic3rPE\slic3r-console.exe"

Let me know if that helps.

@rgjertsen
Copy link
Author

None of them worked.

@eyal0
Copy link
Collaborator

eyal0 commented Oct 16, 2018

Oops, I meant to use forward single quote, not back single quote:

'C:\Program Files\Prusa3D\Slic3rPE\slic3r-console.exe'

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 (\) with forward slashes (/) because OctoPrint is written in python and might be having difficulty with the former.

After you get it working, I'll try to think of a way to make this process easier in the future.

@rgjertsen
Copy link
Author

I found the file in Terminal with double quotes, so the path is correct.
I tried entering the path in the plugin with both single and double quotes, and forward slashes, but nothing works. I just get a message that the path doesn't exist.
I'm all new to printing, so haven't done any of this before.

@eyal0
Copy link
Collaborator

eyal0 commented Oct 16, 2018

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?

@rgjertsen
Copy link
Author

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.

@eyal0
Copy link
Collaborator

eyal0 commented Oct 16, 2018

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.

@rgjertsen
Copy link
Author

Oooh, ok. Thanks for the help, man :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants