libslic3r
Library for generating gcode from 3d models
|
#include <Model.hpp>
Public Member Functions | |
Model * | get_model () const |
void | apply (const t_model_material_attributes &attributes) |
Public Attributes | |
t_model_material_attributes | attributes |
Attributes are defined by the AMF file format, but they don't seem to be used by Slic3r for any purpose. More... | |
DynamicPrintConfig | config |
Dynamic configuration storage for the object specific configuration values, overriding the global configuration. More... | |
Friends | |
class | Model |
void Slic3r::ModelMaterial::apply | ( | const t_model_material_attributes & | attributes | ) |
Apply attributes defined by the AMF file format
attributes | t_model_material_attributes the attributes map |
|
inline |
Get the parent model owing this material
|
friend |
t_model_material_attributes Slic3r::ModelMaterial::attributes |
Attributes are defined by the AMF file format, but they don't seem to be used by Slic3r for any purpose.
DynamicPrintConfig Slic3r::ModelMaterial::config |
Dynamic configuration storage for the object specific configuration values, overriding the global configuration.