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