All Projects → LaserWeb → Laserweb4

LaserWeb / Laserweb4

Licence: agpl-3.0
Collaborative effort on the next version of LaserWeb / CNCWeb

Programming Languages

javascript
184084 projects - #8 most used programming language
gcode
15 projects

Projects that are alternatives of or similar to Laserweb4

Grbl Plotter
A GCode sender (not only for plotters) for up to two GRBL controller. SVG, DXF, HPGL import. 6 axis DRO.
Stars: ✭ 286 (-37.28%)
Mutual labels:  cnc, laser, cam, grbl
Openbuilds Cam
Online CNC CAM System
Stars: ✭ 107 (-76.54%)
Mutual labels:  cnc, cam, grbl
Grbl Advanced
Grbl-Advanced is a no-compromise, high performance, low cost alternative for CNC milling. This version of Grbl runs on a STM32F411RE / STM32F446RE Nucleo Board. Now with backlash compensation, multi-axis and Tool Table support!
Stars: ✭ 182 (-60.09%)
Mutual labels:  cnc, grbl
vscode-gcode-syntax
G Code Language Extension for Visual Studio Code. Turn VSCode into a fully capable G-Code editor, including language support & more.
Stars: ✭ 59 (-87.06%)
Mutual labels:  cnc, cam
krabzcam
Web-application for converting SVG paths to g-code
Stars: ✭ 43 (-90.57%)
Mutual labels:  cnc, cam
Universal G Code Sender
A cross-platform G-Code sender for GRBL, Smoothieware, TinyG and G2core.
Stars: ✭ 1,218 (+167.11%)
Mutual labels:  cnc, grbl
Cncjs
A web-based interface for CNC milling controller running Grbl, Marlin, Smoothieware, or TinyG.
Stars: ✭ 1,657 (+263.38%)
Mutual labels:  cnc, grbl
grbl-Mega-5X
5/6 Axis version of Grbl, the open source, embedded, high performance g-code-parser and CNC milling controller written in optimized C that will run on an Arduino Mega2560
Stars: ✭ 295 (-35.31%)
Mutual labels:  cnc, grbl
Candle2
GRBL control interface in Qt.
Stars: ✭ 50 (-89.04%)
Mutual labels:  cnc, grbl
GRBL-Post-Processor
Post Processor for Autodesk Fusion360, delivering GCODE output optimized for GRBL compatible CNC or Lathe
Stars: ✭ 122 (-73.25%)
Mutual labels:  cnc, grbl
glowforge-material-manager
A simple chrome extension to allow saving custom materials.
Stars: ✭ 17 (-96.27%)
Mutual labels:  laser, cnc
LPC176x
grblHAL driver for LPC1968 and LPC1769
Stars: ✭ 12 (-97.37%)
Mutual labels:  cnc, grbl
Maker.js
📐⚙ 2D vector line drawing and shape modeling for CNC and laser cutters.
Stars: ✭ 1,185 (+159.87%)
Mutual labels:  cnc, laser
Grblhal
HALified port/branch of grbl 1.1f, mainly for 32bit processors
Stars: ✭ 179 (-60.75%)
Mutual labels:  cnc, grbl
Gcode Sender
Cross platform 3-Axis CNC Machines control software
Stars: ✭ 67 (-85.31%)
Mutual labels:  cnc, grbl
vectorexpress-api
Vector Express is a free service and API for converting, analyzing and processing vector files.
Stars: ✭ 66 (-85.53%)
Mutual labels:  cnc, cam
Lasergrbl
Laser optimized GUI for GRBL
Stars: ✭ 609 (+33.55%)
Mutual labels:  laser, grbl
Grbl esp32
A port of Grbl CNC Firmware for ESP32
Stars: ✭ 836 (+83.33%)
Mutual labels:  cnc, grbl
grbl32
CNC controller running on the STM32F103 "Blue Pill" board, build and flash on Mac/Linux
Stars: ✭ 33 (-92.76%)
Mutual labels:  cnc, grbl
involute-gear-generator
Involute gear generator – NodeJS command line utility.
Stars: ✭ 18 (-96.05%)
Mutual labels:  cnc, cam

LaserWeb (4.0.x)

This 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)

Download

Releases are made available on https://github.com/LaserWeb/LaserWeb4-Binaries/

Documentation

For more documentation, go to the Wiki or our website https://laserweb.yurl.ch

Docker

You can run the app in Docker

  • build image:
docker build -t laserweb4 .
  • run image:
docker run -it --rm -p 8000:8000 laserweb4

Community

Please use the community forum on https://forum.makerforums.info/c/laserweb-cncweb for questions and support. Please only report confirmed bugs on the git Issues tab.

Supported firmwares

Note: Ever changing. See the Issues tab above for details.

Firmware Supported Raster Performance CNC Support Pull Requests Accepted
Grbl > v1.1f (ATmega328) Yes Good Great Yes - improvements
Grbl-Mega (ATmega2560) Yes Good Great Yes - improvements
Grbl-LPC (LPC176x) Yes Great Great Yes - improvements
Grbl_ESP32 (ESP32) Yes Great Great Yes - improvements
Smoothieware Yes * Okayish Okayish Yes - improvements
TinyG Yes Unknown Good Yes - improvements
Marlin Yes Unknown No Yes - improvements
MarlinKimbra Yes Unknown No Yes - improvements
Repetier Yes Unknown No Yes - improvements
RepRapFirmware Yes Unknown Yes Yes - improvements
  • 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.

Wishlist

If 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

  • GCODE Optimiser - to cut down on G0 moves (something like http://parano.github.io/GeneticAlgorithm-TSP/)
  • Implement "Raster > TSP-Vector" operation
  • More Controllers! Help us implement more firmwares (improve TinyG add Marlin/Repetier, etc)
  • WebGL Transformation Filters to use Webcam to setup stock
  • Automate Electron Builds for all platforms

How to contribute ?

Details on https://github.com/LaserWeb/LaserWeb4/wiki/How-to-Contribute

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].