From 1737d6bb56a2932e3a513a65fef43fc1ff1adf6a Mon Sep 17 00:00:00 2001 From: fieldOfView Date: Wed, 7 Sep 2016 15:51:08 +0200 Subject: [PATCH] Fix showing material options for 3rd party printers CURA-2287 --- resources/definitions/fdmprinter.def.json | 1 + resources/definitions/ultimaker2.def.json | 1 + 2 files changed, 2 insertions(+) diff --git a/resources/definitions/fdmprinter.def.json b/resources/definitions/fdmprinter.def.json index e76d277b0c..b313054c4b 100644 --- a/resources/definitions/fdmprinter.def.json +++ b/resources/definitions/fdmprinter.def.json @@ -10,6 +10,7 @@ "manufacturer": "Ultimaker", "file_formats": "text/x-gcode;application/x-stl-ascii;application/x-stl-binary;application/x-wavefront-obj;application/x3g", "visible": false, + "has_materials": true, "preferred_material": "*generic_pla*", "preferred_quality": "*normal*", "machine_extruder_trains": diff --git a/resources/definitions/ultimaker2.def.json b/resources/definitions/ultimaker2.def.json index 81723ae10d..a0ead36bff 100644 --- a/resources/definitions/ultimaker2.def.json +++ b/resources/definitions/ultimaker2.def.json @@ -14,6 +14,7 @@ "platform": "ultimaker2_platform.obj", "platform_texture": "Ultimaker2backplate.png", "platform_offset": [9, 0, 0], + "has_materials": false, "supported_actions":["UpgradeFirmware"] }, "overrides": {