From d1fd07007bb77a64522684006f042067df43da02 Mon Sep 17 00:00:00 2001 From: NilsRo Date: Thu, 6 May 2021 16:45:43 +0200 Subject: [PATCH 1/2] Added Mega X --- resources/definitions/anycubic_i3_mega_s.def.json | 2 +- resources/definitions/anycubic_i3_mega_x.def.json | 13 +++++++++++++ .../anycubic_i3_mega_x_draft.inst.cfg | 14 ++++++++++++++ .../anycubic_i3_mega_x_high.inst.cfg | 14 ++++++++++++++ .../anycubic_i3_mega_x_normal.inst.cfg | 14 ++++++++++++++ 5 files changed, 56 insertions(+), 1 deletion(-) create mode 100644 resources/definitions/anycubic_i3_mega_x.def.json create mode 100644 resources/quality/anycubic_i3_mega_x/anycubic_i3_mega_x_draft.inst.cfg create mode 100644 resources/quality/anycubic_i3_mega_x/anycubic_i3_mega_x_high.inst.cfg create mode 100644 resources/quality/anycubic_i3_mega_x/anycubic_i3_mega_x_normal.inst.cfg 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..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 } + } +} 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 new file mode 100644 index 0000000000..1790998aaf --- /dev/null +++ b/resources/quality/anycubic_i3_mega_x/anycubic_i3_mega_x_draft.inst.cfg @@ -0,0 +1,14 @@ +[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 new file mode 100644 index 0000000000..7736278f9e --- /dev/null +++ b/resources/quality/anycubic_i3_mega_x/anycubic_i3_mega_x_high.inst.cfg @@ -0,0 +1,14 @@ +[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 new file mode 100644 index 0000000000..9033958609 --- /dev/null +++ b/resources/quality/anycubic_i3_mega_x/anycubic_i3_mega_x_normal.inst.cfg @@ -0,0 +1,14 @@ +[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 From c89e1866717f92851daf0f6257233438c7d37c69 Mon Sep 17 00:00:00 2001 From: NilsRo Date: Mon, 17 May 2021 20:23:51 +0200 Subject: [PATCH 2/2] Mega X: Fixed Layer Mesh, Optimized qualities --- .../definitions/anycubic_i3_mega_x.def.json | 8 ++++++-- resources/meshes/anycubic_i3_mega_x_platform.stl | Bin 0 -> 1484 bytes .../anycubic_i3_mega_x_draft.inst.cfg | 14 -------------- .../anycubic_i3_mega_x_high.inst.cfg | 14 -------------- .../anycubic_i3_mega_x_normal.inst.cfg | 14 -------------- 5 files changed, 6 insertions(+), 44 deletions(-) create mode 100644 resources/meshes/anycubic_i3_mega_x_platform.stl delete mode 100644 resources/quality/anycubic_i3_mega_x/anycubic_i3_mega_x_draft.inst.cfg delete mode 100644 resources/quality/anycubic_i3_mega_x/anycubic_i3_mega_x_high.inst.cfg delete mode 100644 resources/quality/anycubic_i3_mega_x/anycubic_i3_mega_x_normal.inst.cfg 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 0000000000000000000000000000000000000000..261e03160b71d6ae40d39c80b19b7654434e3691 GIT binary patch literal 1484 zcmb`GF-`8!kipaxy2t~)G3u8=jH7!fqy>*nFC?m=R)d(__b z>eiPeJQDX1fmIHnggNL5ztUKzL!D=CeD`EL5_?e5>7r+K?KWA^;``qSR`7Xfugd9& zZ$2sSXq-c{x?6V`L`60P+^JXSDt}i!S805FPFG%u=S9>i^*y24?Ct?ACp1mcuAR5$ zcNYQAkyYNuzRsCTXX(z>eVVSlB|NerOs@$3&yQS{ll=sdU4%z8kLVjnYO+_%mNWE( z>Q&c!6%G#xk6aN;YOsEGw)L7bBIEa}JytrN6XY!T9Cg>}B$Pdf_4