![]() |
libslic3r
Library for generating gcode from 3d models
|
#include <PrintConfig.hpp>
Public Member Functions | |
| CLIConfig () | |
| virtual ConfigOption * | optptr (const t_config_option_key &opt_key, bool create=false) |
Public Member Functions inherited from Slic3r::ConfigBase | |
| ConfigBase () | |
| ConfigBase (const ConfigDef *def) | |
| virtual | ~ConfigBase () |
| bool | has (const t_config_option_key &opt_key) const |
| const ConfigOption * | option (const t_config_option_key &opt_key) const |
| ConfigOption * | option (const t_config_option_key &opt_key, bool create=false) |
| template<class T > | |
| T * | opt (const t_config_option_key &opt_key, bool create=false) |
| template<class T > | |
| const T * | opt (const t_config_option_key &opt_key) const |
| void | apply (const ConfigBase &other, bool ignore_nonexistent=false) |
| void | apply_only (const ConfigBase &other, const t_config_option_keys &opt_keys, bool ignore_nonexistent=false) |
| bool | equals (const ConfigBase &other) const |
| t_config_option_keys | diff (const ConfigBase &other) const |
| std::string | serialize (const t_config_option_key &opt_key) const |
| virtual bool | set_deserialize (t_config_option_key opt_key, std::string str, bool append=false) |
| double | get_abs_value (const t_config_option_key &opt_key) const |
| double | get_abs_value (const t_config_option_key &opt_key, double ratio_over) const |
| void | setenv_ () |
| void | load (const std::string &file) |
| void | save (const std::string &file) const |
Public Member Functions inherited from Slic3r::StaticConfig | |
| StaticConfig () | |
| t_config_option_keys | keys () const |
| void | set_defaults () |
| Set all statically defined config options to their defaults defined by this->def. More... | |
|
inline |
|
inlinevirtual |
Implements Slic3r::ConfigBase.
| ConfigOptionPoint Slic3r::CLIConfig::center |
| ConfigOptionFloat Slic3r::CLIConfig::cut |
| ConfigOptionPoint Slic3r::CLIConfig::cut_grid |
| ConfigOptionFloat Slic3r::CLIConfig::cut_x |
| ConfigOptionFloat Slic3r::CLIConfig::cut_y |
| ConfigOptionBool Slic3r::CLIConfig::export_3mf |
| ConfigOptionBool Slic3r::CLIConfig::export_obj |
| ConfigOptionBool Slic3r::CLIConfig::export_pov |
| ConfigOptionBool Slic3r::CLIConfig::export_svg |
| ConfigOptionBool Slic3r::CLIConfig::gui |
| ConfigOptionBool Slic3r::CLIConfig::help |
| ConfigOptionBool Slic3r::CLIConfig::info |
| ConfigOptionStrings Slic3r::CLIConfig::load |
| ConfigOptionString Slic3r::CLIConfig::output |
| ConfigOptionFloat Slic3r::CLIConfig::rotate |
| ConfigOptionFloat Slic3r::CLIConfig::rotate_x |
| ConfigOptionFloat Slic3r::CLIConfig::rotate_y |
| ConfigOptionString Slic3r::CLIConfig::save |
| ConfigOptionFloat Slic3r::CLIConfig::scale |
| ConfigOptionPoint3 Slic3r::CLIConfig::scale_to_fit |
| ConfigOptionBool Slic3r::CLIConfig::slice |
| ConfigOptionBool Slic3r::CLIConfig::threads |
1.8.14