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:
authorTyler Gibson <tyler.gibson@microsoft.com>2017-11-29 12:09:42 +0300
committerTyler Gibson <tyler.gibson@microsoft.com>2017-12-28 20:11:41 +0300
commit2ac3ef78c32b6a367f0d341b6bffcb14e0000732 (patch)
tree1d0cf74af21d244de3e055404f69b574a5d102b6 /resources/definitions/monoprice_select_mini_v2.def.json
parent5f240229f9290b27fa1759ce40c1020ebe18826b (diff)
Adding support for Malyan M200, Monoprice Select Mini V1 & V2, renaming Malyan M180 for consistency.
Diffstat (limited to 'resources/definitions/monoprice_select_mini_v2.def.json')
-rw-r--r--resources/definitions/monoprice_select_mini_v2.def.json22
1 files changed, 22 insertions, 0 deletions
diff --git a/resources/definitions/monoprice_select_mini_v2.def.json b/resources/definitions/monoprice_select_mini_v2.def.json
new file mode 100644
index 0000000000..33367aad88
--- /dev/null
+++ b/resources/definitions/monoprice_select_mini_v2.def.json
@@ -0,0 +1,22 @@
+{
+ "id": "monoprice_select_mini_v2",
+ "version": 2,
+ "name": "Monoprice Select Mini V2 (E3D)",
+ "inherits": "malyan_m200",
+ "metadata": {
+ "author": "Brian Corbino",
+ "manufacturer": "Monoprice",
+ "category": "Other",
+ "file_formats": "text/x-gcode",
+ "quality_definition": "malyan_m200",
+ "visible": true
+ },
+
+ "overrides": {
+ "machine_name": { "default_value": "Monoprice Select Mini V2" },
+ "adhesion_type": { "default_value": "brim" },
+ "retraction_combing": { "default_value": "noskin" },
+ "retraction_amount" : { "default_value": 2.5},
+ "retraction_speed" : { "default_value": 40}
+ }
+}