mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-12 13:39:00 +08:00
Machine settings cleanup
added manufacturers and authors to the file and changed the id's to a string more usuable in combination with other files
This commit is contained in:
parent
b4a8973975
commit
084bd25e02
@ -1,6 +1,7 @@
|
||||
{
|
||||
"visible": false,
|
||||
"manufacturer": "other",
|
||||
"author": "other",
|
||||
|
||||
"add_pages": [{"page": "AddMachine", "title": "Add new printer"}],
|
||||
|
||||
|
@ -1,6 +1,8 @@
|
||||
{
|
||||
"id": "German RepRap Neo",
|
||||
"id": "grr_neo",
|
||||
"name": "German RepRap Neo",
|
||||
"manufacturer": "German RepRap",
|
||||
"author": "other",
|
||||
"icon": "icon_ultimaker.png",
|
||||
"platform": "grr_neo_platform.stl",
|
||||
|
||||
|
@ -1,6 +1,8 @@
|
||||
{
|
||||
"id": "BQ Prusa i3 Hephestos",
|
||||
"id": "hephestos",
|
||||
"name": "BQ Prusa i3 Hephestos",
|
||||
"manufacturer": "BQ",
|
||||
"author": "other",
|
||||
"platform": "hephestos_platform.stl",
|
||||
"inherits": "fdmprinter.json",
|
||||
|
||||
|
@ -1,6 +1,8 @@
|
||||
{
|
||||
"id": "BQ Prusa i3 Hephestos XL",
|
||||
"id": "hephestos_xl",
|
||||
"name": "BQ Prusa i3 Hephestos XL",
|
||||
"manufacturer": "BQ",
|
||||
"author": "other",
|
||||
"platform": "hephestos_platform.stl",
|
||||
"inherits": "fdmprinter.json",
|
||||
|
@ -1,8 +1,9 @@
|
||||
{
|
||||
"id": "Prusa i3",
|
||||
"manufacturer": "ultimaker",
|
||||
"icon": "icon_ultimaker2.png",
|
||||
"id": "prusa_i3",
|
||||
"name": "Prusa i3",
|
||||
"manufacturer": "Prusa",
|
||||
"author": "other",
|
||||
"icon": "icon_ultimaker2.png",
|
||||
"platform": "prusai3_platform.stl",
|
||||
|
||||
"inherits": "fdmprinter.json",
|
@ -1,7 +1,8 @@
|
||||
{
|
||||
"id": "Ultimaker 2",
|
||||
"manufacturer": "ultimaker",
|
||||
"id": "ultimaker2",
|
||||
"name": "Ultimaker 2",
|
||||
"manufacturer": "Ultimaker",
|
||||
"author": "Ultimaker",
|
||||
"icon": "icon_ultimaker2.png",
|
||||
"platform": "ultimaker2_platform.obj",
|
||||
"platform_texture": "Ultimaker2backplate.png",
|
||||
|
@ -1,6 +1,5 @@
|
||||
{
|
||||
"id": "Ultimaker 2 Extended",
|
||||
"manufacturer": "ultimaker",
|
||||
"id": "ultimaker2_extended",
|
||||
"name": "Ultimaker 2 Extended",
|
||||
"icon": "icon_ultimaker2.png",
|
||||
"platform": "ultimaker2_platform.obj",
|
@ -1,6 +1,5 @@
|
||||
{
|
||||
"id": "Ultimaker 2 Go",
|
||||
"manufacturer": "ultimaker",
|
||||
"id": "ultimaker2_go",
|
||||
"name": "Ultimaker 2 Go",
|
||||
"icon": "icon_ultimaker2.png",
|
||||
"platform": "ultimaker2go_platform.obj",
|
@ -1,7 +1,8 @@
|
||||
{
|
||||
"id": "Ultimaker Original",
|
||||
"manufacturer": "ultimaker",
|
||||
"id": "ultimaker_original",
|
||||
"name": "Ultimaker Original",
|
||||
"manufacturer": "Ultimaker",
|
||||
"author": "Ultimaker",
|
||||
"icon": "icon_ultimaker.png",
|
||||
"platform": "ultimaker_platform.stl",
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
{
|
||||
"id": "Ultimaker Original",
|
||||
"id": "ultimaker_original_plus",
|
||||
"name": "Ultimaker Original+",
|
||||
"icon": "icon_ultimaker.png",
|
||||
"platform": "ultimaker2_platform.obj",
|
||||
|
@ -1,6 +1,8 @@
|
||||
{
|
||||
"id": "BQ Witbox",
|
||||
"id": "bq_witbox",
|
||||
"name": "BQ Witbox",
|
||||
"manufacturer": "BQ",
|
||||
"author": "other",
|
||||
"platform": "witbox_platform.stl",
|
||||
"inherits": "fdmprinter.json",
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user