From b441b1afb02e2a55916747e433ee8c0c41ba4ce5 Mon Sep 17 00:00:00 2001 From: Tim Kuipers Date: Mon, 21 Nov 2016 17:18:22 +0100 Subject: [PATCH] JSON fix: add a min value warning for cubicsubdiv radius < 100% (CURA-2602) --- resources/definitions/fdmprinter.def.json | 1 + 1 file changed, 1 insertion(+) diff --git a/resources/definitions/fdmprinter.def.json b/resources/definitions/fdmprinter.def.json index b742847894..1b2164cdbc 100644 --- a/resources/definitions/fdmprinter.def.json +++ b/resources/definitions/fdmprinter.def.json @@ -1020,6 +1020,7 @@ "type": "float", "default_value": 100, "minimum_value": "0", + "minimum_value_warning": "100", "maximum_value_warning": "200", "enabled": "infill_sparse_density > 0 and infill_pattern == 'cubicsubdiv'", "settable_per_mesh": true