-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathlog.txt
53 lines (46 loc) · 2.35 KB
/
log.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
usage: PhotonSlicer.py [-h] -s STLFILENAME [-p PHOTONFILENAME]
[-l LAYERHEIGHT] [-r RESCALE] [-t EXPOSURE]
[-be BOTTOMEXPOSURE] [-bl BOTTOMLAYERS] [-o OFFTIME]
[-g GUI]
---------------------------
2018-11-11 09:21:54
usage: PhotonSlicer.py [-h] -s STLFILENAME [-p PHOTONFILENAME]
[-l LAYERHEIGHT] [-r RESCALE] [-t EXPOSURE]
[-be BOTTOMEXPOSURE] [-bl BOTTOMLAYERS] [-o OFFTIME]
[-g GUI] [-e EXECUTE]
Traceback (most recent call last):
File "PhotonSlicer.py", line 235, in <module>
args = vars(ap.parse_args())
File "/usr/lib/python3.6/argparse.py", line 1746, in parse_args
self.error(msg % ' '.join(argv))
File "/usr/lib/python3.6/argparse.py", line 2400, in error
self.print_usage(_sys.stderr)
File "/usr/lib/python3.6/argparse.py", line 2370, in print_usage
self._print_message(self.format_usage(), file)
File "PhotonSlicer.py", line 161, in _print_message
raise Exception(message)
Exception: usage: PhotonSlicer.py [-h] -s STLFILENAME [-p PHOTONFILENAME]
[-l LAYERHEIGHT] [-r RESCALE] [-t EXPOSURE]
[-be BOTTOMEXPOSURE] [-bl BOTTOMLAYERS] [-o OFFTIME]
[-g GUI] [-e EXECUTE]
---------------------------
2018-11-11 09:22:01
usage: PhotonSlicer.py [-h] -s STLFILENAME [-p PHOTONFILENAME]
[-l LAYERHEIGHT] [-r RESCALE] [-t EXPOSURE]
[-be BOTTOMEXPOSURE] [-bl BOTTOMLAYERS] [-o OFFTIME]
[-g GUI] [-e EXECUTE]
Traceback (most recent call last):
File "PhotonSlicer.py", line 235, in <module>
args = vars(ap.parse_args())
File "/usr/lib/python3.6/argparse.py", line 1746, in parse_args
self.error(msg % ' '.join(argv))
File "/usr/lib/python3.6/argparse.py", line 2400, in error
self.print_usage(_sys.stderr)
File "/usr/lib/python3.6/argparse.py", line 2370, in print_usage
self._print_message(self.format_usage(), file)
File "PhotonSlicer.py", line 161, in _print_message
raise Exception(message)
Exception: usage: PhotonSlicer.py [-h] -s STLFILENAME [-p PHOTONFILENAME]
[-l LAYERHEIGHT] [-r RESCALE] [-t EXPOSURE]
[-be BOTTOMEXPOSURE] [-bl BOTTOMLAYERS] [-o OFFTIME]
[-g GUI] [-e EXECUTE]