diff --git a/Cura/util/stl.py b/Cura/util/stl.py index e416c03..4e33f11 100644 --- a/Cura/util/stl.py +++ b/Cura/util/stl.py @@ -16,7 +16,6 @@ class stlModel(mesh.mesh): else: self._loadBinary(f) f.close() - self._postProcessAfterLoad() return self diff --git a/changelog b/changelog index 268486b..8cd8c8d 100644 --- a/changelog +++ b/changelog @@ -23,6 +23,7 @@ * Fixed: Project planner bug when slicing all at once, the bug caused the printer head to move into the print. * Added: Default temperatures for printing in quickprint mode * Update: Quickprint vase mode only had 2 bottom solid layers, updated to 3 to give a much bigger chance of being watertight +* Update: Improved loading speed for complex models == Cura 12.08 == * Added: Loading STL files from the commandline