Skip to content
Ariel Yahni edited this page Jan 30, 2016 · 17 revisions

#LaserWeb User Guide Index

##Setup By editing the config.js file you can modify the following settings:

  1. Web Port
  2. Camera Port
  3. Serial Baud Rate
  4. Work Area Size (X and Y)

##Start-up

To start the software:

  1. Start a windows command prompt by typing "cmd" in windows search (do not type the quotes)
  2. In the command prompt window type "cd\laserweb" at the command prompt (do not type the quotes)
  3. In the command prompt window type "node server" at the command prompt (do not type the quotes) Terminal Window
  4. Start the google Chrome web browser (software is only tested to work with Chrome)
  5. At the top of the Chrome window type "localhost:8000" or the IP address from the terminal window in the web address bar (do not type the quotes)

You should now see the software in the Chrome browser window.

LaserWeb Chrome Window ##Loading Files

###Import Files ####Gcode There are two ways to load a Gcode file.

  1. Click the Gcode button and choose the Gcode file to load.
  2. Cut and paste the Gcode into the Jobs window.

Gcode window


####DXF

  1. Click the DXF button and choose the DXF file to load. (please note that only polylines are OK, arcs are not supported.
  2. After selecting the file the following window will appear:

DXF window


####SVG

  1. Click the SVG button and choose the file to load.
  2. After selecting file, the following window will appear:

SVG Window


###Apps

####Raster

  1. Click on the raster button and select the file you want.
  2. After selecting file, the following window will appear:

Raster Window 1

After generating the Gcode, you should see it rendered in the center of the screen:

Raster Render Window


####Calibrate

  1. Clicking on the Calibrate button will bring up the following screen which will help you fine tune your settings:

Calibration WIndow


####Jscad

The Jscad drop down currently has two apps available, a parametric gear generator, and a tabbed box generator.


#####Gear Generator

This app will allow you to create parametric gears.


#####Tabbed Box

If the Tabbed Box generator is chosen the following window will appear:

Parametric Box generator

  1. Enter in the desired values and click the Update and Preview button.
  2. If you are happy with the results click the Prepare for Laser Cutting button, else edit the values and preview again.
  3. Once satisfied, click Send to Laser.

##Job Window

Job Window

###Material Thickness

Use this to enter the thickness of the material you will be working with. This information will be used when loading a DXF to calculate the number of cut passes generated in the Gcode.


###Status

Status information is displayed here after loading a file or using an app.


###Code Window

The code window will display the generated Gcode after loading file type or using one of the apps. It also lets you paste Gcode directly into LaserWeb from the clipboard.


###Save Gcode

Clicking this button allows you to save the Generated Gcode.


##Transformations Transformations Toolbar

###Resize

Entered as a percentage and can be either positive (larger) or negative (smaller).


###Move

Enter the desired move distance in the translate area in mm and click the move button. Values can be positive or negative.


###Reset 3D View

Clicking this button refreshes the objects in the 3D viewer.


###Rotate

Enter the amount of rotation in degrees. A positive value rotates the object clockwise, negative value rotates the object counter-clockwise.


###Fix 0,0

Clicking this button moves the object to be completely within the defined workspace.


###Mirror

Clicking this button mirrors the object horizontally.


###Draw Bounding Box

Clicking this button will generate a square movement around the objects on the workspace. Very useful for placing / aligning your materials. Laser will be off.


##Basic Settings ###Select Serial Port

Use this to connect to the laser cutter you want to be actively controlling. LaseWeb acan control multiple machines connected to different serial ports at the same time.


###Help

Clicking the Help button takes you to this Wiki.


###Check For Updates

Clicking on this button allow you to check for updated versions of LaserWeb, the github commit log, and the github changelog.

About takes you to the github repository.


##Machine Window

###Machine Control Widget

Clicking on the Machine Control button opens the machine control widget that allows you to manually move the laser head. Machine control widget


##Console Window

The console window reports back information about what is happening in the software as well as allowing you to send Gcode directly to the laser.

Console Window


Clone this wiki locally