mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-12 07:09:01 +08:00
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:
parent
3e870d2e40
commit
824849a878
@ -6,7 +6,7 @@
|
|||||||
{
|
{
|
||||||
"type": "extruder",
|
"type": "extruder",
|
||||||
"author": "Ultimaker",
|
"author": "Ultimaker",
|
||||||
"manufacturer": "Ultimaker B.V.",
|
"manufacturer": "Unknown",
|
||||||
"setting_version": 1,
|
"setting_version": 1,
|
||||||
"visible": false
|
"visible": false
|
||||||
},
|
},
|
||||||
|
@ -5,9 +5,9 @@
|
|||||||
"metadata":
|
"metadata":
|
||||||
{
|
{
|
||||||
"type": "machine",
|
"type": "machine",
|
||||||
"author": "Ultimaker B.V.",
|
"author": "Ultimaker",
|
||||||
"category": "Ultimaker",
|
"category": "Ultimaker",
|
||||||
"manufacturer": "Ultimaker B.V.",
|
"manufacturer": "Unknown",
|
||||||
"setting_version": 1,
|
"setting_version": 1,
|
||||||
"file_formats": "text/x-gcode;application/x-stl-ascii;application/x-stl-binary;application/x-wavefront-obj;application/x3g",
|
"file_formats": "text/x-gcode;application/x-stl-ascii;application/x-stl-binary;application/x-wavefront-obj;application/x3g",
|
||||||
"visible": false,
|
"visible": false,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user