mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-19 12:47:49 -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()
|
root = controller.getScene().getRoot()
|
||||||
self._platform = Platform(root)
|
self._platform = Platform(root)
|
||||||
|
|
||||||
#self._volume = BuildVolume.BuildVolume(root)
|
self._volume = BuildVolume.BuildVolume(root)
|
||||||
|
|
||||||
self.getRenderer().setBackgroundColor(QColor(245, 245, 245))
|
self.getRenderer().setBackgroundColor(QColor(245, 245, 245))
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue