Merge branch 'CURA-6635_add_printer_by_manufacturer' of github.com:Ultimaker/Cura

This commit is contained in:
Jaime van Kessel 2019-07-03 14:29:26 +02:00
commit d43415191b
12 changed files with 16 additions and 16 deletions

View File

@ -142,7 +142,7 @@
"metadata": {
"visible": false,
"author": "trouch.com",
"manufacturer": "CreawsomeMod",
"manufacturer": "Creality3D",
"file_formats": "text/x-gcode",
"first_start_actions": ["MachineSettingsAction"],

View File

@ -5,7 +5,7 @@
"metadata": {
"visible": true,
"author": "nliaudat",
"manufacturer": "EasyArts (discontinued)",
"manufacturer": "EasyArts",
"file_formats": "text/x-gcode",
"machine_extruder_trains":
{

View File

@ -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],

View File

@ -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],

View File

@ -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":

View File

@ -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,

View File

@ -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":

View File

@ -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"
}

View File

@ -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":

View File

@ -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],

View File

@ -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],

View File

@ -24,7 +24,7 @@ Item
// The currently active (expanded) section/category, where section/category is the grouping of local machine items.
property string currentSection: preferredCategory
// By default (when this list shows up) we always expand the "Ultimaker" section.
property string preferredCategory: "Ultimaker"
property string preferredCategory: "Ultimaker B.V."
property int maxItemCountAtOnce: 10 // show at max 10 items at once, otherwise you need to scroll.
@ -89,7 +89,7 @@ Item
{
id: machineDefinitionsModel
filter: { "visible": true }
sectionProperty: "category"
sectionProperty: "manufacturer"
preferredSectionValue: preferredCategory
}