mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-12-05 16:51:12 -07:00
Merge pull request #795 from thopiekar/master-removing-duplicate-close-rebase
[master] CuraEngineBackend: Removing duplicate close()
This commit is contained in:
commit
8d4528eb62
1 changed files with 0 additions and 3 deletions
|
|
@ -112,9 +112,6 @@ class CuraEngineBackend(Backend):
|
|||
json_path = Resources.getPath(Resources.DefinitionContainers, "fdmprinter.def.json")
|
||||
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