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:
authorGhostkeeper <rubend@tutanota.com>2016-12-02 13:05:54 +0300
committerGhostkeeper <rubend@tutanota.com>2016-12-02 13:05:54 +0300
commit53ab4955dfd044a0668b30cee78619adbd31827a (patch)
tree0ca08ff24b517eb761bc28cb72e9f1b6ab0715a5 /resources/definitions
parent4cf454757fe236111a0de4cc537d57d3fe88fe5b (diff)
Set initial bed temperature to be equal to normal
By default. Update from the materials team.
Diffstat (limited to 'resources/definitions')
-rw-r--r--resources/definitions/fdmprinter.def.json1
1 files changed, 1 insertions, 0 deletions
diff --git a/resources/definitions/fdmprinter.def.json b/resources/definitions/fdmprinter.def.json
index e3af67e189..ed6a5e5286 100644
--- a/resources/definitions/fdmprinter.def.json
+++ b/resources/definitions/fdmprinter.def.json
@@ -1333,6 +1333,7 @@
"type": "float",
"resolve": "max(extruderValues('material_bed_temperature_layer_0'))",
"default_value": 60,
+ "value": "material_bed_temperature",
"minimum_value": "-273.15",
"minimum_value_warning": "0",
"maximum_value_warning": "260",