Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/Ultimaker/Cura.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJaime van Kessel <nallath@gmail.com>2019-11-20 18:48:00 +0300
committerJaime van Kessel <nallath@gmail.com>2019-11-20 18:48:00 +0300
commit50d72692d8163d3e0cd5c577246a2eb024273dc6 (patch)
tree3e1e6ed85c8753f43a35e0fdc087f05c83b7df7a /cura/BuildVolume.py
parent266f7d1f74c860eb80433ea248cc6da1d864c190 (diff)
parent9aeb9912c8d0d37db11bb11372c982d065b56c16 (diff)
Merge branch 'master' of github.com:Ultimaker/Cura into CURA-6522_one_at_a_time_overlapping_build_area
Diffstat (limited to 'cura/BuildVolume.py')
-rwxr-xr-xcura/BuildVolume.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/cura/BuildVolume.py b/cura/BuildVolume.py
index 7928b0243a..809d392c10 100755
--- a/cura/BuildVolume.py
+++ b/cura/BuildVolume.py
@@ -26,7 +26,6 @@ catalog = i18nCatalog("cura")
import numpy
import math
-import copy
from typing import List, Optional, TYPE_CHECKING, Any, Set, cast, Iterable, Dict