mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-06 14:37:29 -06:00
Add deprecated tag to arranger
CURA-7440
This commit is contained in:
parent
a1f43e7bcf
commit
9312dc5c07
3 changed files with 7 additions and 7 deletions
|
@ -4,8 +4,6 @@
|
|||
import copy
|
||||
from typing import List
|
||||
|
||||
from PyQt5.QtCore import QCoreApplication
|
||||
|
||||
from UM.Job import Job
|
||||
from UM.Math.Matrix import Matrix
|
||||
from UM.Math.Quaternion import Quaternion
|
||||
|
@ -21,9 +19,6 @@ from cura.Arranging.Nest2DArrange import findNodePlacement
|
|||
|
||||
i18n_catalog = i18nCatalog("cura")
|
||||
|
||||
from cura.Arranging.Arrange import Arrange
|
||||
from cura.Arranging.ShapeArray import ShapeArray
|
||||
|
||||
from UM.Application import Application
|
||||
from UM.Operations.AddSceneNodeOperation import AddSceneNodeOperation
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue