mirror of
https://git.mirrors.martin98.com/https://github.com/slic3r/Slic3r.git
synced 2025-07-29 01:02:03 +08:00
restore "hidden" seam as prusa "nearest".
This commit is contained in:
parent
b3157c5b1e
commit
a3b9bebfa3
@ -2060,7 +2060,7 @@ std::string GCode::extrude_loop(const ExtrusionLoop &original_loop, const std::s
|
|||||||
last_pos_weight = 5.f;
|
last_pos_weight = 5.f;
|
||||||
break;
|
break;
|
||||||
case spHidden:
|
case spHidden:
|
||||||
last_pos_weight = 0.1f;
|
last_pos_weight = 1.f;
|
||||||
break;
|
break;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user