Search Criteria
Package Details: printrun 1:2.1.0-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/printrun.git (read-only, click to copy) |
---|---|
Package Base: | printrun |
Description: | Pronterface, Pronsole, and Printcore - Pure Python 3D printing host software and GUI |
Upstream URL: | https://github.com/kliment/Printrun |
Licenses: | GPL |
Conflicts: | printrun-git |
Provides: | printrun-git |
Submitter: | ejona86 |
Maintainer: | ejona86 |
Last Packager: | ejona86 |
Votes: | 23 |
Popularity: | 0.000101 |
First Submitted: | 2013-06-07 03:27 (UTC) |
Last Updated: | 2024-05-27 18:44 (UTC) |
Dependencies (10)
- python-numpy (python-numpy-flameAUR, python-numpy-mkl-binAUR, python-numpy-gitAUR, python-numpy1AUR, python-numpy-mklAUR, python-numpy-mkl-tbbAUR)
- python-platformdirs
- python-pygletAUR (python-pyglet1.5AUR, python-pyglet-gitAUR)
- python-pyserial
- python-wxpython (python-wxpython-gitAUR)
- cython (cython-gitAUR, cython0AUR) (make)
- python-setuptools (make)
- python-cairo (python-cairo-gitAUR) (optional) – to use Projector feature
- python-dbus (optional) – to inhibit sleep when printing
- python-psutil (optional) – to increase process priority when printing
Required by (1)
- discovery200-files (optional)
Latest Comments
1 2 3 4 Next › Last »
ejona86 commented on 2022-08-20 17:35 (UTC)
You can choose between 2D and 3D via Settings → Options → Viewer → Main visualization. Looks like the 3D view broke with wxgtk upgrade. It works fine with wxgtk3-3.0.5.1-3, wxgtk-common-3.0.5.1-3, python-wxpython-1:4.0.7.2-3. It's broken the next version: wxwidgets-common-3.2.0-1, wxwidgets-gtk3-3.2.0-1, python-wxpython-1:4.1.1-1. I've filed https://github.com/kliment/Printrun/issues/1283
s1zed commented on 2022-08-17 04:09 (UTC) (edited on 2022-08-17 04:11 (UTC) by s1zed)
I have found that the slicer interface in the middle of the pronterface utility does not properly show up when installing this package. Instead, you can see right through that portion of the application window to whatever is behind. Running pacman -Rdd python-pyglet to remove pyglet causes this interface to show up correctly. This leads me to believe that pyglet should be removed as a dependency if it is breaking the UI? However, running the source code straight from Github without pyglet installed produces the following error:
Clearly this is somehow being used for a 3D view I have never seen in pronterface. What needs to be done to resolve this?
kirkyd commented on 2022-05-15 03:52 (UTC)
fixing /etc/locale.conf did indeed fix my trouble. thanks for the help!
ejona86 commented on 2022-05-11 00:33 (UTC)
@kirkyd, seems
python -c 'import locale; print(locale.getdefaultlocale())'
returns(None, None)
on your system. I can reproduce that if I have LANG environment variable empty or unexported. Seems you may be missing/etc/locale.conf
. I suggest fixing that, but something likeLANG=en_US.utf8 pronsole.py
should work.kirkyd commented on 2022-05-10 14:16 (UTC)
I'm having an issue getting this to run.
tried git version without success as well.
Rhinoceros commented on 2022-05-08 02:05 (UTC)
Thanks @ejona86 for the quick fix! Works perfectly now.
ejona86 commented on 2022-05-08 00:49 (UTC)
Rhinoceros, I've updated the build to backport a fix from master that fixes the issue.
Rhinoceros commented on 2022-05-08 00:26 (UTC)
This isn't working for me at the moment.
I'm not sure if it's an upstream bug since
printrun-git
works fine. If it is upstream, it would be good to patch this package. Cheers.ejona86 commented on 2022-04-03 23:48 (UTC)
Yeah, https://lists.archlinux.org/pipermail/aur-requests/2022-March/068505.html . I'm not sure if I'll recreate it because it was deleted prematurely or not. Unfortunately it is hard to tell how many other things in AUR still depend on it.
marcn commented on 2022-04-03 21:14 (UTC)
@ejona86 currently the installation is not possible, due to python2-pyglet could not be found in AUR.
1 2 3 4 Next › Last »