mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-10 07:15:03 -06:00
Added Mega X
This commit is contained in:
parent
948977f28f
commit
d1fd07007b
5 changed files with 56 additions and 1 deletions
|
@ -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":
|
||||
{
|
||||
|
|
13
resources/definitions/anycubic_i3_mega_x.def.json
Normal file
13
resources/definitions/anycubic_i3_mega_x.def.json
Normal file
|
@ -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 }
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue