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:
authorJack Ha <j.ha@ultimaker.com>2016-12-08 16:38:07 +0300
committerJack Ha <j.ha@ultimaker.com>2016-12-08 16:38:07 +0300
commit041e9cd96fbaa50c1426b301238c3718fbbfb806 (patch)
treea44d56ae76612d049c0350bccce2849fd2a6dd0e /resources/definitions
parentab1672204792cadb44d02d246aeafbc48585652f (diff)
Corrected bed temperature max value warning for UM3
Diffstat (limited to 'resources/definitions')
-rw-r--r--resources/definitions/ultimaker3.def.json1
1 files changed, 1 insertions, 0 deletions
diff --git a/resources/definitions/ultimaker3.def.json b/resources/definitions/ultimaker3.def.json
index 71bbcccbdd..5a6c046256 100644
--- a/resources/definitions/ultimaker3.def.json
+++ b/resources/definitions/ultimaker3.def.json
@@ -106,6 +106,7 @@
"line_width": { "value": "machine_nozzle_size * 0.875" },
"machine_min_cool_heat_time_window": { "value": "15" },
"default_material_print_temperature": { "value": "200" },
+ "material_bed_temperature": { "maximum_value_warning": "115" },
"material_standby_temperature": { "value": "100" },
"multiple_mesh_overlap": { "value": "0" },
"prime_tower_enable": { "value": "True" },