bCNC


NamebCNC JSON
Version 0.9.15 PyPI version JSON
download
home_pagehttps://github.com/vlachoudis/bCNC
SummarySwiss army knife for all your CNC/g-code needs
upload_time2023-03-14 22:01:28
maintainer
docs_urlNone
authorVasilis Vlachoudis
requires_python
licenseGPLv2
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI
coveralls test coverage No coveralls.
            bCNC
====

GrblHAL (formerly GRBL) CNC command sender, autoleveler, g-code editor, digitizer, CAM
and swiss army knife for all your CNC needs.

An advanced fully featured g-code sender for grblHAL (formerly GRBL). bCNC is a cross platform program (Windows, Linux, Mac) written in python. The sender is robust and fast able to work nicely with old or slow hardware like [Raspberry Pi](http://www.openbuilds.com/threads/bcnc-and-the-raspberry-pi.3038/) (As it was validated by the GRBL maintainer on heavy testing).

## IMPORTANT! If you have any troubles using bCNC, please read [WIKI](https://github.com/vlachoudis/bCNC/wiki) and [DISCUSS](https://github.com/vlachoudis/bCNC/discussions) it first. Only create new [issues](https://github.com/vlachoudis/bCNC/issues) when you are certain there is a problem with actual bCNC code.

[![Build Status](https://travis-ci.com/vlachoudis/bCNC.svg?branch=master)](https://travis-ci.com/vlachoudis/bCNC)
[![CodeFactor](https://www.codefactor.io/repository/github/vlachoudis/bcnc/badge)](https://www.codefactor.io/repository/github/vlachoudis/bcnc)

Please note that all pull requests should pass the Travis-CI build in order to get merged.
Most pull requests should also pass CodeFactor checks if there is not good reason for failure.
Before making pull request, please test your code on both python2 and python3.

![bCNC screenshot](https://raw.githubusercontent.com/vlachoudis/bCNC/doc/Screenshots/bCNC.png)

# Installation (using pip = recommended!)

This is a short overview of the installation process, for more details see the ![bCNC installation](https://github.com/vlachoudis/bCNC/wiki/Installation) wiki page.

This is how you install (or upgrade) bCNC along with all required packages.
You can use any of these commands (you need only one):

    pip install --upgrade bCNC
    pip install --upgrade git+https://github.com/vlachoudis/bCNC
    pip install . #in git directory
    python -m pip install --upgrade bCNC

This is how you launch bCNC:

    python -m bCNC

Only problem with this approach is that it might not install Tkinter in some cases.
So please keep that in mind and make sure it's installed in case of problems.

If you run the `python -m bCNC` command in root directory of this git repository it will launch the git version.
Every developer should always use this to launch bCNC to ensure that his/her code will work after packaging.

Note that on Windows XP you have to use `pyserial==3.0.1` or older as newer version do not work on XP.

PyPI project: https://pypi.org/project/bCNC/

# Installation (manual)
You will need the following packages to run bCNC
- tkinter the graphical toolkit for python
  Depending your python/OS it can either be already installed,
  or under the names tkinter, python3-tkinter, python-tk
- pyserial or under the name python-serial, python-pyserial
- numpy
- Optionally:
- python-imaging-tk: the PIL libraries for autolevel height map
- python-opencv: for webcam streaming on web pendant
- scipy: for 100 times faster 3D mesh slicing

Expand the directory or download it from github
and run the bCNC command

# Installation (Linux package maintainers)
- Copy `bCNC` subdirectory of this repo to `/usr/lib/python3.x/site-packages/`
- Launch using `python -m bCNC` or install bCNC.sh to /usr/bin
- Alternatively you can fetch the bCNC Python package using pip when building Linux package
  - refer to your distro, eg.: https://wiki.archlinux.org/index.php/Python_package_guidelines
  - Py2deb to build Debian package from Python package: https://pypi.org/project/py2deb/

# Installation (Compile to Windows .exe)

Note that you might probably find some precompiled .exe files on github "releases" page:
https://github.com/vlachoudis/bCNC/releases
But they might not be up to date.

This is basic example of how to compile bCNC to .exe file.
(given that you have working bCNC in the first place, eg. using `pip install bCNC`).
Go to the directory where is your bCNC installed and do the following:

    pip install pyinstaller
    pyinstaller --onefile --distpath . --hidden-import tkinter --paths lib;plugins;controllers --icon bCNC.ico --name bCNC __main__.py

This will take a minute or two. But in the end it should create `bCNC.exe`.
Also note that there is `make-exe.bat` file which will do just that for you.
This will also create rather large "build" subdirectory.
That is solely for caching purposes and you should delete it before redistributing!

If you are going to report bugs in .exe version of bCNC,
please check first if that bug occurs even when running directly in python (without .exe build).

# IMPORTANT! Motion controller (grblHAL) settings
- We strongly recommend you to use 32b microcontroller with grblHAL firmware for the new machine builds. https://github.com/grblHAL (Original GRBL firmware is still supported, but it is currently reaching the end-of-life due to limitations of 8b microcontrollers)
- GRBL should be configured to use **MPos** rather than **Wpos**. This means that `$10=` should be set to odd number. As of GRBL 1.1 we recommend setting `$10=3`. If you have troubles communicating with your machine, you can try to set failsafe value `$10=1`.
- CADs, bCNC and GRBL all work in millimeters by default. Make sure that `$13=0` is set in GRBL, if you experience strange behavior. (unless you've configured your CAD and bCNC to use inches)
- Before filing bug please make sure you use latest stable official release of GRBL. Older and unofficial releases might work, but we frequently see cases where they don't. So please upgrade firmware in your Arduinos to reasonably recent version if you can.
- Also read about all possible GRBL settings and make sure your setup is correct: https://github.com/gnea/grbl/wiki/Grbl-v1.1-Configuration
- GrblHAL also has "Compatibility level" settings which have to be correctly configured during firmware compilation: https://github.com/grblHAL/core/wiki/Compatibility-level

# Configuration
You can modify most of the parameters from the "CAM -> Config/Controller" page.
You can also enable (up to) 6-axis mode in Config section,
but bCNC restart is required for changes to take place.
Only the changes/differences from the default configuration
file will be saved in your home directory ${HOME}/.bCNC  or ~/.bCNC

The default configuration is stored on bCNC.ini in the
installation directory.

*PLEASE DO NOT CHANGE THIS FILE, IT'S GOING TO BE OVERWRITTEN ON EACH UPGRADE OF BCNC*

# Features:
- simple and intuitive interface for small screens
- 3-axis and 6-axis GUI modes
- import/export **g-code**, **dxf** and **svg** files
- 3D mesh slicing **stl** and **ply** files
- fast g-code sender (works nicely on RPi and old hardware)
- workspace configuration (G54..G59 commands)
- user configurable buttons
- g-code **function evaluation** with run time expansion
- feed override during the running for fine tuning
- Easy probing:
  - simple probing
  - center finder with a probing ring
  - **auto leveling**, Z-probing and auto leveling by altering the g-code during
    sending (or permanently autoleveling the g-code file).
  - height color map display
  - create g-code by jogging and recording points (can even use camera for this)
  - **manual tool change** expansion and automatic tool length probing
  - **canned cycles** expansion
- Various Tools:
  - user configurable database of materials, endmills, stock
  - properties database of materials, stock, end mills etc..
  - basic **CAM** features (profiling, pocketing, drilling, flat/helical/ramp cutting, thread milling, cutout tabs, drag knife)
  - User g-code plugins:
    - bowl generator
    - finger joint box generator
    - simple spur gear generator
    - spirograph generator
    - surface flatten
    - play melody from MIDI file using stepper motor frequency
    - ...
- G-Code editor and display
    - graphical display of the g-code, and workspace
    - graphically moving and editing g-code
    - reordering code and **rapid motion optimization**
    - moving, rotating, mirroring the g-code
- Web pendant to be used via smart phones

# Debugging
You can log serial communication by changing the port to something like:

    spy:///dev/ttyUSB0?file=serial_log.txt&raw
    spy://COM1?file=serial_log.txt&raw

If a file isn't specified, the log is written to stderr.
The 'raw' option outputs the data directly, instead of creating a hex dump.
Further documentation is available at: https://pyserial.readthedocs.io/en/latest/url_handlers.html#spy

# Disclaimer
  The software is made available "AS IS". It seems quite stable, but it is in
  an early stage of development.  Hence there should be plenty of bugs not yet
  spotted. Please use/try it with care, I don't want to be liable if it causes
  any damage :)

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/vlachoudis/bCNC",
    "name": "bCNC",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "",
    "author": "Vasilis Vlachoudis",
    "author_email": "vvlachoudis@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/2d/be/4a49fa0b2e89ccaad0da8bd14f5dffe492c9de6b1c8c4524b0ca1234bf5b/bCNC-0.9.15.tar.gz",
    "platform": null,
    "description": "bCNC\n====\n\nGrblHAL (formerly GRBL) CNC command sender, autoleveler, g-code editor, digitizer, CAM\nand swiss army knife for all your CNC needs.\n\nAn advanced fully featured g-code sender for grblHAL (formerly GRBL). bCNC is a cross platform program (Windows, Linux, Mac) written in python. The sender is robust and fast able to work nicely with old or slow hardware like [Raspberry Pi](http://www.openbuilds.com/threads/bcnc-and-the-raspberry-pi.3038/) (As it was validated by the GRBL maintainer on heavy testing).\n\n## IMPORTANT! If you have any troubles using bCNC, please read [WIKI](https://github.com/vlachoudis/bCNC/wiki) and [DISCUSS](https://github.com/vlachoudis/bCNC/discussions) it first. Only create new [issues](https://github.com/vlachoudis/bCNC/issues) when you are certain there is a problem with actual bCNC code.\n\n[![Build Status](https://travis-ci.com/vlachoudis/bCNC.svg?branch=master)](https://travis-ci.com/vlachoudis/bCNC)\n[![CodeFactor](https://www.codefactor.io/repository/github/vlachoudis/bcnc/badge)](https://www.codefactor.io/repository/github/vlachoudis/bcnc)\n\nPlease note that all pull requests should pass the Travis-CI build in order to get merged.\nMost pull requests should also pass CodeFactor checks if there is not good reason for failure.\nBefore making pull request, please test your code on both python2 and python3.\n\n![bCNC screenshot](https://raw.githubusercontent.com/vlachoudis/bCNC/doc/Screenshots/bCNC.png)\n\n# Installation (using pip = recommended!)\n\nThis is a short overview of the installation process, for more details see the ![bCNC installation](https://github.com/vlachoudis/bCNC/wiki/Installation) wiki page.\n\nThis is how you install (or upgrade) bCNC along with all required packages.\nYou can use any of these commands (you need only one):\n\n    pip install --upgrade bCNC\n    pip install --upgrade git+https://github.com/vlachoudis/bCNC\n    pip install . #in git directory\n    python -m pip install --upgrade bCNC\n\nThis is how you launch bCNC:\n\n    python -m bCNC\n\nOnly problem with this approach is that it might not install Tkinter in some cases.\nSo please keep that in mind and make sure it's installed in case of problems.\n\nIf you run the `python -m bCNC` command in root directory of this git repository it will launch the git version.\nEvery developer should always use this to launch bCNC to ensure that his/her code will work after packaging.\n\nNote that on Windows XP you have to use `pyserial==3.0.1` or older as newer version do not work on XP.\n\nPyPI project: https://pypi.org/project/bCNC/\n\n# Installation (manual)\nYou will need the following packages to run bCNC\n- tkinter the graphical toolkit for python\n  Depending your python/OS it can either be already installed,\n  or under the names tkinter, python3-tkinter, python-tk\n- pyserial or under the name python-serial, python-pyserial\n- numpy\n- Optionally:\n- python-imaging-tk: the PIL libraries for autolevel height map\n- python-opencv: for webcam streaming on web pendant\n- scipy: for 100 times faster 3D mesh slicing\n\nExpand the directory or download it from github\nand run the bCNC command\n\n# Installation (Linux package maintainers)\n- Copy `bCNC` subdirectory of this repo to `/usr/lib/python3.x/site-packages/`\n- Launch using `python -m bCNC` or install bCNC.sh to /usr/bin\n- Alternatively you can fetch the bCNC Python package using pip when building Linux package\n  - refer to your distro, eg.: https://wiki.archlinux.org/index.php/Python_package_guidelines\n  - Py2deb to build Debian package from Python package: https://pypi.org/project/py2deb/\n\n# Installation (Compile to Windows .exe)\n\nNote that you might probably find some precompiled .exe files on github \"releases\" page:\nhttps://github.com/vlachoudis/bCNC/releases\nBut they might not be up to date.\n\nThis is basic example of how to compile bCNC to .exe file.\n(given that you have working bCNC in the first place, eg. using `pip install bCNC`).\nGo to the directory where is your bCNC installed and do the following:\n\n    pip install pyinstaller\n    pyinstaller --onefile --distpath . --hidden-import tkinter --paths lib;plugins;controllers --icon bCNC.ico --name bCNC __main__.py\n\nThis will take a minute or two. But in the end it should create `bCNC.exe`.\nAlso note that there is `make-exe.bat` file which will do just that for you.\nThis will also create rather large \"build\" subdirectory.\nThat is solely for caching purposes and you should delete it before redistributing!\n\nIf you are going to report bugs in .exe version of bCNC,\nplease check first if that bug occurs even when running directly in python (without .exe build).\n\n# IMPORTANT! Motion controller (grblHAL) settings\n- We strongly recommend you to use 32b microcontroller with grblHAL firmware for the new machine builds. https://github.com/grblHAL (Original GRBL firmware is still supported, but it is currently reaching the end-of-life due to limitations of 8b microcontrollers)\n- GRBL should be configured to use **MPos** rather than **Wpos**. This means that `$10=` should be set to odd number. As of GRBL 1.1 we recommend setting `$10=3`. If you have troubles communicating with your machine, you can try to set failsafe value `$10=1`.\n- CADs, bCNC and GRBL all work in millimeters by default. Make sure that `$13=0` is set in GRBL, if you experience strange behavior. (unless you've configured your CAD and bCNC to use inches)\n- Before filing bug please make sure you use latest stable official release of GRBL. Older and unofficial releases might work, but we frequently see cases where they don't. So please upgrade firmware in your Arduinos to reasonably recent version if you can.\n- Also read about all possible GRBL settings and make sure your setup is correct: https://github.com/gnea/grbl/wiki/Grbl-v1.1-Configuration\n- GrblHAL also has \"Compatibility level\" settings which have to be correctly configured during firmware compilation: https://github.com/grblHAL/core/wiki/Compatibility-level\n\n# Configuration\nYou can modify most of the parameters from the \"CAM -> Config/Controller\" page.\nYou can also enable (up to) 6-axis mode in Config section,\nbut bCNC restart is required for changes to take place.\nOnly the changes/differences from the default configuration\nfile will be saved in your home directory ${HOME}/.bCNC  or ~/.bCNC\n\nThe default configuration is stored on bCNC.ini in the\ninstallation directory.\n\n*PLEASE DO NOT CHANGE THIS FILE, IT'S GOING TO BE OVERWRITTEN ON EACH UPGRADE OF BCNC*\n\n# Features:\n- simple and intuitive interface for small screens\n- 3-axis and 6-axis GUI modes\n- import/export **g-code**, **dxf** and **svg** files\n- 3D mesh slicing **stl** and **ply** files\n- fast g-code sender (works nicely on RPi and old hardware)\n- workspace configuration (G54..G59 commands)\n- user configurable buttons\n- g-code **function evaluation** with run time expansion\n- feed override during the running for fine tuning\n- Easy probing:\n  - simple probing\n  - center finder with a probing ring\n  - **auto leveling**, Z-probing and auto leveling by altering the g-code during\n    sending (or permanently autoleveling the g-code file).\n  - height color map display\n  - create g-code by jogging and recording points (can even use camera for this)\n  - **manual tool change** expansion and automatic tool length probing\n  - **canned cycles** expansion\n- Various Tools:\n  - user configurable database of materials, endmills, stock\n  - properties database of materials, stock, end mills etc..\n  - basic **CAM** features (profiling, pocketing, drilling, flat/helical/ramp cutting, thread milling, cutout tabs, drag knife)\n  - User g-code plugins:\n    - bowl generator\n    - finger joint box generator\n    - simple spur gear generator\n    - spirograph generator\n    - surface flatten\n    - play melody from MIDI file using stepper motor frequency\n    - ...\n- G-Code editor and display\n    - graphical display of the g-code, and workspace\n    - graphically moving and editing g-code\n    - reordering code and **rapid motion optimization**\n    - moving, rotating, mirroring the g-code\n- Web pendant to be used via smart phones\n\n# Debugging\nYou can log serial communication by changing the port to something like:\n\n    spy:///dev/ttyUSB0?file=serial_log.txt&raw\n    spy://COM1?file=serial_log.txt&raw\n\nIf a file isn't specified, the log is written to stderr.\nThe 'raw' option outputs the data directly, instead of creating a hex dump.\nFurther documentation is available at: https://pyserial.readthedocs.io/en/latest/url_handlers.html#spy\n\n# Disclaimer\n  The software is made available \"AS IS\". It seems quite stable, but it is in\n  an early stage of development.  Hence there should be plenty of bugs not yet\n  spotted. Please use/try it with care, I don't want to be liable if it causes\n  any damage :)\n",
    "bugtrack_url": null,
    "license": "GPLv2",
    "summary": "Swiss army knife for all your CNC/g-code needs",
    "version": "0.9.15",
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "2dbe4a49fa0b2e89ccaad0da8bd14f5dffe492c9de6b1c8c4524b0ca1234bf5b",
                "md5": "d14bda567dc7777c44a71f6d52de2a15",
                "sha256": "7ca77f8914d2da51b4a2bf5db1fe48f52037e59e972769bf48c932fbee2d5ff3"
            },
            "downloads": -1,
            "filename": "bCNC-0.9.15.tar.gz",
            "has_sig": false,
            "md5_digest": "d14bda567dc7777c44a71f6d52de2a15",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 1298811,
            "upload_time": "2023-03-14T22:01:28",
            "upload_time_iso_8601": "2023-03-14T22:01:28.098310Z",
            "url": "https://files.pythonhosted.org/packages/2d/be/4a49fa0b2e89ccaad0da8bd14f5dffe492c9de6b1c8c4524b0ca1234bf5b/bCNC-0.9.15.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-03-14 22:01:28",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "github_user": "vlachoudis",
    "github_project": "bCNC",
    "travis_ci": true,
    "coveralls": false,
    "github_actions": false,
    "lcname": "bcnc"
}
        
Elapsed time: 0.04390s