mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-06 14:37:29 -06:00
Move all decorators in the scene subfolder
This commit is contained in:
parent
62b06b063b
commit
08322d0a5e
18 changed files with 20 additions and 21 deletions
|
@ -11,9 +11,9 @@ from UM.Message import Message
|
|||
from UM.i18n import i18nCatalog
|
||||
i18n_catalog = i18nCatalog("cura")
|
||||
|
||||
from cura.ZOffsetDecorator import ZOffsetDecorator
|
||||
from cura.Scene.ZOffsetDecorator import ZOffsetDecorator
|
||||
from cura.Arranging.Arrange import Arrange
|
||||
from cura.ShapeArray import ShapeArray
|
||||
from cura.Arranging.ShapeArray import ShapeArray
|
||||
|
||||
from typing import List
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue