mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-10 08:17:51 -06:00
NEW:support for sending print job from SD card view
Change-Id: I8366345ae4323c1b568bfd267d036e2474ff969a
This commit is contained in:
parent
3d1f61c7ed
commit
7af252fa99
18 changed files with 654 additions and 242 deletions
|
@ -3188,6 +3188,11 @@ void PlateData::parse_filament_info(GCodeProcessorResult *result)
|
|||
|
||||
bool _BBS_3MF_Importer::_handle_end_object()
|
||||
{
|
||||
if (!m_load_model) {
|
||||
delete m_curr_object;
|
||||
m_curr_object = nullptr;
|
||||
return true;
|
||||
}
|
||||
if (!m_curr_object || (m_curr_object->id == -1)) {
|
||||
add_error("Found invalid object");
|
||||
return false;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue