mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-24 23:23:57 -06:00
Travel moves now have a width of 0.1. CURA-3321
This commit is contained in:
parent
3468bae732
commit
73dff09443
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue