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>2022-03-14 12:53:03 +0300
committerp.kuiper <p.kuiper@ultimaker.com>2022-03-14 12:53:03 +0300
commit6f36998febf95d049d6d932c377e0ac6e3cfacf5 (patch)
tree3ccff6576ea10950c359d2b031298d9971187f78 /resources/definitions/ultimaker.def.json
parentcfeb5101e7083b29df8e70313dd3fe3b62cf52b8 (diff)
Moved the horizontal layer expansion correction (corrects for the bulging of the extruded beads) from the engineering intent profiles to the default profiles for all ultimaker machines (ultimaker.def.json). This will improve the dimensional accuracy of the default, visual and draft intents.
Relates to PP-126
Diffstat (limited to 'resources/definitions/ultimaker.def.json')
-rw-r--r--resources/definitions/ultimaker.def.json72
1 files changed, 0 insertions, 72 deletions
diff --git a/resources/definitions/ultimaker.def.json b/resources/definitions/ultimaker.def.json
deleted file mode 100644
index e8eae781d1..0000000000
--- a/resources/definitions/ultimaker.def.json
+++ /dev/null
@@ -1,72 +0,0 @@
-{
- "version": 2,
- "name": "Ultimaker",
- "inherits": "fdmprinter",
- "metadata": {
- "author": "Ultimaker",
- "manufacturer": "Ultimaker B.V.",
- "visible": false,
- "exclude_materials": [ "generic_hips", "structur3d_dap100silicone" ]
- },
- "overrides": {
- "machine_max_feedrate_e": {
- "default_value": 45
- },
- "material_print_temperature": {
- "minimum_value": "0"
- },
- "material_bed_temperature": {
- "minimum_value": "0",
- "maximum_value_warning": "125"
- },
- "material_bed_temperature_layer_0":
- {
- "maximum_value_warning": "125"
- },
- "material_standby_temperature": {
- "minimum_value": "0"
- },
- "extruder_prime_pos_y":
- {
- "minimum_value": "0",
- "maximum_value": "machine_depth"
- },
- "extruder_prime_pos_x":
- {
- "minimum_value": "0",
- "maximum_value": "machine_width"
- },
- "relative_extrusion":
- {
- "value": false,
- "enabled": false
- },
- "skin_angles": {
- "value": "[] if infill_pattern not in ['cross', 'cross_3d'] else [20, 110]"
- },
- "line_width": {
- "value": "machine_nozzle_size"
- },
- "infill_before_walls": {
- "value": "False"
- },
- "retraction_combing": {
- "value": "'no_outer_surfaces'"
- },
- "skin_monotonic" : {
- "value": true
- },
- "speed_equalize_flow_width_factor": {
- "value": "110.0"
- },
- "meshfix_maximum_extrusion_area_deviation": {
- "value": "50000"
- },
- "top_layers": {
- "value": "math.ceil(round(top_thickness / resolveOrValue('layer_height'), 4))"
- },
- "bottom_layers": {
- "value": "math.ceil(round(bottom_thickness / resolveOrValue('layer_height'), 4))"
- }
- }
-}