mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-07 15:07:28 -06:00
Merge branch '2.1'
This commit is contained in:
commit
883d138f67
3 changed files with 19 additions and 2 deletions
|
@ -105,6 +105,9 @@ class CuraEngineBackend(Backend):
|
|||
|
||||
return [Preferences.getInstance().getValue("backend/location"), "connect", "127.0.0.1:{0}".format(self._port), "-j", json_path, "-vv"]
|
||||
|
||||
def close(self):
|
||||
self._terminate() # Forcefully shutdown the backend.
|
||||
|
||||
## Emitted when we get a message containing print duration and material amount. This also implies the slicing has finished.
|
||||
# \param time The amount of time the print will take.
|
||||
# \param material_amount The amount of material the print will use.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue