mirror of
https://git.mirrors.martin98.com/https://github.com/slic3r/Slic3r.git
synced 2025-07-28 16:42:02 +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;
|
||||
break;
|
||||
case spHidden:
|
||||
last_pos_weight = 0.1f;
|
||||
last_pos_weight = 1.f;
|
||||
break;
|
||||
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user