mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-05 04:54:04 -06:00
Merge branch 'master' of https://github.com/NilsRo/Cura into NilsRo-master
This commit is contained in:
commit
867b3ba31e
3 changed files with 18 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":
|
||||
{
|
||||
|
|
17
resources/definitions/anycubic_i3_mega_x.def.json
Normal file
17
resources/definitions/anycubic_i3_mega_x.def.json
Normal file
|
@ -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 }
|
||||
}
|
||||
}
|
BIN
resources/meshes/anycubic_i3_mega_x_platform.stl
Normal file
BIN
resources/meshes/anycubic_i3_mega_x_platform.stl
Normal file
Binary file not shown.
Loading…
Add table
Add a link
Reference in a new issue