Search Criteria
Package Details: slic3r-bin 1.3.0-14
Package Actions
Git Clone URL: | https://aur.archlinux.org/slic3r-bin.git (read-only, click to copy) |
---|---|
Package Base: | slic3r-bin |
Description: | Open Source toolpath generator for 3D printers |
Upstream URL: | https://slic3r.org/ |
Keywords: | 3d-printer 3d-printing cam digital-fabrication stl |
Licenses: | AGPL-3.0-only |
Conflicts: | slic3r |
Provides: | slic3r |
Submitter: | DaZ |
Maintainer: | zxp19821005 |
Last Packager: | zxp19821005 |
Votes: | 32 |
Popularity: | 0.000000 |
First Submitted: | 2013-06-05 21:20 (UTC) |
Last Updated: | 2024-08-30 08:47 (UTC) |
Dependencies (19)
- cairo (cairo-gitAUR)
- expat (expat-gitAUR)
- freeglut (freeglut-x11-gitAUR, freeglut-wayland-gitAUR)
- gdk-pixbuf2 (gdk-pixbuf2-gitAUR)
- glu (glu-gitAUR)
- gtk2 (gtk2-maemoAUR, gtk2-patched-filechooser-icon-viewAUR)
- libglvnd (libglvnd-gitAUR)
- libjpeg-turbo (mozjpeg-gitAUR, libjpeg-turbo-gitAUR, mozjpegAUR)
- libpng12
- libsm
- libtiff5AUR (libtiff5-hylafaxplusAUR)
- libx11 (libx11-gitAUR)
- libxcrypt-compat
- libxi (libxi-gitAUR)
- libxxf86vm
- openssl-1.0AUR
- pango (pango-gitAUR)
- xz (xz-gitAUR)
- gendesk (make)
Required by (1)
- repetier-host (requires slic3r) (optional)
Latest Comments
« First ‹ Previous 1 2 3 4 5 Next › Last »
Lucki commented on 2023-04-20 11:06 (UTC)
dylanlinux commented on 2022-05-06 01:18 (UTC)
I had to install the package gtk2 to get the gui to work
nixi commented on 2022-05-01 16:15 (UTC)
Thanks GrafVonKrolock, fixed.
GrafVonKrolock commented on 2022-04-25 07:34 (UTC)
Requires libxcrypt-compat package for libcrypt.so.1
nixi commented on 2019-09-17 07:31 (UTC)
Fixed. Thanks for the heads-up. The URL has not changed, but the official download location is inaccessible. I have reverted the source path back to the GitHub mirror.
neo2001 commented on 2019-09-14 12:00 (UTC) (edited on 2019-09-14 12:00 (UTC) by neo2001)
Download URL has changed to: https://github.com/slic3r/Slic3r/releases/download/1.3.0/slic3r-1.3.0-linux-x64.tar.bz2
Same checksum, only different location.
nixi commented on 2018-11-05 12:15 (UTC)
Are you sure you are referring to the correct package and/or the current PKGBUILD version? As of now the PKGBUILD only has two sha256 sums specified, one per source. It is working without issues.
yar commented on 2018-11-04 18:16 (UTC)
Hashes are all messed up. It says md5sums where it should say sha256sums, and even then the third entry is still wrong. Please replace with:
sha256sums=('23761e32aca057de12e940fca097bcfef5a1efea9ff4998f8aa9fd58241db6dd' '332ef39aab3893622df7027b98d7deef424cb9563b458e13a129ef687a899cdd' '0286d609206aa929bcad30542a22dae17edb5286120f841770517170ee8b045a')
doragasu commented on 2018-01-27 09:10 (UTC) (edited on 2018-01-27 16:37 (UTC) by doragasu)
Maybe I was missing a dependency. Tried reinstalling drivers without success. Then I built the non-binary package (slic3r), and it's working.
EDIT: OK, it was not really fixed, slic3r was starting this time, but I did not get the 3D views, and the problem was still there (I only got the 2D view working). But finally I found a fix for my setup, I have to launch slic3r preloading the nvidia GL library:
$ LD_PRELOAD=/usr/lib/nvidia/libGL.so.1 slic3r
I do not know why with slic3r I have to do this. By default slic3r loads /usr/lib/libGL.so.1 from libglvnd package, that is supposed to redirect calls to the nvidia library, but it looks like for slic3r libglvnd is not working properly.
doragasu commented on 2018-01-25 12:49 (UTC)
I will give it another try. Thanks for testing and for the feedback!
« First ‹ Previous 1 2 3 4 5 Next › Last »