Skip to content

Commit

Permalink
Merge branch '5.6' into Update_Method
Browse files Browse the repository at this point in the history
  • Loading branch information
casperlamboo authored Nov 3, 2023
2 parents f9dcb89 + e16127c commit 34ee25a
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 12 deletions.
4 changes: 2 additions & 2 deletions resources/definitions/ultimaker_method_base.def.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"version": 2,
"name": "Makerbot Method Base Profile",
"name": "UltiMaker Method Base Profile",
"inherits": "ultimaker",
"metadata":
{
"visible": false,
"author": "Ultimaker",
"author": "UltiMaker",
"manufacturer": "Ultimaker B.V.",
"file_formats": "application/x-makerbot",
"platform": "ultimaker_method_platform.stl",
Expand Down
4 changes: 2 additions & 2 deletions resources/definitions/ultimaker_methodx.def.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"version": 2,
"name": "MakerBot Method X",
"name": "UltiMaker Method X",
"inherits": "ultimaker_method_base",
"metadata":
{
"visible": true,
"author": "Ultimaker",
"author": "UltiMaker",
"manufacturer": "Ultimaker B.V.",
"file_formats": "application/x-makerbot",
"platform": "ultimaker_method_platform.stl",
Expand Down
4 changes: 2 additions & 2 deletions resources/definitions/ultimaker_methodxl.def.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"version": 2,
"name": "MakerBot Method XL",
"name": "UltiMaker Method XL",
"inherits": "ultimaker_methodx",
"metadata":
{
"visible": true,
"author": "Ultimaker",
"author": "UltiMaker",
"manufacturer": "Ultimaker B.V.",
"file_formats": "application/x-makerbot",
"platform": "ultimaker_method_xl_platform.stl",
Expand Down
4 changes: 2 additions & 2 deletions resources/definitions/ultimaker_s3.def.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"version": 2,
"name": "Ultimaker S3",
"name": "UltiMaker S3",
"inherits": "ultimaker",
"metadata":
{
"visible": true,
"author": "Ultimaker",
"author": "UltiMaker",
"manufacturer": "Ultimaker B.V.",
"file_formats": "application/x-ufp;text/x-gcode",
"platform": "ultimaker_s3_platform.obj",
Expand Down
4 changes: 2 additions & 2 deletions resources/definitions/ultimaker_s5.def.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"version": 2,
"name": "Ultimaker S5",
"name": "UltiMaker S5",
"inherits": "ultimaker",
"metadata":
{
"visible": true,
"author": "Ultimaker",
"author": "UltiMaker",
"manufacturer": "Ultimaker B.V.",
"file_formats": "application/x-ufp;text/x-gcode",
"platform": "ultimaker_s5_platform.obj",
Expand Down
4 changes: 2 additions & 2 deletions resources/definitions/ultimaker_s7.def.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"version": 2,
"name": "Ultimaker S7",
"name": "UltiMaker S7",
"inherits": "ultimaker_s5",
"metadata":
{
"visible": true,
"author": "Ultimaker",
"author": "UltiMaker",
"manufacturer": "Ultimaker B.V.",
"file_formats": "application/x-ufp;text/x-gcode",
"platform": "ultimaker_s7_platform.obj",
Expand Down

0 comments on commit 34ee25a

Please sign in to comment.