Skip to content

Commit

Permalink
Resolve z-fighting between build-plate-grid and printer-model.
Browse files Browse the repository at this point in the history
part of CURA-12188
  • Loading branch information
rburema committed Oct 24, 2024
1 parent 1c95bb3 commit cc1630f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion UM/Scene/Platform.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ def render(self, renderer):
self._updateTexture()

if self.getMeshData():
renderer.queueNode(self, shader = self._shader, transparent = True, backface_cull = True, sort = -10)
renderer.queueNode(self, shader = self._shader, transparent = True, backface_cull = True, sort = -15)
return True

def _onGlobalContainerStackChanged(self):
Expand Down

0 comments on commit cc1630f

Please sign in to comment.