mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-21 05:37:50 -06:00
Error is displayed on Cura screen
CURA-11289
This commit is contained in:
parent
608c2344c5
commit
a309c9efdb
1 changed files with 3 additions and 0 deletions
|
@ -1839,6 +1839,9 @@ class CuraApplication(QtApplication):
|
||||||
|
|
||||||
def on_error(*args, **kwargs):
|
def on_error(*args, **kwargs):
|
||||||
Logger.log("w", "Could not download file from {0}".format(model_url.url()))
|
Logger.log("w", "Could not download file from {0}".format(model_url.url()))
|
||||||
|
Message("Could not download file: " + str(model_url.url()),
|
||||||
|
title= "Loading Model failed",
|
||||||
|
message_type=Message.MessageType.ERROR).show()
|
||||||
return
|
return
|
||||||
|
|
||||||
self.getHttpRequestManager().get(
|
self.getHttpRequestManager().get(
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue