Show object information when double-clicking it in the plater

This commit is contained in:
Alessandro Ranellucci 2012-10-24 22:44:08 +02:00
parent 304676b6aa
commit 392af5542b
3 changed files with 102 additions and 4 deletions

View file

@ -154,7 +154,9 @@ sub check_manifoldness {
warn sprintf "Warning: The input file contains a hole near edge %f-%f (not manifold). "
. "You might want to repair it and retry, or to check the resulting G-code before printing anyway.\n",
@{$self->edges->[$first_bad_edge_id]};
return 0;
}
return 1;
}
sub unpack_line {