meerk40t


Namemeerk40t JSON
Version 0.9.3001 PyPI version JSON
download
home_pagehttps://github.com/meerk40t/meerk40t
SummaryMeerK40t LaserCutter Software
upload_time2023-11-18 17:07:42
maintainer
docs_urlNone
authorTatarize
requires_python
licenseMIT
keywords lasercutter laser vector parser
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # MeerK40t
MeerK40t (pronounced MeerKat) is a built-from-the-ground-up MIT licensed open-source laser cutting software.

## Primary Goals
* Provide users with high quality laser control software.
* Provide developers with a highly extensible platform to help further their own ideas, and provide novel work to the laser community at large.

## Running
MeerK40t is written in Python and precompiled versions are [available for download](https://github.com/meerk40t/meerk40t/releases) for Windows, Mac OSX, Linux and Raspberry Pi (more infos below). Due note this sometimes will give false postitives for various viruses (especially since Meerk40t isn't signed).

### Source

Alternatively you can run MeerK40t directly from Python. `pip install meerk40t[all]` with python installed will usually be sufficient. Then merely run `meerk40t` at the command line.

See [Install: Source wiki page](https://github.com/meerk40t/meerk40t/wiki/Install:-Source)

### GUI
![meerk40t8](https://user-images.githubusercontent.com/3302478/196283699-745d0616-5e74-49b3-ba95-f4902061584b.png)

The wxMeerK40t is the GUI and is written in wxPython. We use AUI to allow to have a very highly configurable UI. We can easily add panes and tools and there are quite a few available already.

### Command Line Interface

Meerk40t has an advanced internal console system allowing access to most parts of the code with various commands. It also provides a command line interface which should allow you to automate any processes.

## Drivers

Meerk40t provides a variety of drivers with an extensible framework to provide support for other new laser devices. The code was written with the myriad of possibilities for different software in mind. For example, it may be essential that GRBL be able to reset an alarm or notify the user of particular error codes. The configuration for GRBL is not the same for the configuration of other laser control drivers. With this in mind, Meerk40t can radically change how and when it works


### Supported devices
*   Lihuiyu M2/M3-Nano
*   GRBL
*   Ezcad2-compatible JCZ controllers galvo lasers
*   Moshiboard
*   NewlyDraw System 8.1 Lasers
*   Ruida-Emulation (Middleman between Lightburn and K40)

### Lihuiyu M2-Nano
For the Lihuiyu (stock driver), Meerk40t supports both the windows and libusb connection methods, making it compatible with Whisperer and with the original Chinese software. So MeerK40t can usually run alongside these other pieces of software interchangeably.

### GRBL

GRBL is itself open source and the various interfaces with the board should be quite well understood.

### EZCAD2-Compatible Galvo LMC

Meerk40t supports controlling galvo as well as gantry lasers with open source support.

### Moshiboard

The support for old moshiboards makes meerk40t the only known opensource software that controls moshiboards.

### System 8.1 Lasers (NewlyDraw)

HPGL-modified laser systems produced under many different company names

## Support
The primary source for help and documentation is the [MeerK40t Wiki - please click here](https://github.com/meerk40t/meerk40t/wiki).

If you have a bug, feature request, or other issue raise it here. These are likely to be resolved. Squeaky wheels get the grease.
https://github.com/meerk40t/meerk40t/issues

If you need additional support, please research/ask on:

*   [Facebook](https://www.facebook.com/groups/716000085655097/)
*   [Maker Forums](https://forum.makerforums.info/t/about-the-meerk40t-category/79660)
*   [YouTube - David Olsen's channel](https://www.youtube.com/channel/UCsAUV23O2FyKxC0HN7nkAQQ)
*   [YouTube - Some instruction videos](https://www.youtube.com/channel/UCMN9gGvpacxZINPZCSOecaQ)
*   [Discord](https://discord.gg/vkDD3HdQq6)

## Assisting the Project

Open source projects live and die with their support. There are a lots of ways to help the project. There are also a lot of ways the project should help you.
*   Code
*   Provide Translations in other languages.
*   Design ( Good design instincts, smooth out the rough edges)
*   Compile/Testers
*   Beta testers
*   Make helpful support content
*   Make guides ("How to setup cameras?", etc)
*   Bounce ideas around

## Download
You can find and download all current and historical versions in the [Releases](https://github.com/meerk40t/meerk40t/releases) section.

Currently, primary branches:
* 0.9 - Active - New features and some underlying architectural changes. Try the latest released version: [0.9.2](https://github.com/meerk40t/meerk40t/releases#latest)
* 0.8 - Maintenance - may receive critical bugfixes but no more new features, latest version: [0.8.12](https://github.com/meerk40t/meerk40t/releases/tag/0.8.12000) (Oct 17, 2023)
* 0.7 - Discontinued - K40 support only (including ruidacontrol emulator for 3rd party lasersoftware integration), latest version [0.7.10](https://github.com/meerk40t/meerk40t/releases/tag/0.7.10000) (June 13, 2023)
* 0.6 - Discontinued - K40 support only, latest version: [0.6.24](https://github.com/meerk40t/meerk40t/releases/tag/0.6.24) (Oct 11, 2021)

Just download one of the files for Windows, Mac OSX, Linux and Raspberry Pi.

## Lightburn integration
Meerk40t allows to act as an intermediary between your K40 laser and software that supports Ruida-controlled laser equipment - [Lightburn](https://lightburnsoftware.com/) is a relevant example of such a software product. You just need to issue the command ``ruidacontrol`` in MeerK40ts console window and you will then be able to add an emulated Ruida Laser inside Lightburn™. Laser jobs that are created inside Lightburn™ and sent to this laser will be picked up by MeerK40t and sent to your K40. See some more detailed instructions in this [video](https://www.youtube.com/watch?v=LUUfLf5Agu0). Please note `ruidacontrol` will require the DSP version of Lightburn™. (Present in all versions since 0.7)

With 0.9 another way of interacting with Lightburn was introduced, which will work as well with the standard version of LB: You just need to issue the command ``grblcontrol`` in MeerK40ts console window, and you will then be able to add an emulated remote GBRL-LPC laser inside Lightburn or any TCP GRBL control software.

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/meerk40t/meerk40t",
    "name": "meerk40t",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "lasercutter,laser,vector,parser",
    "author": "Tatarize",
    "author_email": "tatarize@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/4b/ff/75d584cbe1905bea2bf4273e031b687e4fa798d2c09a8daef40b30134f58/meerk40t-0.9.3001.tar.gz",
    "platform": null,
    "description": "# MeerK40t\r\nMeerK40t (pronounced MeerKat) is a built-from-the-ground-up MIT licensed open-source laser cutting software.\r\n\r\n## Primary Goals\r\n* Provide users with high quality laser control software.\r\n* Provide developers with a highly extensible platform to help further their own ideas, and provide novel work to the laser community at large.\r\n\r\n## Running\r\nMeerK40t is written in Python and precompiled versions are [available for download](https://github.com/meerk40t/meerk40t/releases) for Windows, Mac OSX, Linux and Raspberry Pi (more infos below). Due note this sometimes will give false postitives for various viruses (especially since Meerk40t isn't signed).\r\n\r\n### Source\r\n\r\nAlternatively you can run MeerK40t directly from Python. `pip install meerk40t[all]` with python installed will usually be sufficient. Then merely run `meerk40t` at the command line.\r\n\r\nSee [Install: Source wiki page](https://github.com/meerk40t/meerk40t/wiki/Install:-Source)\r\n\r\n### GUI\r\n![meerk40t8](https://user-images.githubusercontent.com/3302478/196283699-745d0616-5e74-49b3-ba95-f4902061584b.png)\r\n\r\nThe wxMeerK40t is the GUI and is written in wxPython. We use AUI to allow to have a very highly configurable UI. We can easily add panes and tools and there are quite a few available already.\r\n\r\n### Command Line Interface\r\n\r\nMeerk40t has an advanced internal console system allowing access to most parts of the code with various commands. It also provides a command line interface which should allow you to automate any processes.\r\n\r\n## Drivers\r\n\r\nMeerk40t provides a variety of drivers with an extensible framework to provide support for other new laser devices. The code was written with the myriad of possibilities for different software in mind. For example, it may be essential that GRBL be able to reset an alarm or notify the user of particular error codes. The configuration for GRBL is not the same for the configuration of other laser control drivers. With this in mind, Meerk40t can radically change how and when it works\r\n\r\n\r\n### Supported devices\r\n*   Lihuiyu M2/M3-Nano\r\n*   GRBL\r\n*   Ezcad2-compatible JCZ controllers galvo lasers\r\n*   Moshiboard\r\n*   NewlyDraw System 8.1 Lasers\r\n*   Ruida-Emulation (Middleman between Lightburn and K40)\r\n\r\n### Lihuiyu M2-Nano\r\nFor the Lihuiyu (stock driver), Meerk40t supports both the windows and libusb connection methods, making it compatible with Whisperer and with the original Chinese software. So MeerK40t can usually run alongside these other pieces of software interchangeably.\r\n\r\n### GRBL\r\n\r\nGRBL is itself open source and the various interfaces with the board should be quite well understood.\r\n\r\n### EZCAD2-Compatible Galvo LMC\r\n\r\nMeerk40t supports controlling galvo as well as gantry lasers with open source support.\r\n\r\n### Moshiboard\r\n\r\nThe support for old moshiboards makes meerk40t the only known opensource software that controls moshiboards.\r\n\r\n### System 8.1 Lasers (NewlyDraw)\r\n\r\nHPGL-modified laser systems produced under many different company names\r\n\r\n## Support\r\nThe primary source for help and documentation is the [MeerK40t Wiki - please click here](https://github.com/meerk40t/meerk40t/wiki).\r\n\r\nIf you have a bug, feature request, or other issue raise it here. These are likely to be resolved. Squeaky wheels get the grease.\r\nhttps://github.com/meerk40t/meerk40t/issues\r\n\r\nIf you need additional support, please research/ask on:\r\n\r\n*   [Facebook](https://www.facebook.com/groups/716000085655097/)\r\n*   [Maker Forums](https://forum.makerforums.info/t/about-the-meerk40t-category/79660)\r\n*   [YouTube - David Olsen's channel](https://www.youtube.com/channel/UCsAUV23O2FyKxC0HN7nkAQQ)\r\n*   [YouTube - Some instruction videos](https://www.youtube.com/channel/UCMN9gGvpacxZINPZCSOecaQ)\r\n*   [Discord](https://discord.gg/vkDD3HdQq6)\r\n\r\n## Assisting the Project\r\n\r\nOpen source projects live and die with their support. There are a lots of ways to help the project. There are also a lot of ways the project should help you.\r\n*   Code\r\n*   Provide Translations in other languages.\r\n*   Design ( Good design instincts, smooth out the rough edges)\r\n*   Compile/Testers\r\n*   Beta testers\r\n*   Make helpful support content\r\n*   Make guides (\"How to setup cameras?\", etc)\r\n*   Bounce ideas around\r\n\r\n## Download\r\nYou can find and download all current and historical versions in the [Releases](https://github.com/meerk40t/meerk40t/releases) section.\r\n\r\nCurrently, primary branches:\r\n* 0.9 - Active - New features and some underlying architectural changes. Try the latest released version: [0.9.2](https://github.com/meerk40t/meerk40t/releases#latest)\r\n* 0.8 - Maintenance - may receive critical bugfixes but no more new features, latest version: [0.8.12](https://github.com/meerk40t/meerk40t/releases/tag/0.8.12000) (Oct 17, 2023)\r\n* 0.7 - Discontinued - K40 support only (including ruidacontrol emulator for 3rd party lasersoftware integration), latest version [0.7.10](https://github.com/meerk40t/meerk40t/releases/tag/0.7.10000) (June 13, 2023)\r\n* 0.6 - Discontinued - K40 support only, latest version: [0.6.24](https://github.com/meerk40t/meerk40t/releases/tag/0.6.24) (Oct 11, 2021)\r\n\r\nJust download one of the files for Windows, Mac OSX, Linux and Raspberry Pi.\r\n\r\n## Lightburn integration\r\nMeerk40t allows to act as an intermediary between your K40 laser and software that supports Ruida-controlled laser equipment - [Lightburn](https://lightburnsoftware.com/) is a relevant example of such a software product. You just need to issue the command ``ruidacontrol`` in MeerK40ts console window and you will then be able to add an emulated Ruida Laser inside Lightburn\u2122. Laser jobs that are created inside Lightburn\u2122 and sent to this laser will be picked up by MeerK40t and sent to your K40. See some more detailed instructions in this [video](https://www.youtube.com/watch?v=LUUfLf5Agu0). Please note `ruidacontrol` will require the DSP version of Lightburn\u2122. (Present in all versions since 0.7)\r\n\r\nWith 0.9 another way of interacting with Lightburn was introduced, which will work as well with the standard version of LB: You just need to issue the command ``grblcontrol`` in MeerK40ts console window, and you will then be able to add an emulated remote GBRL-LPC laser inside Lightburn or any TCP GRBL control software.\r\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "MeerK40t LaserCutter Software",
    "version": "0.9.3001",
    "project_urls": {
        "Homepage": "https://github.com/meerk40t/meerk40t"
    },
    "split_keywords": [
        "lasercutter",
        "laser",
        "vector",
        "parser"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "ec88cd6225b35cf776a66e7299ab665b0973c392dbf46d079d753f64e4e56877",
                "md5": "024bd75a321252e2faa9af5caee8a5c6",
                "sha256": "b0546b0ac90af3f725ddd65799b1e8bb5b63546a781f3146aa6014629b015f13"
            },
            "downloads": -1,
            "filename": "meerk40t-0.9.3001-py2.py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "024bd75a321252e2faa9af5caee8a5c6",
            "packagetype": "bdist_wheel",
            "python_version": "py2.py3",
            "requires_python": null,
            "size": 1497026,
            "upload_time": "2023-11-18T17:07:39",
            "upload_time_iso_8601": "2023-11-18T17:07:39.904705Z",
            "url": "https://files.pythonhosted.org/packages/ec/88/cd6225b35cf776a66e7299ab665b0973c392dbf46d079d753f64e4e56877/meerk40t-0.9.3001-py2.py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "4bff75d584cbe1905bea2bf4273e031b687e4fa798d2c09a8daef40b30134f58",
                "md5": "24f45bfad00256214ab300e579cd7909",
                "sha256": "6ba1924459ce025158a16993ffb383548a3ecf2c7e2d9c4a318e00bba7ebdc80"
            },
            "downloads": -1,
            "filename": "meerk40t-0.9.3001.tar.gz",
            "has_sig": false,
            "md5_digest": "24f45bfad00256214ab300e579cd7909",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 1304337,
            "upload_time": "2023-11-18T17:07:42",
            "upload_time_iso_8601": "2023-11-18T17:07:42.817916Z",
            "url": "https://files.pythonhosted.org/packages/4b/ff/75d584cbe1905bea2bf4273e031b687e4fa798d2c09a8daef40b30134f58/meerk40t-0.9.3001.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-11-18 17:07:42",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "meerk40t",
    "github_project": "meerk40t",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "requirements": [],
    "lcname": "meerk40t"
}
        
Elapsed time: 0.19178s