mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-20 13:17:51 -06:00
Merge branch '2.7'
This commit is contained in:
commit
4728f31996
3 changed files with 6 additions and 3 deletions
|
@ -489,6 +489,7 @@ class BuildVolume(SceneNode):
|
||||||
|
|
||||||
self._updateDisallowedAreas()
|
self._updateDisallowedAreas()
|
||||||
self._updateRaftThickness()
|
self._updateRaftThickness()
|
||||||
|
self._updateExtraZClearance()
|
||||||
|
|
||||||
if self._engine_ready:
|
if self._engine_ready:
|
||||||
self.rebuild()
|
self.rebuild()
|
||||||
|
@ -546,6 +547,8 @@ class BuildVolume(SceneNode):
|
||||||
# would hit performance.
|
# would hit performance.
|
||||||
def _updateDisallowedAreasAndRebuild(self):
|
def _updateDisallowedAreasAndRebuild(self):
|
||||||
self._updateDisallowedAreas()
|
self._updateDisallowedAreas()
|
||||||
|
self._updateRaftThickness()
|
||||||
|
self._updateExtraZClearance()
|
||||||
self.rebuild()
|
self.rebuild()
|
||||||
|
|
||||||
def _updateDisallowedAreas(self):
|
def _updateDisallowedAreas(self):
|
||||||
|
|
|
@ -6,7 +6,7 @@
|
||||||
{
|
{
|
||||||
"type": "extruder",
|
"type": "extruder",
|
||||||
"author": "Ultimaker",
|
"author": "Ultimaker",
|
||||||
"manufacturer": "Ultimaker B.V.",
|
"manufacturer": "Unknown",
|
||||||
"setting_version": 1,
|
"setting_version": 1,
|
||||||
"visible": false
|
"visible": false
|
||||||
},
|
},
|
||||||
|
|
|
@ -5,9 +5,9 @@
|
||||||
"metadata":
|
"metadata":
|
||||||
{
|
{
|
||||||
"type": "machine",
|
"type": "machine",
|
||||||
"author": "Ultimaker B.V.",
|
"author": "Ultimaker",
|
||||||
"category": "Ultimaker",
|
"category": "Ultimaker",
|
||||||
"manufacturer": "Ultimaker B.V.",
|
"manufacturer": "Unknown",
|
||||||
"setting_version": 1,
|
"setting_version": 1,
|
||||||
"file_formats": "text/x-gcode;application/x-stl-ascii;application/x-stl-binary;application/x-wavefront-obj;application/x3g",
|
"file_formats": "text/x-gcode;application/x-stl-ascii;application/x-stl-binary;application/x-wavefront-obj;application/x3g",
|
||||||
"visible": false,
|
"visible": false,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue