From 76309c7f5b999689a94c878868a6e2771da985a2 Mon Sep 17 00:00:00 2001 From: daid303 Date: Thu, 4 Oct 2012 12:16:54 +0200 Subject: [PATCH] Add loading improvement to changelog. --- Cura/util/stl.py | 1 - changelog | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) 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 -- 2.30.2