mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-16 10:02:12 +00:00
FIX: fix the error retract_length_toolchange for multi extruder
jira: STUDIO-11916 Change-Id: I3e9c0888d2b15046f76ccc8ac063080df35c3290 (cherry picked from commit 13df84d0ae21d95a03b2ea951f40cd39293e3afd)
This commit is contained in:
@@ -204,12 +204,12 @@ double Extruder::retract_restart_extra() const
|
||||
|
||||
double Extruder::retract_length_toolchange() const
|
||||
{
|
||||
return m_config->retract_length_toolchange.get_at(m_id);
|
||||
return m_config->retract_length_toolchange.get_at(extruder_id());
|
||||
}
|
||||
|
||||
double Extruder::retract_restart_extra_toolchange() const
|
||||
{
|
||||
return m_config->retract_restart_extra_toolchange.get_at(m_id);
|
||||
return m_config->retract_restart_extra_toolchange.get_at(extruder_id());
|
||||
}
|
||||
|
||||
double Extruder::travel_slope() const
|
||||
|
||||
Reference in New Issue
Block a user