mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-08-06 13:34:05 -06:00
Show object information when double-clicking it in the plater
This commit is contained in:
parent
304676b6aa
commit
392af5542b
3 changed files with 102 additions and 4 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue