-
Notifications
You must be signed in to change notification settings - Fork 0
User Guide
#LaserWeb User Guide Index
##Setup By editing the config.js file you can modify the following settings:
- Web Port
- Camera Port
- Serial Baud Rate
- Work Area Size (X and Y)
##Start-up
To start the software:
- Start a windows command prompt by typing "cmd" in windows search (do not type the quotes)
- In the command prompt window type "cd\laserweb" at the command prompt (do not type the quotes)
- In the command prompt window type "node server" at the command prompt (do not type the quotes)
- Start the google Chrome web browser (software is only tested to work with Chrome)
- 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.
##Loading Files
###Import Files ####Gcode There are two ways to load a Gcode file.
- Click the Gcode button and choose the Gcode file to load.
- Cut and paste the Gcode into the Jobs window.

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

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

###Apps
####Raster
- Click on the raster button and select the file you want.
- After selecting file, the following window will appear:

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

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

####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:

- Enter in the desired values and click the Update and Preview button.
- If you are happy with the results click the Prepare for Laser Cutting button, else edit the values and preview again.
- Once satisfied, click Send to Laser.
##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

###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.

##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.

Want to Help?
- Help reach a Milestones
- Add some content to the Wiki
- Share this with your friends
- Sponsor a contributor