mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-06 22:47:29 -06:00
CURA-4525 cleanups and change comment and added new-lines
This commit is contained in:
parent
3991dee14c
commit
62487e8ea2
7 changed files with 3 additions and 19 deletions
|
@ -4,7 +4,6 @@
|
|||
import gc
|
||||
|
||||
from UM.Job import Job
|
||||
from UM.Scene.Iterator.DepthFirstIterator import DepthFirstIterator
|
||||
from UM.Scene.SceneNode import SceneNode
|
||||
from UM.Application import Application
|
||||
from UM.Mesh.MeshData import MeshData
|
||||
|
@ -22,7 +21,6 @@ from cura.Settings.ExtruderManager import ExtruderManager
|
|||
from cura import LayerDataBuilder
|
||||
from cura import LayerDataDecorator
|
||||
from cura import LayerPolygon
|
||||
# from cura.Scene.CuraSceneNode import CuraSceneNode
|
||||
|
||||
import numpy
|
||||
from time import time
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue