Travel moves now have a width of 0.1. CURA-3321

This commit is contained in:
Jack Ha 2017-03-07 10:47:34 +01:00
parent 3468bae732
commit 73dff09443

View file

@ -128,7 +128,7 @@ geometry41core =
if ((v_line_type[0] == 8) || (v_line_type[0] == 9)) {
// fixed size for movements
size_x = 0.2;
size_x = 0.05;
} else {
size_x = v_line_dim[0].x / 2 + 0.01; // radius, and make it nicely overlapping
}