From d7e35fa480d436e15102bac51e719e6cba5ce774 Mon Sep 17 00:00:00 2001 From: Jack Ha Date: Mon, 13 Mar 2017 14:32:45 +0100 Subject: [PATCH] Added global qualities for Superdraft and Verydraft. CURA-3510 --- resources/definitions/fdmprinter.def.json | 0 .../um3_global_Superdraft_Quality.inst.cfg | 13 +++++++++++++ .../um3_global_Verydraft_Quality.inst.cfg | 13 +++++++++++++ 3 files changed, 26 insertions(+) mode change 100644 => 100755 resources/definitions/fdmprinter.def.json create mode 100755 resources/quality/ultimaker3/um3_global_Superdraft_Quality.inst.cfg create mode 100755 resources/quality/ultimaker3/um3_global_Verydraft_Quality.inst.cfg diff --git a/resources/definitions/fdmprinter.def.json b/resources/definitions/fdmprinter.def.json old mode 100644 new mode 100755 diff --git a/resources/quality/ultimaker3/um3_global_Superdraft_Quality.inst.cfg b/resources/quality/ultimaker3/um3_global_Superdraft_Quality.inst.cfg new file mode 100755 index 0000000000..fd3fd1f642 --- /dev/null +++ b/resources/quality/ultimaker3/um3_global_Superdraft_Quality.inst.cfg @@ -0,0 +1,13 @@ +[general] +version = 2 +name = Superdraft Quality +definition = ultimaker3 + +[metadata] +type = quality +quality_type = superdraft +global_quality = True +weight = -2 + +[values] +layer_height = 0.4 diff --git a/resources/quality/ultimaker3/um3_global_Verydraft_Quality.inst.cfg b/resources/quality/ultimaker3/um3_global_Verydraft_Quality.inst.cfg new file mode 100755 index 0000000000..83afa35e2e --- /dev/null +++ b/resources/quality/ultimaker3/um3_global_Verydraft_Quality.inst.cfg @@ -0,0 +1,13 @@ +[general] +version = 2 +name = Verydraft Quality +definition = ultimaker3 + +[metadata] +type = quality +quality_type = verydraft +global_quality = True +weight = -2 + +[values] +layer_height = 0.3