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:
-rw-r--r--resources/definitions/anycubic_i3_mega_s.def.json2
-rw-r--r--resources/definitions/anycubic_i3_mega_x.def.json17
-rw-r--r--resources/meshes/anycubic_i3_mega_x_platform.stlbin0 -> 1484 bytes
3 files changed, 18 insertions, 1 deletions
diff --git a/resources/definitions/anycubic_i3_mega_s.def.json b/resources/definitions/anycubic_i3_mega_s.def.json
index 57d4e97ef3..f0c786a393 100644
--- a/resources/definitions/anycubic_i3_mega_s.def.json
+++ b/resources/definitions/anycubic_i3_mega_s.def.json
@@ -1,6 +1,6 @@
{
"version": 2,
- "name": "Anycubic i3 Mega (S, X, Pro) w. Knutwurst Firmware",
+ "name": "Anycubic i3 Mega (S, Pro)",
"inherits": "fdmprinter",
"metadata":
{
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..eb70c60c98
--- /dev/null
+++ b/resources/definitions/anycubic_i3_mega_x.def.json
@@ -0,0 +1,17 @@
+{
+ "version": 2,
+ "name": "Anycubic i3 Mega X",
+ "inherits": "anycubic_i3_mega_s",
+ "metadata":
+ {
+ "quality_definition": "anycubic_i3_mega_s",
+ "platform": "anycubic_i3_mega_x_platform.stl"
+ },
+ "overrides":
+ {
+ "machine_name": { "default_value": "Anycubic i3 Mega X" },
+ "machine_width": { "default_value": 300 },
+ "machine_height": { "default_value": 305 },
+ "machine_depth": { "default_value": 300 }
+ }
+}
diff --git a/resources/meshes/anycubic_i3_mega_x_platform.stl b/resources/meshes/anycubic_i3_mega_x_platform.stl
new file mode 100644
index 0000000000..261e03160b
--- /dev/null
+++ b/resources/meshes/anycubic_i3_mega_x_platform.stl
Binary files differ