Package Details: bcnc-git r1524.bb22b26-1

Git Clone URL: https://aur.archlinux.org/bcnc-git.git (read-only, click to copy)
Package Base: bcnc-git
Description: GRBL CNC command sender, autoleveler and g-code editor
Upstream URL: https://github.com/vlachoudis/bCNC
Licenses: GNU2
Provides: bcnc-git
Submitter: h8red
Maintainer: h8red
Last Packager: h8red
Votes: 3
Popularity: 0.000000
First Submitted: 2016-05-30 21:08 (UTC)
Last Updated: 2018-11-20 07:51 (UTC)

Latest Comments

BuddyLuvve commented on 2023-05-11 21:14 (UTC)

I ran into a couple of issues and had to make changes to get things to work.

First, bCNC has been updated to work with python3.8 and newer, and as such the PKGBUILD and sources should probably make the change as well...

PKGBUILD -- line 26 needs python2 to be changed to python3 line 36 and 37 needs python2.7 to be changed to python3.11

bcnc-git -- line 4 needs python2 to be changed to python3

I haven't looked, but I'm pretty sure numpy, pillow, pyserial, ans scipy have python3 versions, correct? I'd assume starting bCNC with python3 would use those versions, so those should be adjusted in the depends. Also, I needed to install python-svgelements from the AUR, so that should probably go into the deps as well.

h8red commented on 2018-11-20 07:54 (UTC)

I've updated package for support bCNC as python module. Please, check.

Harvie commented on 2018-11-19 12:30 (UTC)

I would suggest you to install bCNC subdirectory from repo to /usr/lib/python2.7/site-packages/bCNC-git

bCNC then can be launched by python2 -m bCNC-git Also there is bCNC.sh which can be installed as /usr/bin/bcnc-git to call that python for you...

Harvie commented on 2018-11-19 09:55 (UTC)

I've changed the structure of git repository to be able to build bCNC as proper python module. For now that means most of the files were moved to bCNC subdirectory of git repo.

h8red commented on 2018-08-13 11:04 (UTC)

I have updated package: added dependencies python2-numpy, python2-scipy

Harvie commented on 2018-08-11 11:31 (UTC)

I've added new features to bCNC git. Namely 3D mesh slicing. But you will probably need to add following dependecies to make it work:

python2-numpy, python2-scipy

h8red commented on 2018-06-11 07:10 (UTC)

OK, I have updated package: remove conflict with bCNC

Harvie commented on 2018-06-10 13:08 (UTC)

There's no reason for bCNC and bCNC-git to conflict with each other. I've installed both and they play along nicely. It's very important for me to have both installed as some features are broken in stable and some are broken in git.

h8red commented on 2018-03-26 06:51 (UTC)

OK I will - I'll be waiting for the modified launcher script from you

Harvie commented on 2018-03-25 23:26 (UTC)

Please modify launcher script to use pypy rather than python2 if pypy binary exists.