libslic3r
Library for generating gcode from 3d models
Public Member Functions | Public Attributes | List of all members
Slic3r::SLAPrintConfig Class Reference

#include <PrintConfig.hpp>

Inheritance diagram for Slic3r::SLAPrintConfig:
Slic3r::StaticPrintConfig Slic3r::PrintConfigBase Slic3r::StaticConfig Slic3r::ConfigBase Slic3r::ConfigBase

Public Member Functions

virtual ConfigOptionoptptr (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 ConfigOptionoption (const t_config_option_key &opt_key) const
 
ConfigOptionoption (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...
 

Public Attributes

ConfigOptionFloat fill_angle
 
ConfigOptionPercent fill_density
 
ConfigOptionEnum< InfillPatternfill_pattern
 
ConfigOptionFloatOrPercent first_layer_height
 
ConfigOptionFloatOrPercent infill_extrusion_width
 
ConfigOptionFloat layer_height
 
ConfigOptionFloatOrPercent perimeter_extrusion_width
 
ConfigOptionInt raft_layers
 
ConfigOptionFloat raft_offset
 
ConfigOptionBool support_material
 
ConfigOptionFloatOrPercent support_material_extrusion_width
 
ConfigOptionFloat support_material_spacing
 
ConfigOptionInt threads
 
- Public Attributes inherited from Slic3r::ConfigBase
const ConfigDefdef
 

Additional Inherited Members

- Protected Member Functions inherited from Slic3r::PrintConfigBase
void _handle_legacy (t_config_option_key &opt_key, std::string &value) const
 

Member Function Documentation

◆ optptr()

virtual ConfigOption* Slic3r::SLAPrintConfig::optptr ( const t_config_option_key opt_key,
bool  create = false 
)
inlinevirtual

Implements Slic3r::ConfigBase.

Member Data Documentation

◆ fill_angle

ConfigOptionFloat Slic3r::SLAPrintConfig::fill_angle

◆ fill_density

ConfigOptionPercent Slic3r::SLAPrintConfig::fill_density

◆ fill_pattern

ConfigOptionEnum<InfillPattern> Slic3r::SLAPrintConfig::fill_pattern

◆ first_layer_height

ConfigOptionFloatOrPercent Slic3r::SLAPrintConfig::first_layer_height

◆ infill_extrusion_width

ConfigOptionFloatOrPercent Slic3r::SLAPrintConfig::infill_extrusion_width

◆ layer_height

ConfigOptionFloat Slic3r::SLAPrintConfig::layer_height

◆ perimeter_extrusion_width

ConfigOptionFloatOrPercent Slic3r::SLAPrintConfig::perimeter_extrusion_width

◆ raft_layers

ConfigOptionInt Slic3r::SLAPrintConfig::raft_layers

◆ raft_offset

ConfigOptionFloat Slic3r::SLAPrintConfig::raft_offset

◆ support_material

ConfigOptionBool Slic3r::SLAPrintConfig::support_material

◆ support_material_extrusion_width

ConfigOptionFloatOrPercent Slic3r::SLAPrintConfig::support_material_extrusion_width

◆ support_material_spacing

ConfigOptionFloat Slic3r::SLAPrintConfig::support_material_spacing

◆ threads

ConfigOptionInt Slic3r::SLAPrintConfig::threads

The documentation for this class was generated from the following file: