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:
authorRijk van Manen <r.vanmanen@ultimaker.com>2021-11-15 17:23:17 +0300
committerRijk van Manen <r.vanmanen@ultimaker.com>2021-11-15 17:42:47 +0300
commitc109bc36137488d9887a810fbf49ace619814d9c (patch)
tree80c29d9a05059a91d4db94c599ee91ad970f96ee /resources/definitions/ultimaker.def.json
parentde94fd741271bbe1ff7fea34589cb05e84bf8c16 (diff)
revert 100% density pattern hack
In the fdmprinter definition the 'infill' is created by 999999 bottom layers to change to infill pattern to lines. This hack is reverted for ultimaker printers. More info: PP-25
Diffstat (limited to 'resources/definitions/ultimaker.def.json')
-rw-r--r--resources/definitions/ultimaker.def.json6
1 files changed, 6 insertions, 0 deletions
diff --git a/resources/definitions/ultimaker.def.json b/resources/definitions/ultimaker.def.json
index 3dc3555266..279ce92359 100644
--- a/resources/definitions/ultimaker.def.json
+++ b/resources/definitions/ultimaker.def.json
@@ -58,6 +58,12 @@
},
"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))"
}
}
}