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-17 21:23:51 +0300
committerNilsRo <n.rottgardt@gmail.com>2021-05-17 21:23:51 +0300
commitc89e1866717f92851daf0f6257233438c7d37c69 (patch)
tree4cac7f350b6b1230428ef4b72c9131392c00dc1b /resources
parentd1fd07007bb77a64522684006f042067df43da02 (diff)
Mega X: Fixed Layer Mesh, Optimized qualities
Diffstat (limited to 'resources')
-rw-r--r--resources/definitions/anycubic_i3_mega_x.def.json8
-rw-r--r--resources/meshes/anycubic_i3_mega_x_platform.stlbin0 -> 1484 bytes
-rw-r--r--resources/quality/anycubic_i3_mega_x/anycubic_i3_mega_x_draft.inst.cfg14
-rw-r--r--resources/quality/anycubic_i3_mega_x/anycubic_i3_mega_x_high.inst.cfg14
-rw-r--r--resources/quality/anycubic_i3_mega_x/anycubic_i3_mega_x_normal.inst.cfg14
5 files changed, 6 insertions, 44 deletions
diff --git a/resources/definitions/anycubic_i3_mega_x.def.json b/resources/definitions/anycubic_i3_mega_x.def.json
index fdf667d3cb..eb70c60c98 100644
--- a/resources/definitions/anycubic_i3_mega_x.def.json
+++ b/resources/definitions/anycubic_i3_mega_x.def.json
@@ -2,12 +2,16 @@
"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
diff --git a/resources/quality/anycubic_i3_mega_x/anycubic_i3_mega_x_draft.inst.cfg b/resources/quality/anycubic_i3_mega_x/anycubic_i3_mega_x_draft.inst.cfg
deleted file mode 100644
index 1790998aaf..0000000000
--- a/resources/quality/anycubic_i3_mega_x/anycubic_i3_mega_x_draft.inst.cfg
+++ /dev/null
@@ -1,14 +0,0 @@
-[general]
-version = 4
-name = Draft
-definition = anycubic_i3_mega_x
-
-[metadata]
-setting_version = 16
-type = quality
-quality_type = draft
-weight = -2
-global_quality = True
-
-[values]
-layer_height = 0.3 \ No newline at end of file
diff --git a/resources/quality/anycubic_i3_mega_x/anycubic_i3_mega_x_high.inst.cfg b/resources/quality/anycubic_i3_mega_x/anycubic_i3_mega_x_high.inst.cfg
deleted file mode 100644
index 7736278f9e..0000000000
--- a/resources/quality/anycubic_i3_mega_x/anycubic_i3_mega_x_high.inst.cfg
+++ /dev/null
@@ -1,14 +0,0 @@
-[general]
-version = 4
-name = High
-definition = anycubic_i3_mega_x
-
-[metadata]
-setting_version = 16
-type = quality
-quality_type = high
-weight = 1
-global_quality = True
-
-[values]
-layer_height = 0.1 \ No newline at end of file
diff --git a/resources/quality/anycubic_i3_mega_x/anycubic_i3_mega_x_normal.inst.cfg b/resources/quality/anycubic_i3_mega_x/anycubic_i3_mega_x_normal.inst.cfg
deleted file mode 100644
index 9033958609..0000000000
--- a/resources/quality/anycubic_i3_mega_x/anycubic_i3_mega_x_normal.inst.cfg
+++ /dev/null
@@ -1,14 +0,0 @@
-[general]
-version = 4
-name = Normal
-definition = anycubic_i3_mega_x
-
-[metadata]
-setting_version = 16
-type = quality
-quality_type = normal
-weight = 0
-global_quality = True
-
-[values]
-layer_height = 0.2 \ No newline at end of file