chiark
/
gitweb
/
~ianmdlvl
/
cura.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d32902b
)
Add loading improvement to changelog.
author
daid303
<daid303@gmail.com>
Thu, 4 Oct 2012 10:16:54 +0000
(12:16 +0200)
committer
daid303
<daid303@gmail.com>
Thu, 4 Oct 2012 10:16:54 +0000
(12:16 +0200)
Cura/util/stl.py
patch
|
blob
|
history
changelog
patch
|
blob
|
history
diff --git
a/Cura/util/stl.py
b/Cura/util/stl.py
index e416c033e7f44569f022d1d636b74d78ae872431..4e33f1104859865672afe9b070b10020d29b1343 100644
(file)
--- 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 268486bc908a0ede3c05d85952b126a1ccc74ce7..8cd8c8d8f6b8d9e186b3efa6bf130f7e40192fc1 100644
(file)
--- 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