mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-11 08:47:50 -06:00
No longer set move_vector when we don't have to
This commit is contained in:
parent
1999e587b6
commit
e010c90c43
1 changed files with 0 additions and 1 deletions
|
@ -107,7 +107,6 @@ class PlatformPhysics:
|
||||||
continue # Other node is already moving, wait for next pass.
|
continue # Other node is already moving, wait for next pass.
|
||||||
|
|
||||||
overlap = (0, 0) # Start loop with no overlap
|
overlap = (0, 0) # Start loop with no overlap
|
||||||
move_vector = move_vector.set(x=overlap[0] * self._move_factor, z=overlap[1] * self._move_factor)
|
|
||||||
current_overlap_checks = 0
|
current_overlap_checks = 0
|
||||||
# Continue to check the overlap until we no longer find one.
|
# Continue to check the overlap until we no longer find one.
|
||||||
while overlap and current_overlap_checks < self._max_overlap_checks:
|
while overlap and current_overlap_checks < self._max_overlap_checks:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue