mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-15 10:47:50 -06:00
respect "Enable Filament ramming" option
This commit is contained in:
parent
cc90d79190
commit
0bf2b9dcff
1 changed files with 1 additions and 1 deletions
|
@ -1127,7 +1127,7 @@ void WipeTower2::toolchange_Load(
|
||||||
WipeTowerWriter2 &writer,
|
WipeTowerWriter2 &writer,
|
||||||
const WipeTower::box_coordinates &cleaning_box)
|
const WipeTower::box_coordinates &cleaning_box)
|
||||||
{
|
{
|
||||||
if (m_semm && (m_parking_pos_retraction != 0 || m_extra_loading_move != 0)) {
|
if (m_semm && m_enable_filament_ramming && (m_parking_pos_retraction != 0 || m_extra_loading_move != 0)) {
|
||||||
float xl = cleaning_box.ld.x() + m_perimeter_width * 0.75f;
|
float xl = cleaning_box.ld.x() + m_perimeter_width * 0.75f;
|
||||||
float xr = cleaning_box.rd.x() - m_perimeter_width * 0.75f;
|
float xr = cleaning_box.rd.x() - m_perimeter_width * 0.75f;
|
||||||
float oldx = writer.x(); // the nozzle is in place to do the first wiping moves, we will remember the position
|
float oldx = writer.x(); // the nozzle is in place to do the first wiping moves, we will remember the position
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue