mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-17 02:22:17 +00:00
Add travel_slope option (#5873)
* Add travel_slope option * Merge branch 'main' into travel-slope-pr
This commit is contained in:
@@ -203,4 +203,9 @@ double Extruder::retract_restart_extra_toolchange() const
|
||||
return m_config->retract_restart_extra_toolchange.get_at(m_id);
|
||||
}
|
||||
|
||||
double Extruder::travel_slope() const
|
||||
{
|
||||
return m_config->travel_slope.get_at(m_id) * PI / 180;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user