mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-20 05:07:50 -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._updateRaftThickness()
|
||||
self._updateExtraZClearance()
|
||||
|
||||
if self._engine_ready:
|
||||
self.rebuild()
|
||||
|
@ -546,6 +547,8 @@ class BuildVolume(SceneNode):
|
|||
# would hit performance.
|
||||
def _updateDisallowedAreasAndRebuild(self):
|
||||
self._updateDisallowedAreas()
|
||||
self._updateRaftThickness()
|
||||
self._updateExtraZClearance()
|
||||
self.rebuild()
|
||||
|
||||
def _updateDisallowedAreas(self):
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
{
|
||||
"type": "extruder",
|
||||
"author": "Ultimaker",
|
||||
"manufacturer": "Ultimaker B.V.",
|
||||
"manufacturer": "Unknown",
|
||||
"setting_version": 1,
|
||||
"visible": false
|
||||
},
|
||||
|
|
|
@ -5,9 +5,9 @@
|
|||
"metadata":
|
||||
{
|
||||
"type": "machine",
|
||||
"author": "Ultimaker B.V.",
|
||||
"author": "Ultimaker",
|
||||
"category": "Ultimaker",
|
||||
"manufacturer": "Ultimaker B.V.",
|
||||
"manufacturer": "Unknown",
|
||||
"setting_version": 1,
|
||||
"file_formats": "text/x-gcode;application/x-stl-ascii;application/x-stl-binary;application/x-wavefront-obj;application/x3g",
|
||||
"visible": false,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue