mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-06 22:47:29 -06:00
Ensure that after a reslice the nozzle location of re-slice is still correct
This commit is contained in:
parent
552ce1fc66
commit
3ffbdf2888
1 changed files with 2 additions and 2 deletions
|
@ -274,7 +274,7 @@ class SimulationView(CuraView):
|
|||
self._minimum_path_num = self._current_path_num
|
||||
|
||||
self._startUpdateTopLayers()
|
||||
|
||||
self.recalculateStartEndElements()
|
||||
self.currentPathNumChanged.emit()
|
||||
|
||||
def setMinimumPath(self, value: int) -> None:
|
||||
|
@ -599,7 +599,7 @@ class SimulationView(CuraView):
|
|||
def _startUpdateTopLayers(self) -> None:
|
||||
if not self._compatibility_mode:
|
||||
return
|
||||
|
||||
self.recalculateStartEndElements()
|
||||
if self._top_layers_job:
|
||||
self._top_layers_job.finished.disconnect(self._updateCurrentLayerMesh)
|
||||
self._top_layers_job.cancel()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue