|
1 | 1 | # Design
|
2 |
| -Hexastorm design contains the Computer Animated Design (CAD) files to build an [open hardware fast high resolution laser.](https://reprap.org/wiki/Open_hardware_fast_high_resolution_LASER) |
3 |
| -The CAD file is created out of six PCBs, these can be found in https://github.com/hstarmans/firestarter. |
4 |
| -The design is made using Freecad 0.20 and plugins assembly 4 and Kicad Stepup. |
5 |
| -The main file of interest is assembly_compact.FCStd, in FreeCAD Files. |
6 |
| -Earlier design are available in the branch named old. |
7 |
| -The main board is placed in this box 100x67x22mm, AK-NW-84. This box can be found on Aliexpress. |
| 2 | +FreeCAD design for laser direct imager with a prism, for a technical description see [open hardware fast high resolution laser](https://reprap.org/wiki/Open_hardware_fast_high_resolution_LASER). |
| 3 | +The CAD file uses PCBs found here, https://github.com/hstarmans/firestarter. |
| 4 | +Design is made using FreeCAD 1.0.0RC2 with the plugins fasteners and KiCad Stepup. |
| 5 | +The main file of interest is assembly_compact_new.FCStd, in FreeCAD Files. |
8 | 6 |
|
9 |
| - |
| 7 | +<img src="./Images/freecadpic.jpg" align="center" width=70% height=70%> |
10 | 8 |
|
11 | 9 | ## Status
|
12 |
| -The design is going through a complete redesign. |
13 |
| -A summary presentation is available [here](https://youtu.be/b7ArZDhsyfI). |
| 10 | +Current design will be tested in december 2024 and is intended to be available commercially. |
14 | 11 |
|
15 | 12 | ## Instruction Videos
|
| 13 | +There are some videos on YouTube explaining the design in more details. |
| 14 | +These are dated. |
16 | 15 | Assembly 4 design, without optical simulation
|
17 | 16 | https://youtu.be/jhr6iEazbQk
|
18 | 17 | Assembly 4 design, with optical simulation
|
19 | 18 | https://youtu.be/kekMkjqzRjE
|
20 | 19 |
|
21 |
| -## Render |
22 |
| -To create a render of the laser rays, additional code is needed. |
23 |
| - |
| 20 | +## Optical simulation |
| 21 | +Creating the rays in FreeCAD is done using pyoptools and the following two libraries. |
| 22 | +These libraries are hard to use and require extensive time and python knowledge. |
24 | 23 | FreeCAD workbench
|
25 | 24 | https://github.com/hstarmans/freecad_hexastorm
|
26 | 25 | Python library with prism simulation
|
27 | 26 | https://github.com/hstarmans/opticaldesign
|
28 |
| - |
29 |
| -## Known bugs |
30 |
| - - FreeCAD complains about migration issues, these can be ignored. |
31 |
| - - If the baseplate is changed, screws and local coordinate frames need to be reassigned which is cumbersome |
0 commit comments