Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/Ultimaker/Cura.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGhostkeeper <rubend@tutanota.com>2020-11-03 13:48:07 +0300
committerGhostkeeper <rubend@tutanota.com>2020-11-03 13:48:07 +0300
commitef7cfd846bc0939298b472680de4527ffd9e1ee8 (patch)
treef87cf81db6fb1c5c2434e5ba024a81a7e1d13c9e /resources/definitions/lotmaxx_sc20.def.json
parent8a4bab27cbf635780a4b4570a3fca2d12a3e18a4 (diff)
Change maximum resolution from 0.05mm to 0.25mm
This was found to be better in https://github.com/Ultimaker/Cura/issues/8321 due to changes to the simplification function. Other printers are assumed to have a similar effect, or have their original value copied from Creality printers.
Diffstat (limited to 'resources/definitions/lotmaxx_sc20.def.json')
-rw-r--r--resources/definitions/lotmaxx_sc20.def.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/resources/definitions/lotmaxx_sc20.def.json b/resources/definitions/lotmaxx_sc20.def.json
index 69d616a9a3..f96cb0839a 100644
--- a/resources/definitions/lotmaxx_sc20.def.json
+++ b/resources/definitions/lotmaxx_sc20.def.json
@@ -55,7 +55,7 @@
"cool_fan_full_at_height":{ "value":"layer_height_0 + 2 * layer_height" },
"cool_fan_enabled":{ "value":true },
"cool_min_layer_time":{ "value":10 },
- "meshfix_maximum_resolution":{ "value":"0.05" },
+ "meshfix_maximum_resolution":{ "value":"0.25" },
"meshfix_maximum_travel_resolution":{ "value":"meshfix_maximum_resolution" },
"adhesion_type": { "value": "'none' if support_enable else 'skirt'" },
"skirt_gap":{ "value":5.0 },