mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-19 04:37:51 -06:00
Re-added BuildVolume
CURA-1278
This commit is contained in:
parent
5fdd0e8156
commit
bdccab4b60
1 changed files with 1 additions and 1 deletions
|
@ -175,7 +175,7 @@ class CuraApplication(QtApplication):
|
|||
root = controller.getScene().getRoot()
|
||||
self._platform = Platform(root)
|
||||
|
||||
#self._volume = BuildVolume.BuildVolume(root)
|
||||
self._volume = BuildVolume.BuildVolume(root)
|
||||
|
||||
self.getRenderer().setBackgroundColor(QColor(245, 245, 245))
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue