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.047256
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 10 .. 14 Next › Last »

nickoe commented on 2016-08-06 17:51 (UTC) (edited on 2016-08-06 17:56 (UTC) by nickoe)

@lbeenens, hmm, looks like the .SRCIFO was not updated last time... And you may need to investigate why that is needed, I don't have that package installed and the GUI works fine by running slic3r in my terminal. Is this some locale thing?

lbeenens commented on 2016-08-06 16:19 (UTC)

In order to start the GUI, I had to - install perl-local-lib - run the command eval $(perl -Mlocal::lib) before starting slic3r Though the package details mention version 1.2.9-3, in PKGBUILD, pkgrel is defined as 4 (can annoying whilst checking for update).

yar commented on 2015-10-31 21:45 (UTC)

When I compiled this on an i686 machine and ran it on a x86_64 machine, it gave me errors like "wrong ELF class: ELFCLASS32". I fixed it by replacing arch=('any') with arch=('i686' 'x86_64')

mpan commented on 2015-09-06 20:14 (UTC)

If during slic3r build perl-extutils-cppguess fails to build because of a failed test, try building perl-extutils-cppguess before perl-extutils-makemaker-aur. For yaourt users (assuming perl-extutils-makemaker-aur is not installed): $ yaourt -S --asdeps perl-extutils-cppguess && yaourt -S slic3r

alhirzel commented on 2015-09-02 23:13 (UTC)

I needed to install perl-module-build.

nickoe commented on 2015-08-31 16:36 (UTC)

Added perl-module-build-withxspp as a dependency

fclad commented on 2015-08-31 13:08 (UTC)

Please add perl-module-build-withxspp as a dependency

yar commented on 2015-08-11 22:36 (UTC)

Seems to depend on perl-module-build-withxspp

nickoe commented on 2015-06-28 08:19 (UTC)

It seems like there is an issue in /usr/share/perl5/vendor_perl/Slic3r/GUI.pm:66 Where it lists: $small_font->SetPointSize(11) if !&Wx::wxMSW; But if I change the size to 8 (my system font size?!?) then it works. If I don't change this I get a segfault when loading a part. To fix the previous mentioned issue you will have to recompile the perl wx related stuff.