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:
authorp.kuiper <p.kuiper@ultimaker.com>2021-11-09 14:13:02 +0300
committerp.kuiper <p.kuiper@ultimaker.com>2021-11-09 14:13:02 +0300
commitde04c7d79b38736abf99a6faa4a567229c439808 (patch)
tree996067577c23278fba66e7a47f0c1182e1c15fc9 /resources/definitions/ultimaker2.def.json
parentb477a9bf2a57f8a185e34e0945b965cbdc660c8b (diff)
PP-60: Major clean up. Moved all common (libArachne + 4.12) settings to ultimaker.def.json from which all Ultimaker machines inherit their values
Diffstat (limited to 'resources/definitions/ultimaker2.def.json')
-rw-r--r--resources/definitions/ultimaker2.def.json33
1 files changed, 0 insertions, 33 deletions
diff --git a/resources/definitions/ultimaker2.def.json b/resources/definitions/ultimaker2.def.json
index ca580122a0..c028363239 100644
--- a/resources/definitions/ultimaker2.def.json
+++ b/resources/definitions/ultimaker2.def.json
@@ -86,39 +86,6 @@
},
"machine_acceleration": {
"default_value": 3000
- },
- "infill_before_walls": {
- "value": "False"
- },
- "speed_equalize_flow_width_factor": {
- "value": "1.1"
- },
- "wall_distribution_count": {
- "value": "1"
- },
- "wall_transition_threshold": {
- "value": 90
- },
- "wall_add_middle_threshold": {
- "value": "wall_transition_threshold * 8/9"
- },
- "retraction_combing": {
- "value": "'no_outer_surfaces'"
- },
- "skin_monotonic" : {
- "value": true
- },
- "fill_outline_gaps": {
- "value": "True"
- },
- "min_feature_size": {
- "value": "wall_line_width_0 / 4"
- },
- "min_bead_width": {
- "value": "wall_line_width_0 * (100.0 + wall_split_middle_threshold)/200"
- },
- "meshfix_maximum_extrusion_area_deviation": {
- "value": "50000"
}
}
}