![]() |
Prusa Slicer 2.6.0
|
Classes | |
| struct | Info |
| struct | Item |
Enumerations | |
| enum | Type { ColorChange , PausePrint , ToolChange , Template , Custom } |
| enum | Mode { Undef , SingleExtruder , MultiAsSingle , MultiExtruder } |
Functions | |
| void | update_custom_gcode_per_print_z_from_config (Info &info, DynamicPrintConfig *config) |
| void | check_mode_for_custom_gcode_per_print_z (Info &info) |
| std::vector< std::pair< double, unsigned int > > | custom_tool_changes (const Info &custom_gcode_per_print_z, size_t num_extruders) |
Variables | |
| static constexpr char | SingleExtruderMode [] = "SingleExtruder" |
| static constexpr char | MultiAsSingleMode [] = "MultiAsSingle" |
| static constexpr char | MultiExtruderMode [] = "MultiExtruder" |
| Enumerator | |
|---|---|
| Undef | |
| SingleExtruder | |
| MultiAsSingle | |
| MultiExtruder | |
| Enumerator | |
|---|---|
| ColorChange | |
| PausePrint | |
| ToolChange | |
| Template | |
| Custom | |
References ColorChange, Slic3r::CustomGCode::Info::gcodes, Slic3r::CustomGCode::Info::mode, MultiAsSingle, MultiExtruder, SingleExtruder, ToolChange, and Undef.
Referenced by Slic3r::Model::read_from_archive(), and Slic3r::Model::read_from_file().
Here is the caller graph for this function:| std::vector< std::pair< double, unsigned int > > Slic3r::CustomGCode::custom_tool_changes | ( | const Info & | custom_gcode_per_print_z, |
| size_t | num_extruders | ||
| ) |
References custom_tool_changes(), Slic3r::CustomGCode::Info::gcodes, and ToolChange.
Referenced by Slic3r::ToolOrdering::ToolOrdering(), and custom_tool_changes().
Here is the call graph for this function:
Here is the caller graph for this function:| void Slic3r::CustomGCode::update_custom_gcode_per_print_z_from_config | ( | Info & | info, |
| DynamicPrintConfig * | config | ||
| ) |
References ColorChange, Slic3r::CustomGCode::Info::gcodes, Slic3r::ColorPrintColors::get(), Slic3r::CustomGCode::Info::mode, Slic3r::ConfigBase::option(), and SingleExtruder.
Referenced by Slic3r::GUI::Plater::priv::load_files(), Slic3r::Model::read_from_archive(), and Slic3r::Model::read_from_file().
Here is the call graph for this function:
Here is the caller graph for this function:
|
staticconstexpr |
Referenced by Slic3r::AMFParserContext::endElement(), and Slic3r::DoubleSlider::Control::get_tooltip().
|
staticconstexpr |
Referenced by Slic3r::DoubleSlider::Control::get_tooltip().
|
staticconstexpr |
Referenced by Slic3r::AMFParserContext::endElement(), and Slic3r::DoubleSlider::Control::get_tooltip().