Project

General

Profile

Software overview » History » Version 5

peter, 2012-08-11 14:49

1 1 Anonymous
h1. Software overview
2
3
From LAOS wiki
4
5
{{>toc}}
6
7
h2. Status
8
9
Nothing is (officially) released yet. There is just a "last known good" with no specific definition of _good_..
10
11
If you just need something to run on you laser, download the "last known good" combination of versions from the list below. If you want to develop and modify things, or need new features take the latest version of the components from the subversion repository at "https://tuxic.nl/laos":https://tuxic.nl/laos. For commit access, contact "User:Jaap":/index.php/User:Jaap
12
13
h2. Last known Good
14
15
Download these packages:
16
17
* Firmware V0.3 (Dated 7-7-2012, SVN rev410) - ["Download":https://tuxic.nl/laos/firmware/mbed/laoslaser/laoslaser_LPC1768.bin?rev=410] and save to your MBED.
18
* Configuration file for your laser - HPC 3020 version . ["Download":https://tuxic.nl/laos/firmware/config/config.hpc3020.txt] and save to your MBED as *config.txt*
19
* pstoedit - Laos version (Dated 7-7-2012) ["Download":https://github.com/jrv/pstoedit/zipball/laos], and *install using "these instructions":/index.php/Install_ubuntu11*.
20
* CUPS Printer Driver (SVN rev410) - ["Download":https://tuxic.nl/laos/cups-laos/?rev=410] and install.
21
* Visicut V1.3.4 ["Download":http://visicut.wordpress.com/download/] and install (Java required, does not need pstoedit or CUPS)
22
* A Drawing program: ["Inkscape":http://www.inkscape.org/] version 0.47 (Linux). See below for other suggestions
23
24
h2. Development
25
26 5 peter
* Development Firmware V0.4 (Dated 11-aug-2012) Fixes the laser power on problem- ["Download":https://tuxic.nl/laos/firmware/mbed/laoslaser/laoslaser-12-08-2012.bin] and save to your MBED.
27
28
29
30 1 Anonymous
If you want to develop the software, read along.
31 5 peter
32
33 1 Anonymous
34
h3. Components
35
36
The software consists of various parts:
37
38 4 david
# "CUPS printer driver":http://redmine.laoslaser.org/projects/laos/wiki/LAOS_CUPS_driver to convert application output to the laser cutter and provide printer settings
39 1 Anonymous
# "Firmware":/index.php/Firmware
40 3 Anonymous
# Optional: Thomas Oster's [[VisiCut]] JAVA driver software (does not require printer driver)
41 1 Anonymous
42
h3. Printer driver
43
44
The CUPS printer driver is described "here":/index.php/PrinterDriver.
45
46
Follow "these instructions":/index.php/Install_ubuntu11 to build and install ps2edit and CUPS printer driver.
47
48
h3. Firmware
49
50
The "Firmware":/index.php/Firmware is the code that controls the motor and laser. It is installed on the mainboard. Installation of the firmware on the controller, and configuration of the firmware for your system is described "here":/index.php/Config.txt_this. To test the hardware, a separate test program is written. Its use is described "here":/index.php/Mainboard_Rev2#Testing_the_board
51
52
The firmware uses a simple instruction language that is described "Here":/index.php/SimpleCode. These instructions are used to instruct the laser to move, cut and mark.
53
54
h3. Download compiled versions
55
56
The compiled firmware file is here (save to your MBED):
57
58
p(((. https://tuxic.nl/laos/firmware/mbed/laos_server_menu/laos_server_menu_LPC1768.bin
59
60
61
The configuration files are here (download, modify for your machine, and save on MBED):
62
63
p(((. https://tuxic.nl/laos/firmware/config
64
65
66
More versions of the "Firmware":/index.php/Firmware are available on the "Firmware":/index.php/Firmware page.
67
68
h3. Drawing program
69
70
Any program can be used to make drawings and images that are sent to the laser cutter. Your favorite word-processor or image editor can be used. However: Consider that some programs are better suited for some task than others. Some examples:
71
72
* If you want to laser text: Use a text editor (like word, or open-office writer)
73
* If you want to laser images: Use GIMP or PAINT
74
* If you want to laser cut technical drawings: use a CAD program
75
* If you want to design PCB's: Use KiCAD
76
* ["InkScape":http://www.inkscape.org] is a generic open source drawing program, that can be used for various tasks.
77
78
79
80
81
h3. VisiCut software
82
83
This software is optional, but provides a stand-alone way to control the laser, independent of a printer driver. An installation and end users guide can be found on the ["LaOS Visicut User Guide":http://redmine.laoslaser.org/projects/laos/wiki/VisiCut]. VisiCut is not a drawing program, you need some other program to make the drawings and images you want to laser. No administrator rights are required to install Visicut. Background is on the "VisiCut":http://visicut.org page. The settings for a LaOS HPC3020 are "here":/index.php/VisiCut_settings.