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:
authorNilsRo <n.rottgardt@gmail.com>2021-05-06 17:45:43 +0300
committerNilsRo <n.rottgardt@gmail.com>2021-05-06 17:45:43 +0300
commitd1fd07007bb77a64522684006f042067df43da02 (patch)
tree4de168c27d8a8c9f2c0ccbf20a2b4e50906611e3 /resources/definitions/anycubic_i3_mega_x.def.json
parent948977f28fdc606809bd8d8ffe177d34dfcc1a50 (diff)
Added Mega X
Diffstat (limited to 'resources/definitions/anycubic_i3_mega_x.def.json')
-rw-r--r--resources/definitions/anycubic_i3_mega_x.def.json13
1 files changed, 13 insertions, 0 deletions
diff --git a/resources/definitions/anycubic_i3_mega_x.def.json b/resources/definitions/anycubic_i3_mega_x.def.json
new file mode 100644
index 0000000000..fdf667d3cb
--- /dev/null
+++ b/resources/definitions/anycubic_i3_mega_x.def.json
@@ -0,0 +1,13 @@
+{
+ "version": 2,
+ "name": "Anycubic i3 Mega X",
+ "inherits": "anycubic_i3_mega_s",
+
+ "overrides":
+ {
+ "machine_name": { "default_value": "Anycubic i3 Mega X" },
+ "machine_width": { "default_value": 300 },
+ "machine_height": { "default_value": 305 },
+ "machine_depth": { "default_value": 300 }
+ }
+}