mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-10-21 15:51:10 -06:00
Fix of previous commit.
This commit is contained in:
parent
7a799be426
commit
e0b0a2cdcf
3 changed files with 10 additions and 8 deletions
|
@ -48,7 +48,7 @@
|
|||
%code{% THIS->apply(*other, true); %};
|
||||
%name{get_keys} std::vector<std::string> keys();
|
||||
void erase(t_config_option_key opt_key);
|
||||
void normalize();
|
||||
void normalize_fdm();
|
||||
%name{setenv} void setenv_();
|
||||
double min_object_distance() %code{% RETVAL = Slic3r::min_object_distance(*THIS); %};
|
||||
static DynamicPrintConfig* load(char *path)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue