mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-14 18:27:58 -06:00
New --info option to show file info (size, volume, repair stats). Removed utils/file_info.pl
This commit is contained in:
parent
1479d6933b
commit
3b47e1a492
6 changed files with 58 additions and 60 deletions
|
@ -1125,7 +1125,7 @@ sub check_manifoldness {
|
|||
my $self = shift;
|
||||
|
||||
if ($self->mesh_stats) {
|
||||
if (first { $self->mesh_stats->{$_} > 0 } qw(degenerate_facets edges_fixed facets_removed facets_added facets_reversed backwards_edges)) {
|
||||
if ($self->get_model_object->needed_repair) {
|
||||
warn "Warning: the input file contains manifoldness errors. "
|
||||
. "Slic3r repaired it successfully by guessing what the correct shape should be, "
|
||||
. "but you might still want to inspect the G-code before printing.\n";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue