mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-11 16:57:51 -06:00
Rewrite tests
This commit is contained in:
parent
23e957e1c5
commit
ee9210d8d1
2 changed files with 198 additions and 221 deletions
|
@ -32,7 +32,7 @@ class SendMaterialJob(Job):
|
|||
|
||||
## Send the request to the printer and register a callback
|
||||
def run(self) -> None:
|
||||
self.device.get("materials/", on_finished = self.sendMissingMaterials)
|
||||
self.device.get("materials/", on_finished = self._onGetRemoteMaterials)
|
||||
|
||||
## Process the materials reply from the printer.
|
||||
#
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue