Package Details: slic3r 1.3.0-20

Git Clone URL: https://aur.archlinux.org/slic3r.git (read-only, click to copy)
Package Base: slic3r
Description: Slic3r is an STL-to-GCODE translator for RepRap 3D printers, aiming to be a modern and fast alternative to Skeinforge.
Upstream URL: http://slic3r.org/
Keywords: 3d-printing
Licenses: GPL
Conflicts: slic3r-git
Provides: slic3r
Submitter: nickoe
Maintainer: nickoe (swiftgeek)
Last Packager: nickoe
Votes: 53
Popularity: 0.041814
First Submitted: 2012-08-26 23:07 (UTC)
Last Updated: 2022-09-24 18:19 (UTC)

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 7 8 9 .. 14 Next › Last »

beardedlinuxgeek commented on 2018-08-23 12:38 (UTC)

@sanduhrs If you look at the optional dependencies, it says: "perl-wx (optional) – GUI support"

sanduhrs commented on 2018-03-01 11:44 (UTC) (edited on 2018-03-01 11:46 (UTC) by sanduhrs)

@nickoe by work I mean make it run in gui-mode.

Compiling went without problems, but without the packages running "slic3r --gui" gave me:

Can't locate Wx.pm in @INC (you may need to install the Wx module) (@INC contains: /usr/bin/vendor_perl/lib /usr/lib/perl5/5.26/site_perl /usr/share/perl5/site_perl /usr/lib/perl5/5.26/vendor_perl /usr/share/perl5/vendor_perl /usr/lib/perl5/5.26/core_perl /usr/share/perl5/core_perl) at /usr/share/perl5/vendor_perl/Slic3r/GUI/AboutDialog.pm line 6. BEGIN failed--compilation aborted at /usr/share/perl5/vendor_perl/Slic3r/GUI/AboutDialog.pm line 6. Compilation failed in require at /usr/share/perl5/vendor_perl/Slic3r/GUI.pm line 8. BEGIN failed--compilation aborted at /usr/share/perl5/vendor_perl/Slic3r/GUI.pm line 8. Compilation failed in require at (eval 216) line 1.

nickoe commented on 2018-03-01 11:37 (UTC)

By work do you mean compile?

sanduhrs commented on 2018-03-01 11:35 (UTC)

Had to manually install aur/perl-opengl and aur/perl-wx-glcanvas to make the package work.

mohag commented on 2017-09-15 17:34 (UTC)

The comment about the Perl version >= 5.16 contradicts this: https://github.com/alexrj/Slic3r/wiki/Running-Slic3r-from-git-on-GNU-Linux#perl It seems like just 5.16.x is problematic.

nickoe commented on 2017-01-01 11:44 (UTC)

@lbeenens, thank you, I have updated it now.

lbeenens commented on 2016-12-31 23:21 (UTC)

With the new version of perl-moo (2.003000-1), "Sub::Quote and Sub::Defer have been split into a separate dist" (see https://metacpan.org/release/Moo). Therefore, there is an additional dependency to perl-sub-quote.

lbeenens commented on 2016-08-29 22:21 (UTC)

@nickoe The problem was due to a failing build of perl-wx from AUR. This made me try to build slic3r from source (https://github.com/alexrj/Slic3r/wiki/Running-Slic3r-from-git-on-GNU-Linux). This procedure creates a local directory (perl5) in your HOME directory and stuffs it with prerequisites. As a consequence, slic3r can be started after running the command eval $(perl -Mlocal::lib). I finally managed to build perl-wx from AUR (see my comment on that package) and install slic3r completely from AUR.

yar commented on 2016-08-13 00:24 (UTC)

This will not build with devtools/makechrootpkg because of this line: patch -p1 -i ../../6e5938c8330b5bdb6b85c3ca8dc188605ee56b98.patch Please include the patch file in the actual sources array so that it gets moved to the chroot before building.