From 8f9408a76fb5f5025c38cc8352a8a0374a7f4349 Mon Sep 17 00:00:00 2001 From: Ghostkeeper Date: Fri, 8 May 2020 11:15:55 +0200 Subject: [PATCH] Apply version upgrade maximum deviation change to built-in profiles For some this is not exactly restored as their original since this setting is limited to micron precision as well. Contributes to issue CURA-7420. --- resources/definitions/fdmprinter.def.json | 2 +- resources/definitions/hms434.def.json | 2 +- resources/definitions/peopoly_moai.def.json | 2 +- resources/definitions/skriware_2.def.json | 2 +- resources/definitions/ultimaker_s3.def.json | 2 +- resources/definitions/ultimaker_s5.def.json | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/resources/definitions/fdmprinter.def.json b/resources/definitions/fdmprinter.def.json index b413cd65d4..9da1829d9c 100644 --- a/resources/definitions/fdmprinter.def.json +++ b/resources/definitions/fdmprinter.def.json @@ -5983,7 +5983,7 @@ "description": "The maximum deviation allowed when reducing the resolution for the Maximum Resolution setting. If you increase this, the print will be less accurate, but the g-code will be smaller. Maximum Deviation is a limit for Maximum Resolution, so if the two conflict the Maximum Deviation will always be held true.", "type": "float", "unit": "mm", - "default_value": 0.05, + "default_value": 0.025, "minimum_value": "0.001", "minimum_value_warning": "0.01", "maximum_value_warning": "0.3", diff --git a/resources/definitions/hms434.def.json b/resources/definitions/hms434.def.json index 846d1722ff..4266a9b924 100644 --- a/resources/definitions/hms434.def.json +++ b/resources/definitions/hms434.def.json @@ -172,7 +172,7 @@ "meshfix_maximum_resolution": {"value": 0.01 }, "meshfix_maximum_travel_resolution":{"value": 0.1 }, - "meshfix_maximum_deviation": {"value": 0.01 }, + "meshfix_maximum_deviation": {"value": 0.005 }, "minimum_polygon_circumference": {"value": 0.05 }, "coasting_enable": {"value": false}, diff --git a/resources/definitions/peopoly_moai.def.json b/resources/definitions/peopoly_moai.def.json index 119d52c201..e19fed8b4d 100644 --- a/resources/definitions/peopoly_moai.def.json +++ b/resources/definitions/peopoly_moai.def.json @@ -171,7 +171,7 @@ "value": "0.1" }, "meshfix_maximum_deviation": { - "value": "0.003" + "value": "0.002" }, "skin_outline_count": { "value": 0 diff --git a/resources/definitions/skriware_2.def.json b/resources/definitions/skriware_2.def.json index 7c4db94e02..c4449129b7 100644 --- a/resources/definitions/skriware_2.def.json +++ b/resources/definitions/skriware_2.def.json @@ -591,7 +591,7 @@ "value": "0.2" }, "meshfix_maximum_deviation": { - "default_value": 0.005 + "default_value": 0.003 }, "jerk_roofing": { "value": "10" diff --git a/resources/definitions/ultimaker_s3.def.json b/resources/definitions/ultimaker_s3.def.json index b3174b7ff6..824a0e3a92 100644 --- a/resources/definitions/ultimaker_s3.def.json +++ b/resources/definitions/ultimaker_s3.def.json @@ -155,7 +155,7 @@ "wall_line_width_x": { "value": "round(line_width * 0.3 / 0.35, 2)" }, "wall_thickness": { "value": "1" }, "meshfix_maximum_resolution": { "value": "(speed_wall_0 + speed_wall_x) / 60" }, - "meshfix_maximum_deviation": { "value": "layer_height / 2" }, + "meshfix_maximum_deviation": { "value": "layer_height / 4" }, "optimize_wall_printing_order": { "value": "True" }, "retraction_combing": { "default_value": "all" }, "initial_layer_line_width_factor": { "value": "120" }, diff --git a/resources/definitions/ultimaker_s5.def.json b/resources/definitions/ultimaker_s5.def.json index bdde63ea9d..ded94a2747 100644 --- a/resources/definitions/ultimaker_s5.def.json +++ b/resources/definitions/ultimaker_s5.def.json @@ -157,7 +157,7 @@ "wall_line_width_x": { "value": "round(line_width * 0.3 / 0.35, 2)" }, "wall_thickness": { "value": "1" }, "meshfix_maximum_resolution": { "value": "(speed_wall_0 + speed_wall_x) / 60" }, - "meshfix_maximum_deviation": { "value": "layer_height / 2" }, + "meshfix_maximum_deviation": { "value": "layer_height / 4" }, "optimize_wall_printing_order": { "value": "True" }, "retraction_combing": { "default_value": "all" }, "initial_layer_line_width_factor": { "value": "120" },