Skip to content
Anthony Bolgar edited this page Jan 24, 2016 · 14 revisions

###General

  1. Platform independent
  2. Open source
  3. Continued active development

###Supported Firmware

  1. Marlin
  2. Smoothieware
  3. Grbl
  4. LasaurGrb

If you are a developer and have firmware you would like to see include, we would be happy to add support for you firmware.


###Supported File Types

  1. DXF: Polyline DXF only, no arc/spline support
  2. SVG: Almost no limitations
  3. Gcode: As defined by http://reprap.org/wiki/G-code
  4. PNG/JPG/BMP: Raster engraving from images. Note all processing is in the browser so stick to resolutions lower than say 500px

###Built in applications

  1. Raster to Gcode
  2. Jscad customizer - Gear generator, Tabbed box
  3. Laser Calibration

###Transformations

Note; transformations should be used on light weight gcode files. You CAD workflow will have much more power and speed!

  1. Resize
  2. Rotate
  3. Move location in work area
  4. Mirror
  5. Fix negative co-ordinates

###Machine Control

  1. Control multiple lasers at once. All connected machines can be managed from a single instance of LaserWeb
  2. Pronterface style laser control widget, which dynamically adapts available features according to the firmware availability
  3. 3D printer support (Beta)

###Console

  1. View commands
  2. Send command to laser

###Job Window

  1. Enter material thickness (Used with the DXF Import module to allow for multipass cuts)
  2. Paste Gcode
  3. Save Gcode to file
  4. Send to laser
  5. View Gcode

###Other

  1. Check for updates
  2. View change log
  3. View detailed commit log
  4. About LaserWeb (takes you to github repository)

Clone this wiki locally