From c6c90477578b99fd7bcedcf572b813316daa254f Mon Sep 17 00:00:00 2001 From: Rijk van Manen Date: Wed, 15 Feb 2023 16:21:09 +0100 Subject: [PATCH] reduce support join distance We changed the support join distance, so a smaller value is now better. CURA-10289/PP-323 --- resources/definitions/fdmprinter.def.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/definitions/fdmprinter.def.json b/resources/definitions/fdmprinter.def.json index 3bc27bac99..6f1682a5b5 100644 --- a/resources/definitions/fdmprinter.def.json +++ b/resources/definitions/fdmprinter.def.json @@ -4996,7 +4996,7 @@ "description": "The maximum distance between support structures in the X/Y directions. When separate structures are closer together than this value, the structures merge into one.", "unit": "mm", "type": "float", - "default_value": 10.0, + "default_value": 5.0, "limit_to_extruder": "support_infill_extruder_nr", "minimum_value_warning": "0", "maximum_value_warning": "50",