Skip to content

Commit

Permalink
Merge branch 'master' of github.com:Ultimaker/Cura
Browse files Browse the repository at this point in the history
  • Loading branch information
nallath committed Jun 1, 2021
2 parents 02a4ade + 867b3ba commit 942e310
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 1 deletion.
2 changes: 1 addition & 1 deletion resources/definitions/anycubic_i3_mega_s.def.json
Original file line number Diff line number Diff line change
@@ -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":
{
Expand Down
17 changes: 17 additions & 0 deletions resources/definitions/anycubic_i3_mega_x.def.json
Original file line number Diff line number Diff line change
@@ -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 }
}
}
Binary file added resources/meshes/anycubic_i3_mega_x_platform.stl
Binary file not shown.

0 comments on commit 942e310

Please sign in to comment.