Skip to content

Commit

Permalink
Merge pull request #975 from Ultimaker/CURA-12188_build_plate_z_fighting
Browse files Browse the repository at this point in the history
[CURA-12188] Resolve z-fighting between build-plate-grid and printer-model.
  • Loading branch information
HellAholic authored Nov 8, 2024
2 parents 78d76d4 + 37ca703 commit c3bd962
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 c3bd962

Please sign in to comment.