![]() |
libslic3r
Library for generating gcode from 3d models
|
#include <PrintConfig.hpp>
Public Member Functions | |
| PrintObjectConfig (bool initialize=true) | |
| virtual ConfigOption * | optptr (const t_config_option_key &opt_key, bool create=false) |
Public Member Functions inherited from Slic3r::StaticPrintConfig | |
| StaticPrintConfig () | |
Public Member Functions inherited from Slic3r::PrintConfigBase | |
| PrintConfigBase () | |
| bool | set_deserialize (t_config_option_key opt_key, std::string str, bool append=false) |
| double | min_object_distance () const |
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 |
| 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... | |
Additional Inherited Members | |
Protected Member Functions inherited from Slic3r::PrintConfigBase | |
| void | _handle_legacy (t_config_option_key &opt_key, std::string &value) const |
|
inline |
|
inlinevirtual |
Implements Slic3r::ConfigBase.
Reimplemented in Slic3r::FullPrintConfig.
| ConfigOptionBool Slic3r::PrintObjectConfig::adaptive_slicing |
| ConfigOptionPercent Slic3r::PrintObjectConfig::adaptive_slicing_quality |
| ConfigOptionBool Slic3r::PrintObjectConfig::dont_support_bridges |
| ConfigOptionFloatOrPercent Slic3r::PrintObjectConfig::extrusion_width |
| ConfigOptionFloatOrPercent Slic3r::PrintObjectConfig::first_layer_height |
| ConfigOptionBool Slic3r::PrintObjectConfig::infill_only_where_needed |
| ConfigOptionBool Slic3r::PrintObjectConfig::interface_shells |
| ConfigOptionFloat Slic3r::PrintObjectConfig::layer_height |
| ConfigOptionBool Slic3r::PrintObjectConfig::match_horizontal_surfaces |
| ConfigOptionInt Slic3r::PrintObjectConfig::raft_layers |
| ConfigOptionFloat Slic3r::PrintObjectConfig::regions_overlap |
| ConfigOptionEnum<SeamPosition> Slic3r::PrintObjectConfig::seam_position |
| ConfigOptionInt Slic3r::PrintObjectConfig::sequential_print_priority |
| ConfigOptionBool Slic3r::PrintObjectConfig::support_material |
| ConfigOptionInt Slic3r::PrintObjectConfig::support_material_angle |
| ConfigOptionBool Slic3r::PrintObjectConfig::support_material_buildplate_only |
| ConfigOptionFloat Slic3r::PrintObjectConfig::support_material_contact_distance |
| ConfigOptionInt Slic3r::PrintObjectConfig::support_material_enforce_layers |
| ConfigOptionInt Slic3r::PrintObjectConfig::support_material_extruder |
| ConfigOptionFloatOrPercent Slic3r::PrintObjectConfig::support_material_extrusion_width |
| ConfigOptionInt Slic3r::PrintObjectConfig::support_material_interface_extruder |
| ConfigOptionFloatOrPercent Slic3r::PrintObjectConfig::support_material_interface_extrusion_width |
| ConfigOptionInt Slic3r::PrintObjectConfig::support_material_interface_layers |
| ConfigOptionFloat Slic3r::PrintObjectConfig::support_material_interface_spacing |
| ConfigOptionFloatOrPercent Slic3r::PrintObjectConfig::support_material_interface_speed |
| ConfigOptionInt Slic3r::PrintObjectConfig::support_material_max_layers |
| ConfigOptionEnum<SupportMaterialPattern> Slic3r::PrintObjectConfig::support_material_pattern |
| ConfigOptionFloat Slic3r::PrintObjectConfig::support_material_pillar_size |
| ConfigOptionFloat Slic3r::PrintObjectConfig::support_material_pillar_spacing |
| ConfigOptionFloat Slic3r::PrintObjectConfig::support_material_spacing |
| ConfigOptionFloat Slic3r::PrintObjectConfig::support_material_speed |
| ConfigOptionFloatOrPercent Slic3r::PrintObjectConfig::support_material_threshold |
| ConfigOptionFloat Slic3r::PrintObjectConfig::xy_size_compensation |
1.8.14