mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-23 22:54:01 -06:00
Make corrections to manufacturer fields
When it's categorised by manufacturer these mistakes become more apparent. Contributes to issue CURA-6635.
This commit is contained in:
parent
0678d47dad
commit
12e2e47e72
11 changed files with 14 additions and 14 deletions
|
@ -142,7 +142,7 @@
|
|||
"metadata": {
|
||||
"visible": false,
|
||||
"author": "trouch.com",
|
||||
"manufacturer": "CreawsomeMod",
|
||||
"manufacturer": "Creality3D",
|
||||
"file_formats": "text/x-gcode",
|
||||
"first_start_actions": ["MachineSettingsAction"],
|
||||
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
"metadata": {
|
||||
"visible": true,
|
||||
"author": "nliaudat",
|
||||
"manufacturer": "EasyArts (discontinued)",
|
||||
"manufacturer": "EasyArts",
|
||||
"file_formats": "text/x-gcode",
|
||||
"machine_extruder_trains":
|
||||
{
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
"metadata": {
|
||||
"visible": true,
|
||||
"author": "Claudio Sampaio (Patola)",
|
||||
"manufacturer": "Other",
|
||||
"manufacturer": "Johann",
|
||||
"file_formats": "text/x-gcode",
|
||||
"platform": "kossel_platform.stl",
|
||||
"platform_offset": [0, -0.25, 0],
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
"metadata": {
|
||||
"visible": true,
|
||||
"author": "Chris Petersen",
|
||||
"manufacturer": "OpenBeam",
|
||||
"manufacturer": "Johann",
|
||||
"file_formats": "text/x-gcode",
|
||||
"platform": "kossel_pro_build_platform.stl",
|
||||
"platform_offset": [0, -0.25, 0],
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
"metadata": {
|
||||
"visible": true,
|
||||
"author": "Quillford",
|
||||
"manufacturer": "Prusajr",
|
||||
"manufacturer": "Prusa3D",
|
||||
"file_formats": "text/x-gcode",
|
||||
"platform": "prusai3_platform.stl",
|
||||
"machine_extruder_trains":
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
"metadata": {
|
||||
"visible": true,
|
||||
"author": "Apsu, Nounours2099",
|
||||
"manufacturer": "Prusa Research",
|
||||
"manufacturer": "Prusa3D",
|
||||
"file_formats": "text/x-gcode",
|
||||
"platform": "prusai3_platform.stl",
|
||||
"has_materials": true,
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
"metadata": {
|
||||
"visible": true,
|
||||
"author": "guigashm",
|
||||
"manufacturer": "Prusajr",
|
||||
"manufacturer": "Prusa3D",
|
||||
"file_formats": "text/x-gcode",
|
||||
"platform": "prusai3_xl_platform.stl",
|
||||
"machine_extruder_trains":
|
||||
|
|
|
@ -5,12 +5,12 @@
|
|||
"metadata": {
|
||||
"visible": true,
|
||||
"author": "Stereotech",
|
||||
"manufacturer": "Other",
|
||||
"manufacturer": "Stereotech LLC.",
|
||||
"file_formats": "text/x-gcode",
|
||||
"platform": "stereotech_start.stl",
|
||||
"icon": "icon_ultimaker2",
|
||||
"platform_offset": [0, 0, 0],
|
||||
"machine_extruder_trains":
|
||||
"platform_offset": [0, 0, 0],
|
||||
"machine_extruder_trains":
|
||||
{
|
||||
"0": "stereotech_start_extruder_0"
|
||||
}
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
"version": 2,
|
||||
"inherits": "fdmprinter",
|
||||
"metadata": {
|
||||
"manufacturer": "Velleman nv",
|
||||
"manufacturer": "Velleman N.V.",
|
||||
"file_formats": "text/x-gcode",
|
||||
"visible": true,
|
||||
"author": "Velleman",
|
||||
"author": "Velleman N.V.",
|
||||
"has_machine_quality": true,
|
||||
"has_materials": true,
|
||||
"machine_extruder_trains":
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
"inherits": "fdmprinter",
|
||||
"metadata": {
|
||||
"visible": true,
|
||||
"manufacturer": "Velleman",
|
||||
"manufacturer": "Velleman N.V.",
|
||||
"file_formats": "text/x-gcode",
|
||||
"platform": "Vertex_build_panel.stl",
|
||||
"platform_offset": [0, -3, 0],
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
"inherits": "fdmprinter",
|
||||
"metadata": {
|
||||
"visible": true,
|
||||
"manufacturer": "Velleman",
|
||||
"manufacturer": "Velleman N.V.",
|
||||
"file_formats": "text/x-gcode",
|
||||
"platform": "Vertex_build_panel.stl",
|
||||
"platform_offset": [0, -3, 0],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue