Notifications
Clear all

Slic3r Linux  

  RSS
hagensieker
(@hagensieker)
Eminent Member
Slic3r Linux

Is there a way to get the special Prusa slic3r on Linux? I did the build on Debian Jessie as per the Prusa downloads page for Linux but it is 1.3 dev and on Mac the slic3r program is 1.3.16 or something like that. I'm not sure it's necessary but I think I'd rather run my printer from Linux.

All this being said, Repetier-Host using Slic3r 1.3.0-dev on Debian is working perfectly using the Prusa supplied ini file.

Posted : 25/02/2017 5:32 pm
mavu
 mavu
(@mavu)
Estimable Member
Re: Slic3r Linux

You can just pull the git repo at https://github.com/prusa3d/Slic3r and follow instructions in the readme.

I don't remember if I had to install any special packages but basically you then just check out the version you want (or master for the very latest) and do:

perl Build.PL --sudo
perl Build.PL --sudo --gui

and its done.

Posted : 25/02/2017 7:26 pm
mavu
 mavu
(@mavu)
Estimable Member
Re: Slic3r Linux

I forgot, you will also need the settings repo at https://github.com/prusa3d/Slic3r-settings

just clone it, and copy the MK2 files to ~/.Slic3r

Posted : 25/02/2017 7:29 pm
hagensieker
(@hagensieker)
Eminent Member
Topic starter answered:
Re: Slic3r Linux

I did just that with the alexrj version. is the Prusa fork the exact same? I guess that was my poorly worded question.

Posted : 25/02/2017 7:42 pm
mavu
 mavu
(@mavu)
Estimable Member
Re: Slic3r Linux

I did just that with the alexrj version. is the Prusa fork the exact same? I guess that was my poorly worded question.

No, the prusa version is different.
unless you mean the build process, then yes, its the same 🙂

Posted : 25/02/2017 11:40 pm
hagensieker
(@hagensieker)
Eminent Member
Topic starter answered:
Re: Slic3r Linux

Thanks. No sweat doing a git and building another Slic3r.

Posted : 25/02/2017 11:56 pm
gabriele.s2
(@gabriele-s2)
Estimable Member
Re: Slic3r Linux

If you're on Debian, there are packages for the Prusa Edition: https://tracker.debian.org/pkg/slic3r-prusa

And for those on Ubuntu, I have a PPA: https://launchpad.net/~santilli-gabriele/+archive/ubuntu/slic3r-prusa (16.04 aka Xenial only at this point).

- Gab

Posted : 26/02/2017 12:27 am
hagensieker
(@hagensieker)
Eminent Member
Topic starter answered:
Re: Slic3r Linux

Dang! I just built 1.31.6. Figures . 😀

Posted : 26/02/2017 3:11 am
gabriele.s2
(@gabriele-s2)
Estimable Member
Re: Slic3r Linux

Well, there's a beta out, and there's probably going to be a new release soon, so you can save time when that comes out (or save time if you want to install the beta version instead). 🙂

(The beta is also available as an AppImage so that makes it easy to try without installing anything: https://github.com/prusa3d/Slic3r/releases )

- Gab

Posted : 26/02/2017 3:21 am
Vojtěch Bubník
(@vojtech-bubnik)
Member Admin
Re: Slic3r Linux

> Dang! I just built 1.31.6. Figures . 😀

The version has not been bumped up inside the source code. I guess I should do it, but for us the build system takes care of it.

On Linux, if you are lucky and your system is compatible, you can just pull the AppImage from https://github.com/prusa3d/Slic3r/releases
, chmod +x the appimage and execute it. Simple as that.

Vojtech

Posted : 26/02/2017 4:17 pm
hagensieker
(@hagensieker)
Eminent Member
Topic starter answered:
Re: Slic3r Linux

Yep. That worked on my Debian Jessie 8 stable. Thanks all.

Posted : 26/02/2017 9:07 pm
MrMik
(@mrmik)
Honorable Member
Re: Slic3r Linux



On Linux, if you are lucky and your system is compatible, you can just pull the AppImage from https://github.com/prusa3d/Slic3r/releases
, chmod +x the appimage and execute it. Simple as that.

Vojtech

Cheers, not that I know what " chmod +x the appimage " means, but it works just by clicking on the downloaded appimage (in Ubuntu 16.04LTS) 😀

All my customized print, filament and printer settings have automatically transferred over from Slicer 1.31.6 into Slic3r 1.33.8 and the variable layer height function works.

Brilliant! 😀 😀 😀

Posted : 25/03/2017 2:18 am
MrMik
(@mrmik)
Honorable Member
Re: Slic3r Linux

Is the Settings>Layers function now broken since the variable layer height came in?

I cannot figure out how to set layers to zero height to print just part of the object. I just get runaway memory (RAM) usage and then the rendering aborts somehow.

Posted : 27/03/2017 12:16 pm
Eric Still
(@eric-still)
Active Member
Re: Slic3r Linux

Can I ask, what are you trying to accomplish with a zero layer height? The way I see it, you just told the software to divide by zero and create an infinite number of layers.

Posted : 29/03/2017 6:19 pm
MrMik
(@mrmik)
Honorable Member
Re: Slic3r Linux

Can I ask, what are you trying to accomplish with a zero layer height? The way I see it, you just told the software to divide by zero and create an infinite number of layers.

The purpose is to only print the problematic part of the file, so as to save 4hrs of print time and material to test the effect of different settings.

Posted : 29/03/2017 6:38 pm
Eric Still
(@eric-still)
Active Member
Re: Slic3r Linux

That sounds reasonable. I've only done that in OpenScad. I took the full figure and used the difference function to "erase" the bottom portion of my object. My object wasn't that complex, so it was fairly simple to do.

Thinking out loud, if you use the split feature in Slic3r, can you delete portions you don't want to print? I haven't tried that feature yet.

Eric

Posted : 29/03/2017 6:53 pm
Vojtěch Bubník
(@vojtech-bubnik)
Member Admin
Re: Slic3r Linux

> I cannot figure out how to set layers to zero height to print just part of the object. I just get runaway memory (RAM) usage and then the rendering aborts somehow.

Please enter an issue into the issue tracker.

https://github.com/prusa3d/Slic3r/issues

There are simply too many scenarios and I did not think about this use case at all.

I think though, that you should use the Cut function to achieve this effect though.

Posted : 30/03/2017 4:54 pm
MrMik
(@mrmik)
Honorable Member
Re: Slic3r Linux

> I cannot figure out how to set layers to zero height to print just part of the object. I just get runaway memory (RAM) usage and then the rendering aborts somehow.

Please enter an issue into the issue tracker.

https://github.com/prusa3d/Slic3r/issues

There are simply too many scenarios and I did not think about this use case at all.

I think though, that you should use the Cut function to achieve this effect though.

Thanks Vojtech, that solves my problem!

I did not know about the 'Cut' function in Slic3r. Seems like I need to poke around in the menues a bit more to find what it can do...

😀

Posted : 31/03/2017 4:21 am
richard.l
(@richard-l)
Member Moderator
Re: Slic3r Linux

I did not know about the 'Cut' function in Slic3r. Seems like I need to poke around in the menues a bit more to find what it can do...
😀

You want to really have some fun in Slic3r load a few things on your build plate. Double click one then click the little green plus sign. You can set layer heights, infill parameters, support parameters on a per object basis.

Posted : 31/03/2017 7:19 pm
Share: