Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/supermerill/SuperSlicer.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbubnikv <bubnikv@gmail.com>2017-09-12 17:48:44 +0300
committerbubnikv <bubnikv@gmail.com>2017-09-12 17:48:44 +0300
commit98408bbed013203f459b1843763fe64326bd1ac0 (patch)
tree52e37b19c7d7fec27e29b301b35c5c857c6569b3 /xs/src/libslic3r/GCode.cpp
parentb08d6f1969f237432cd18c15ad6432e5b95fb640 (diff)
Fixed a crash when slicing leads to no print.
Fixed a bug in TriangleMesh::bounding_box().
Diffstat (limited to 'xs/src/libslic3r/GCode.cpp')
-rw-r--r--xs/src/libslic3r/GCode.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/xs/src/libslic3r/GCode.cpp b/xs/src/libslic3r/GCode.cpp
index 478864e74..c0b0d59f7 100644
--- a/xs/src/libslic3r/GCode.cpp
+++ b/xs/src/libslic3r/GCode.cpp
@@ -710,7 +710,6 @@ bool GCode::_do_export(Print &print, FILE *file)
// Just wait for a bit to let the user check, that the priming succeeded.
fprintf(file, "M117 Verify extruder priming\nM0 S10\nM117 Printing\n");
}
- write(file, this->unretract());
} else
write(file, WipeTowerIntegration::prime_single_color_print(print, initial_extruder_id, *this));
}