1
0
mirror of https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git synced 2026-07-29 10:55:50 +00:00

Fix of previous commit.

This commit is contained in:
Vojtech Bubnik
2020-09-24 20:32:52 +02:00
parent 7a799be426
commit e0b0a2cdcf
3 changed files with 10 additions and 8 deletions
+1 -1
View File
@@ -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)