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:
authorPurpleHullPeas <39073039+PurpleHullPeas@users.noreply.github.com>2020-02-14 05:20:55 +0300
committerGitHub <noreply@github.com>2020-02-14 05:20:55 +0300
commit939f76184313f1a1edc357fd2f4a639d20b742a1 (patch)
tree9dd8e9268b59ac228fbec906d95021de5aec7a07 /resources/definitions/mp_mini_delta.def.json
parent089561dd2239c0dd14c90e598121ab19dd047f3a (diff)
Fixing default bed temperature for MP Mini Delta
The stock Monoprice Mini Delta 3D printer has trouble reaching 60 C. Setting the bed temperature to 40 C so that it doesn't confuse newcomers to the hobby when the printer sits forever waiting for the bed to reach a temperature that it cannot attain.
Diffstat (limited to 'resources/definitions/mp_mini_delta.def.json')
-rw-r--r--resources/definitions/mp_mini_delta.def.json1
1 files changed, 1 insertions, 0 deletions
diff --git a/resources/definitions/mp_mini_delta.def.json b/resources/definitions/mp_mini_delta.def.json
index 57e2d7c04c..8d4b34f4d5 100644
--- a/resources/definitions/mp_mini_delta.def.json
+++ b/resources/definitions/mp_mini_delta.def.json
@@ -51,6 +51,7 @@
"default_value": 0.21,
"minimum_value": 0.07
},
+ "material_bed_temperature": { "value": 40 },
"line_width": { "value": "round(machine_nozzle_size * 0.875, 2)" },
"material_print_temperature_layer_0": { "value": "material_print_temperature + 5" },
"material_bed_temperature_layer_0": { "value": "material_bed_temperature + 5" },