mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-08-05 13:04:03 -06:00
macos eject
This commit is contained in:
parent
b267e986fb
commit
12cb9a8143
3 changed files with 10 additions and 0 deletions
|
@ -61,6 +61,10 @@ void RDMMMWrapper::list_devices()
|
|||
}
|
||||
}
|
||||
}
|
||||
void RDMMMWrapper::log(const std::string &msg)
|
||||
{
|
||||
NSLog(@"%s", msg.c_str());
|
||||
}
|
||||
}}//namespace Slicer::GUI
|
||||
|
||||
/*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue