restore "hidden" seam as prusa "nearest".

This commit is contained in:
supermerill 2019-03-02 23:42:06 +01:00
parent b3157c5b1e
commit a3b9bebfa3

View File

@ -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;
} }