Search Criteria
Package Details: bcnc 0.9.14.304-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/bcnc.git (read-only, click to copy) |
|---|---|
| Package Base: | bcnc |
| Description: | GRBL CNC command sender, autoleveler and g-code editor |
| Upstream URL: | https://github.com/vlachoudis/bCNC |
| Licenses: | GPL2 |
| Submitter: | greyltc |
| Maintainer: | None |
| Last Packager: | greyltc |
| Votes: | 6 |
| Popularity: | 0.000000 |
| First Submitted: | 2017-02-09 14:50 (UTC) |
| Last Updated: | 2021-03-29 11:15 (UTC) |
Latest Comments
1 2 Next › Last »
pmarcelll commented on 2025-06-09 09:45 (UTC) (edited on 2025-06-09 10:01 (UTC) by pmarcelll)
If anyone's interested, I made an updated PKGBUILD for the 0.9.16 release: (EDIT: it launches, but I haven't tested it porperly yet) (EDIT2: I also included a patch from upstream)
Since new versions are exclusively released on PyPI now, I modified the download link based on the official AUR guidelines.
sdp8483 commented on 2025-01-02 14:27 (UTC)
@pkreussel PKGBUILD worked great for me but I found I had to install
python-svgelementsfrom the AUR as it was missing on my system.pkreussel commented on 2024-12-30 12:59 (UTC) (edited on 2024-12-30 14:34 (UTC) by pkreussel)
Version 0.9.15 avoids the "sys"-Name-Error.
The Source is available under: https://files.pythonhosted.org/packages/2d/be/4a49fa0b2e89ccaad0da8bd14f5dffe492c9de6b1c8c4524b0ca1234bf5b/bCNC-0.9.15.tar.gz
However, with Python 3.13, there is a new error, which is fixed by: https://github.com/vlachoudis/bCNC/commit/b485676f7cf3b0f3b42a4c80dedd082c287ec71f
My full PKGBUILD:
throbscottle commented on 2023-09-10 14:34 (UTC)
NameError fix now applies to /usr/lib/python3.11
apoulos commented on 2023-04-07 16:41 (UTC) (edited on 2023-04-07 16:51 (UTC) by apoulos)
Fix error "NameError: name 'sys' is not defined" by adding a line
abovein the following files:GPereira commented on 2022-06-27 23:02 (UTC)
Tweety commented on 2021-07-24 15:44 (UTC)
Seems like not working anymore with recent python 3.9.6-1.
greyltc commented on 2020-01-20 10:51 (UTC) (edited on 2020-01-20 10:52 (UTC) by greyltc)
done. I've also asked upstream if they could tag a new stable release. 0.9.11 is pretty old by now...
JPW commented on 2020-01-20 10:48 (UTC)
Since tk is only an optional dependency for python in Extra, I think it would be a good idea to include it as a dependency for bcnc: depends=('python2-pyserial' 'python2-pillow' 'tk')
1 2 Next › Last »