mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-19 14:49:17 +08:00
Travel moves now have a width of 0.1. CURA-3321
This commit is contained in:
parent
3468bae732
commit
73dff09443
@ -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
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user