ENH: Add extruder_printable_height
to support different printable height of multi_extruder jira:none Change-Id: I265c65e15fc8f598c3456556557bb6977b5de820 (cherry picked from commit 933adbaaf0eaf361e39f131dd5536dca91214d43)
This commit is contained in:
@@ -2679,6 +2679,11 @@ std::vector<std::vector<Vec2d>> Print::get_extruder_printable_area()
|
||||
return m_config.extruder_printable_area.values;
|
||||
}
|
||||
|
||||
std::vector<double> Print::get_extruder_printable_height()
|
||||
{
|
||||
return m_config.extruder_printable_height.values;
|
||||
}
|
||||
|
||||
size_t Print::get_extruder_id(unsigned int filament_id) const
|
||||
{
|
||||
std::vector<int> filament_map = get_filament_maps();
|
||||
|
||||
Reference in New Issue
Block a user