@@ -4,10 +4,10 @@ The PhotonSlicer Converts STL (binary) files to Images or PhotonFile. It is prog
4
4
5
5
---
6
6
7
- # Status
7
+ ## Status
8
8
9
9
Not yet ready:
10
- - PhotonSlicer was optimized for speed using Cython. The install packages need to be rebuild and are not yet available.
10
+ - PhotonSlicer was optimized for speed using Cython. The install packages need to be rebuild and are not yet available.
11
11
- Real life test with the produced photon files have to be done.
12
12
13
13
---
@@ -62,7 +62,6 @@ If you don't see a progress window and now file is added to 'C:/Program Files/Ph
62
62
---
63
63
64
64
## Command Line Parameters
65
-
66
65
```
67
66
usage: PhotonSlicer.py [-h] -s STLFILENAME [-p PHOTONFILENAME]
68
67
[-l LAYERHEIGHT] [-r RESCALE] [-t EXPOSURE]
@@ -71,12 +70,12 @@ usage: PhotonSlicer.py [-h] -s STLFILENAME [-p PHOTONFILENAME]
71
70
72
71
required: stlfilename
73
72
74
- examples: PhotonSlicer.cmd -s ./STLs/Cube.stl -> ./STLs/Cube.photon
75
- PhotonSlicer.cmd -s ./STLs/Cube.stl -p photon -l 0.05 -> ./STLs/Cube.photon
76
- PhotonSlicer.cmd -s ./STLs/Cube.stl -p /home/photon -l 0.05 -> /home/Cube.photon
77
- PhotonSlicer.cmd -s ./STLs/Cube.stl -p /Sqrs.photon -l 0.05 -> /Sqrs.photon
78
- PhotonSlicer.cmd -s ./STLs/Cube.stl -p images -l 0.05 -> ./STLs/Cube/0001.png,..
79
- PhotonSlicer.cmd -s ./STLs/Cube.stl -p ./sliced/ -l 0.05 -> ./sliced/0001.png,..
73
+ examples: PhotonSlicer.exe -s ./STLs/Cube.stl -> ./STLs/Cube.photon
74
+ PhotonSlicer.exe -s ./STLs/Cube.stl -p photon -l 0.05 -> ./STLs/Cube.photon
75
+ PhotonSlicer.exe -s ./STLs/Cube.stl -p /home/photon -l 0.05 -> /home/Cube.photon
76
+ PhotonSlicer.exe -s ./STLs/Cube.stl -p /Sqrs.photon -l 0.05 -> /Sqrs.photon
77
+ PhotonSlicer.exe -s ./STLs/Cube.stl -p images -l 0.05 -> ./STLs/Cube/0001.png,..
78
+ PhotonSlicer.exe -s ./STLs/Cube.stl -p ./sliced/ -l 0.05 -> ./sliced/0001.png,..
80
79
81
80
optional arguments:
82
81
-h, --help show this help message and exit
@@ -101,7 +100,7 @@ optional arguments:
101
100
-o OFFTIME, --offtime OFFTIME
102
101
off time between layers (sec)
103
102
-g GUI, --gui GUI show progress in popup window
104
-
105
103
```
106
104
107
105
106
+
0 commit comments