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:
authorRemco Burema <r.burema@ultimaker.com>2022-11-08 17:11:59 +0300
committerRemco Burema <r.burema@ultimaker.com>2022-11-08 17:11:59 +0300
commit802effd8052bbd54fdaa867911d40a67976a46d0 (patch)
tree0e34e6bf89e45b7709510cfcfb766b82389f13e2
parent00dbe928149bdbcf03b285cd4ce32c5f60c2c7a8 (diff)
The engine now operataes on the area _before_ the offset.CURA-9548_min_support_area_split
The frontend should compensate for that: Do _not_ apply the formula, as this now happens implicitly. CURA-9548
-rw-r--r--resources/definitions/ultimaker.def.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/resources/definitions/ultimaker.def.json b/resources/definitions/ultimaker.def.json
index d2787afe23..bfdefba55a 100644
--- a/resources/definitions/ultimaker.def.json
+++ b/resources/definitions/ultimaker.def.json
@@ -70,7 +70,7 @@
},
"meshfix_maximum_deviation": { "value": "machine_nozzle_size / 10" },
"meshfix_maximum_resolution": { "value": "max(speed_wall_0 / 75, 0.5)" },
- "minimum_support_area": { "value": "(2 + support_offset)**2" },
+ "minimum_support_area": { "value": "4.0" },
"raft_base_speed": { "value": "raft_speed" },
"raft_base_thickness": { "value": "min(machine_nozzle_size * 0.75, 0.3)" },
"raft_interface_fan_speed": { "value": "(raft_base_fan_speed + raft_surface_fan_speed) / 2" },