mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-10-29 19:53:44 -06:00
avrdude integration basics (WIP)
This commit is contained in:
parent
1caeab913b
commit
11a00b025f
9 changed files with 323 additions and 159 deletions
16
xs/src/avrdude/avrdude-slic3r.hpp
Normal file
16
xs/src/avrdude/avrdude-slic3r.hpp
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
#ifndef slic3r_avrdude_slic3r_hpp_
|
||||
#define slic3r_avrdude_slic3r_hpp_
|
||||
|
||||
#include <vector>
|
||||
#include <string>
|
||||
#include <ostream>
|
||||
|
||||
namespace Slic3r {
|
||||
|
||||
namespace AvrDude {
|
||||
int main(std::vector<std::string> args, std::string sys_config, std::ostream &stderr);
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
#endif
|
||||
Loading…
Add table
Add a link
Reference in a new issue