Skip to content

Commit

Permalink
Actually call startPlugins before slicing
Browse files Browse the repository at this point in the history
  • Loading branch information
nallath committed Jul 11, 2023
1 parent 3037320 commit d37afe7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions plugins/CuraEngineBackend/CuraEngineBackend.py
Original file line number Diff line number Diff line change
Expand Up @@ -325,6 +325,8 @@ def slice(self) -> None:

self._createSnapshot()

self.startPlugins()

Logger.log("i", "Starting to slice...")
self._time_start_process = time()
if not self._build_plates_to_be_sliced:
Expand Down

0 comments on commit d37afe7

Please sign in to comment.