From 70b221b33a48a3a366690f1342268d041fc1dfc5 Mon Sep 17 00:00:00 2001 From: Tamara Hogenhout Date: Tue, 8 Dec 2015 13:44:59 +0100 Subject: [PATCH] Proof of concept to test the global-only functionalities Contributes to #CURA-460458 --- resources/machines/fdmprinter.json | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/resources/machines/fdmprinter.json b/resources/machines/fdmprinter.json index a97977b3c2..1cff22e46c 100644 --- a/resources/machines/fdmprinter.json +++ b/resources/machines/fdmprinter.json @@ -158,7 +158,8 @@ "default": 0.1, "min_value": "0.001", "min_value_warning": "0.04", - "max_value_warning": "0.32" + "max_value_warning": "0.32", + "global_only": "print_sequence != \"one_at_a_time\"" }, "layer_height_0": { "label": "Initial Layer Height", @@ -1650,7 +1651,8 @@ "one_at_a_time": "One at a Time" }, "default": "all_at_once", - "visible": true + "visible": true, + "global_only": true }, "magic_mesh_surface_mode": { "label": "Surface Mode",