From: daid303 Date: Thu, 4 Oct 2012 10:16:54 +0000 (+0200) Subject: Add loading improvement to changelog. X-Git-Tag: 13.03~287 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=76309c7f5b999689a94c878868a6e2771da985a2;p=cura.git Add loading improvement to changelog. --- diff --git a/Cura/util/stl.py b/Cura/util/stl.py index e416c033..4e33f110 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 268486bc..8cd8c8d8 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