Make manufacturer for base fdm- definitions unknown

They are always overwritten, but if it isn't overwritten we don't know the manufacturer for the printer.

Contributes to issue CURA-4159.
This commit is contained in:
Ghostkeeper 2017-08-11 12:38:18 +02:00
parent 3e870d2e40
commit 824849a878
No known key found for this signature in database
GPG Key ID: C5F96EE2BC0F7E75
2 changed files with 3 additions and 3 deletions

View File

@ -6,7 +6,7 @@
{
"type": "extruder",
"author": "Ultimaker",
"manufacturer": "Ultimaker B.V.",
"manufacturer": "Unknown",
"setting_version": 1,
"visible": false
},

View File

@ -5,9 +5,9 @@
"metadata":
{
"type": "machine",
"author": "Ultimaker B.V.",
"author": "Ultimaker",
"category": "Ultimaker",
"manufacturer": "Ultimaker B.V.",
"manufacturer": "Unknown",
"setting_version": 1,
"file_formats": "text/x-gcode;application/x-stl-ascii;application/x-stl-binary;application/x-wavefront-obj;application/x3g",
"visible": false,