mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-14 06:05:52 +08:00
Merge branch '2.7'
This commit is contained in:
commit
4728f31996
@ -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…
x
Reference in New Issue
Block a user