Advertisement
Guest User

Untitled

a guest
Mar 20th, 2019
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.47 KB | None | 0 0
  1. 2019-03-20 17:49:28,456 - INFO - [Thread-8] STLReader.STLReader.load_file [46]: Using NumPy-STL to load STL data.
  2. 2019-03-20 17:49:28,458 - DEBUG - [Thread-8] UM.Mesh.MeshData.calculateNormalsFromVertices [444]: Calculating normals took 0.00021028518676757812 seconds
  3. 2019-03-20 17:49:28,459 - ERROR - [Thread-8] UM.Logger.logException [84]: Exception: Exception occurred while loading file /home/rephlex/Schreibtisch/huelse/huelse.stl
  4. 2019-03-20 17:49:28,460 - ERROR - [Thread-8] UM.Logger.logException [88]: Traceback (most recent call last):
  5. 2019-03-20 17:49:28,460 - ERROR - [Thread-8] UM.Logger.logException [88]: File "/usr/lib/python3/dist-packages/UM/FileHandler/ReadFileJob.py", line 64, in run
  6. 2019-03-20 17:49:28,461 - ERROR - [Thread-8] UM.Logger.logException [88]: self.setResult(self._handler.readerRead(reader, self._filename))
  7. 2019-03-20 17:49:28,461 - ERROR - [Thread-8] UM.Logger.logException [88]: File "/usr/lib/python3/dist-packages/UM/Mesh/MeshFileHandler.py", line 32, in readerRead
  8. 2019-03-20 17:49:28,461 - ERROR - [Thread-8] UM.Logger.logException [88]: results = reader.read(file_name)
  9. 2019-03-20 17:49:28,461 - ERROR - [Thread-8] UM.Logger.logException [88]: File "/usr/lib/python3/dist-packages/UM/Mesh/MeshReader.py", line 19, in read
  10. 2019-03-20 17:49:28,461 - ERROR - [Thread-8] UM.Logger.logException [88]: result = self._read(file_name)
  11. 2019-03-20 17:49:28,461 - ERROR - [Thread-8] UM.Logger.logException [88]: File "/usr/lib/uranium/plugins/FileHandlers/STLReader/STLReader.py", line 82, in _read
  12. 2019-03-20 17:49:28,462 - ERROR - [Thread-8] UM.Logger.logException [88]: if numpy.amin(verts[:, 1]) == numpy.amax(verts[:, 1]):
  13. 2019-03-20 17:49:28,462 - ERROR - [Thread-8] UM.Logger.logException [88]: File "/usr/lib/python3/dist-packages/numpy/core/fromnumeric.py", line 2618, in amin
  14. 2019-03-20 17:49:28,462 - ERROR - [Thread-8] UM.Logger.logException [88]: initial=initial)
  15. 2019-03-20 17:49:28,462 - ERROR - [Thread-8] UM.Logger.logException [88]: File "/usr/lib/python3/dist-packages/numpy/core/fromnumeric.py", line 86, in _wrapreduction
  16. 2019-03-20 17:49:28,462 - ERROR - [Thread-8] UM.Logger.logException [88]: return ufunc.reduce(obj, axis, dtype, out, **passkwargs)
  17. 2019-03-20 17:49:28,462 - ERROR - [Thread-8] UM.Logger.logException [88]: ValueError: zero-size array to reduction operation minimum which has no identity
  18. 2019-03-20 17:49:28,463 - DEBUG - [Thread-8] UM.FileHandler.ReadFileJob.run [69]: Loading file took 0.0 seconds
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement