mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-12 01:07:57 -06:00
Fixed a crash when slicing leads to no print.
Fixed a bug in TriangleMesh::bounding_box().
This commit is contained in:
parent
b08d6f1969
commit
98408bbed0
4 changed files with 6 additions and 2 deletions
|
@ -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));
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue