Another step towards the C++ presets.

This commit is contained in:
bubnikv 2017-10-26 17:17:39 +02:00
parent ee645007f2
commit 5a99e694ce
11 changed files with 431 additions and 483 deletions

View file

@ -80,10 +80,11 @@ data_dir()
OUTPUT: RETVAL
std::string
config_path(file_name)
const char *file_name;
config_path(section, name)
const char *section;
const char *name;
CODE:
RETVAL = Slic3r::config_path(file_name);
RETVAL = Slic3r::config_path(section, name);
OUTPUT: RETVAL
std::string