mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-10-20 07:11:12 -06:00
Basic svg export ported from perl to the point where actual svg is assembled. Empty PNG files are genereted for each sliced layer.
This commit is contained in:
parent
5fb81bacd5
commit
d9ff63c022
6 changed files with 216 additions and 4 deletions
|
@ -215,6 +215,9 @@ _constant()
|
|||
croak("%s\n", e.what());
|
||||
}
|
||||
%};
|
||||
|
||||
|
||||
void print_to_png(std::string dirpath);
|
||||
|
||||
void add_model_object(ModelObject* model_object, int idx = -1);
|
||||
bool apply_config(DynamicPrintConfig* config)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue