mirror of
https://git.mirrors.martin98.com/https://github.com/slic3r/Slic3r.git
synced 2025-08-14 03:35:55 +08:00
Warn if no layers were detected
This commit is contained in:
parent
c5b6787a19
commit
a0ebee2ca3
@ -138,6 +138,9 @@ sub new_from_mesh {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
warn "No layers were detected. You might want to repair your STL file and retry.\n"
|
||||||
|
if !@{$print->layers};
|
||||||
|
|
||||||
return $print;
|
return $print;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user