Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/Ultimaker/Cura.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJelle Spijker <spijker.jelle@gmail.com>2021-07-28 09:45:42 +0300
committerJelle Spijker <spijker.jelle@gmail.com>2021-07-28 09:45:42 +0300
commit2263969d5f156a3858eead86b18f6b25cb813e2e (patch)
tree3387528e0e067a610c89ea952b6dbd58ffd3349c /cura/MultiplyObjectsJob.py
parent900db57f0f21c27e8ccd5a23671f0cd7dbf6b9e3 (diff)
Updated message with message types
Contributes to CURA-8418
Diffstat (limited to 'cura/MultiplyObjectsJob.py')
-rw-r--r--cura/MultiplyObjectsJob.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/cura/MultiplyObjectsJob.py b/cura/MultiplyObjectsJob.py
index 4c1caf137c..dcfb60a921 100644
--- a/cura/MultiplyObjectsJob.py
+++ b/cura/MultiplyObjectsJob.py
@@ -75,5 +75,5 @@ class MultiplyObjectsJob(Job):
no_full_solution_message = Message(
i18n_catalog.i18nc("@info:status", "Unable to find a location within the build volume for all objects"),
title = i18n_catalog.i18nc("@info:title", "Placing Object"),
- message_type = Message.MessageType.WARNING)
+ message_type = Message.MessageType.ERROR)
no_full_solution_message.show()