mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-10-29 19:53:44 -06:00
Firmware updater GUI
This commit is contained in:
parent
3d09f2a980
commit
af360d7097
9 changed files with 291 additions and 34 deletions
|
|
@ -4,10 +4,14 @@
|
|||
#include <vector>
|
||||
#include <string>
|
||||
#include <ostream>
|
||||
#include <functional>
|
||||
|
||||
namespace Slic3r {
|
||||
|
||||
namespace AvrDude {
|
||||
typedef std::function<void(const char * /* msg */, unsigned /* size */)> MessageFn;
|
||||
|
||||
int main(std::vector<std::string> args, std::string sys_config, MessageFn message_fn);
|
||||
int main(std::vector<std::string> args, std::string sys_config, std::ostream &os);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue