mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-12 02:59:00 +08:00
Adds a version, author & manufacturer to the machine settings files
This commit is contained in:
parent
783b75bcd9
commit
54f1ac7805
@ -1,5 +1,7 @@
|
||||
{
|
||||
"visible": false,
|
||||
"version": 1,
|
||||
"author": "other",
|
||||
"manufacturer": "other",
|
||||
"author": "other",
|
||||
|
||||
|
@ -1,5 +1,6 @@
|
||||
{
|
||||
"id": "grr_neo",
|
||||
"version": 1,
|
||||
"name": "German RepRap Neo",
|
||||
"manufacturer": "German RepRap",
|
||||
"author": "other",
|
||||
|
@ -1,5 +1,6 @@
|
||||
{
|
||||
"id": "hephestos",
|
||||
"version": 1,
|
||||
"name": "BQ Prusa i3 Hephestos",
|
||||
"manufacturer": "BQ",
|
||||
"author": "other",
|
||||
|
@ -1,5 +1,6 @@
|
||||
{
|
||||
"id": "hephestos_xl",
|
||||
"version": 1,
|
||||
"name": "BQ Prusa i3 Hephestos XL",
|
||||
"manufacturer": "BQ",
|
||||
"author": "other",
|
||||
|
@ -1,5 +1,6 @@
|
||||
{
|
||||
"id": "prusa_i3",
|
||||
"version": 1,
|
||||
"name": "Prusa i3",
|
||||
"manufacturer": "Prusa",
|
||||
"author": "other",
|
||||
|
@ -1,5 +1,6 @@
|
||||
{
|
||||
"id": "ultimaker2",
|
||||
"version": 1,
|
||||
"name": "Ultimaker 2",
|
||||
"manufacturer": "Ultimaker",
|
||||
"author": "Ultimaker",
|
||||
|
@ -1,6 +1,9 @@
|
||||
{
|
||||
"id": "ultimaker2_extended",
|
||||
"version": 1,
|
||||
"name": "Ultimaker 2 Extended",
|
||||
"manufacturer": "Ultimaker",
|
||||
"author": "Ultimaker",
|
||||
"icon": "icon_ultimaker2.png",
|
||||
"platform": "ultimaker2_platform.obj",
|
||||
"platform_texture": "Ultimaker2backplate.png",
|
||||
|
@ -1,6 +1,9 @@
|
||||
{
|
||||
"id": "ultimaker2_go",
|
||||
"version": 1,
|
||||
"name": "Ultimaker 2 Go",
|
||||
"manufacturer": "Ultimaker",
|
||||
"author": "Ultimaker",
|
||||
"icon": "icon_ultimaker2.png",
|
||||
"platform": "ultimaker2go_platform.obj",
|
||||
"platform_texture": "Ultimaker2backplate.png",
|
||||
|
@ -1,5 +1,6 @@
|
||||
{
|
||||
"id": "ultimaker_original",
|
||||
"version": 1,
|
||||
"name": "Ultimaker Original",
|
||||
"manufacturer": "Ultimaker",
|
||||
"author": "Ultimaker",
|
||||
|
@ -1,6 +1,9 @@
|
||||
{
|
||||
"id": "ultimaker_original_plus",
|
||||
"version": 1,
|
||||
"name": "Ultimaker Original+",
|
||||
"manufacturer": "Ultimaker",
|
||||
"author": "Ultimaker",
|
||||
"icon": "icon_ultimaker.png",
|
||||
"platform": "ultimaker2_platform.obj",
|
||||
"platform_texture": "UltimakerPlusbackplate.png",
|
||||
|
@ -1,5 +1,6 @@
|
||||
{
|
||||
"id": "bq_witbox",
|
||||
"version": 1,
|
||||
"name": "BQ Witbox",
|
||||
"manufacturer": "BQ",
|
||||
"author": "other",
|
||||
|
Loading…
x
Reference in New Issue
Block a user