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 <j.spijker@ultimaker.com>2021-07-28 12:32:29 +0300
committerJelle Spijker <spijker.jelle@gmail.com>2021-07-28 12:32:29 +0300
commitb6665f1142ba3a566454c821e1d8c937d7b4119b (patch)
treebaca671f4497c087f843768313f1ad5068d93b94 /cura/MultiplyObjectsJob.py
parent2e6a488c98fe7fb6f80eeda171402ac35bef3881 (diff)
Applied review comments
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 dcfb60a921..4c1caf137c 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.ERROR)
+ message_type = Message.MessageType.WARNING)
no_full_solution_message.show()