{"id":13657385,"url":"https://github.com/LaserWeb/LaserWeb4","last_synced_at":"2025-04-24T01:32:04.153Z","repository":{"id":41162089,"uuid":"66831879","full_name":"LaserWeb/LaserWeb4","owner":"LaserWeb","description":"Collaborative effort on the next version of LaserWeb / CNCWeb","archived":false,"fork":false,"pushed_at":"2025-01-11T21:01:33.000Z","size":39864,"stargazers_count":735,"open_issues_count":97,"forks_count":196,"subscribers_count":76,"default_branch":"dev-es6","last_synced_at":"2025-04-22T19:52:43.963Z","etag":null,"topics":["cam","cnc","cnc-controller","gcode","grbl","laser","smoothieware","tinyg","webgl"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"agpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/LaserWeb.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":".github/CONTRIBUTING.md","funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2016-08-29T09:53:23.000Z","updated_at":"2025-04-12T02:06:17.000Z","dependencies_parsed_at":"2024-05-31T07:40:41.933Z","dependency_job_id":"0e08c673-80b0-4731-bd9d-7d6a13c4c479","html_url":"https://github.com/LaserWeb/LaserWeb4","commit_stats":null,"previous_names":[],"tags_count":16,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LaserWeb%2FLaserWeb4","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LaserWeb%2FLaserWeb4/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LaserWeb%2FLaserWeb4/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LaserWeb%2FLaserWeb4/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/LaserWeb","download_url":"https://codeload.github.com/LaserWeb/LaserWeb4/tar.gz/refs/heads/dev-es6","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250544013,"owners_count":21448025,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["cam","cnc","cnc-controller","gcode","grbl","laser","smoothieware","tinyg","webgl"],"created_at":"2024-08-02T05:00:41.867Z","updated_at":"2025-04-24T01:32:04.145Z","avatar_url":"https://github.com/LaserWeb.png","language":"JavaScript","funding_links":[],"categories":["Host Software","JavaScript","CAM — Computer-Aided Manufacturing"],"sub_categories":["Laser / Plasma Toolpath"],"readme":"# LaserWeb (4.0.x)\n\nThis repository is a \"development environment\" - and no regular user would have to touch this at all (dont download the repo from here, use the Download links below)\n\n## Download\nReleases are made available on https://github.com/LaserWeb/LaserWeb4-Binaries/\n\n## Documentation\nFor more documentation, go to the [Wiki](https://github.com/LaserWeb/LaserWeb4/wiki) or our website https://laserweb.yurl.ch\n\n## Docker\n\n- run image:\n```sh\ndocker run -device=/dev/ttyUSB0 -p 8000:8000 joesantos/laserweb:latest\n```\n- connect to app: http://localhost:8000\n\n### Development\n\nDocker user targets:\n- dev\n- test\n\nYou can run the `dev` version of the app in Docker using the commands below.\n- build `dev` image:\n```sh\ndocker build --target dev -t laserweb:dev .\n```\n- run image:\n```sh\ndocker run -it -device=/dev/ttyUSB0 --rm -p 8000:8000 laserweb:dev\n```\n- connect to app: http://localhost:8000\n\nTo build the release version:\n```sh\ndocker build -f Dockerfile.release -t laserweb:release .\n```\n\n## Community\nPlease use the community forum on https://forum.makerforums.info/c/cad-cam/laserweb-cncweb/78 for questions and support.\nPlease only report confirmed bugs on the git [Issues tab](https://github.com/LaserWeb/LaserWeb4/issues).\n\n## Supported firmwares\n\nNote: Ever changing. See the Issues tab above for details.\n\n| Firmware                  | Supported  | Raster Performance  | CNC Support  |Pull Requests Accepted             |\n| ------------------------- |------------|:-------------------:|:------------:|:---------------------------------:|\n| Grbl \u003e v1.1f (ATmega328)  | Yes        | Good                |   Great      | Yes - improvements                |\n| Grbl-Mega (ATmega2560)    | Yes        | Good                |   Great      | Yes - improvements                |\n| Grbl-LPC (LPC176x)        | Yes        | Great               |   Great      | Yes - improvements                |\n| Grbl_ESP32 (ESP32)        | Yes        | Great               |   Great      | Yes - improvements                |\n| Smoothieware              | Yes *      | Okayish             |   Okayish    | Yes - improvements                |\n| TinyG                     | Yes        | Unknown             |   Good       | Yes - improvements                |\n| Marlin                    | Yes        | Unknown             |   No         | Yes - improvements                | \n| MarlinKimbra              | Yes        | Unknown             |   No         | Yes - improvements                | \n| Repetier                  | Yes        | Unknown             |   No         | Yes - improvements                |\n| RepRapFirmware            | Yes        | Unknown             |   Yes        | Yes - improvements                |\n\n* If fast raster engraving is important for you, we recommend replacing Smoothieware with grbl-LPC (https://github.com/cprezzi/grbl-LPC) which also runs on the LPC1769 based boards and performs much faster for laser raster applications.\n\n## Wishlist\n\nIf you want to contribute, below are long standing community-requested enhancements, that a) we don't have time to code or b) need extra skills\n\n* GCODE Optimiser - to cut down on G0 moves (something like http://parano.github.io/GeneticAlgorithm-TSP/)\n* Implement \"Raster \u003e TSP-Vector\" operation\n* More Controllers! Help us implement more firmwares (improve TinyG add Marlin/Repetier, etc)\n* WebGL Transformation Filters to use Webcam to setup stock\n* Automate Electron Builds for all platforms\n\n## How to contribute ?\n\nDetails on [https://github.com/LaserWeb/LaserWeb4/wiki/How-to-Contribute](https://github.com/LaserWeb/LaserWeb4/wiki/How-to-Contribute)\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FLaserWeb%2FLaserWeb4","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FLaserWeb%2FLaserWeb4","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FLaserWeb%2FLaserWeb4/lists"}