Search Criteria
Package Details: slic3r-bin 1.3.0-8
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: | http://www.slic3r.org |
Keywords: | 3d-print slic3r |
Licenses: | AGPL3 |
Conflicts: | slic3r, slic3r-appimage, slic3r-git |
Provides: | slic3r |
Submitter: | DaZ |
Maintainer: | zxp19821005 |
Last Packager: | zxp19821005 |
Votes: | 33 |
Popularity: | 0.000146 |
First Submitted: | 2013-06-05 21:20 (UTC) |
Last Updated: | 2023-04-22 01:19 (UTC) |
Dependencies (25)
- cairo (cairo-git, cairo-minimal, cairo-glesv2-bin, cairo-glesv3-bin)
- expat (expat-git)
- freeglut (freeglut-x11-svn, freeglut-wayland-svn)
- gcc-libs (gccrs-libs-git, gcc-libs-git, gcc11-libs)
- gdk-pixbuf2 (gdk-pixbuf2-git)
- glib2 (glib2-nodocs-git, glib2-selinux, glib2-git, glib2-patched-thumbnailer)
- glibc (glibc-force-mmap, lib32-glibc-force-mmap, glibc-minimal-git, glibc-linux4, glibc-git, glibc-widevine)
- glu (glu-git)
- gtk2 (gtk2-git, gtk2-minimal-git, gtk2-maemo, gtk2-patched-filechooser-icon-view)
- hicolor-icon-theme (hicolor-icon-theme-git)
- libglvnd (libglvnd-git)
- libjpeg-turbo (libjpeg-turbo-minimal-git, mozjpeg-git, libjpeg-turbo-git, mozjpeg)
- libpng12 (libpng12-git)
- libsm
- libx11 (libx11-git)
- libxcrypt-compat
- libxi (libxi-git)
- libxxf86vm
- openssl-1.0 (openssl-1.0-chacha20, openssl-1.0-hardened)
- pango (pango-minimal-git, pango-git, gtk4-git)
- Show 5 more dependencies...
Required by (2)
- repetier-host (requires slic3r) (optional)
- slic3r-server (requires slic3r)
Latest Comments
1 2 3 4 Next › Last »
zxp19821005 commented on 2023-04-22 01:19 (UTC)
@Lucki Thank you,I've add the denpends.
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.
1 2 3 4 Next › Last »