mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-08 06:23:59 -06:00
Remove unused imports
These are unused because the code was moved to Extruder.py Contributes to issues CURA-1278 and CURA-351.
This commit is contained in:
parent
b9f2d498b4
commit
1f9805a73c
1 changed files with 0 additions and 3 deletions
|
@ -1,12 +1,9 @@
|
|||
# Copyright (c) 2016 Ultimaker B.V.
|
||||
# Cura is released under the terms of the AGPLv3 or higher.
|
||||
|
||||
import re
|
||||
|
||||
from cura.Extruder import Extruder #The individual extruders managed by this manager.
|
||||
from UM.Application import Application #To get the global container stack to find the current machine.
|
||||
from UM.Logger import Logger
|
||||
from UM.Settings.ContainerStack import ContainerStack #To create container stacks for each extruder.
|
||||
from UM.Settings.ContainerRegistry import ContainerRegistry #Finding containers by ID.
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue