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:
authorJaime van Kessel <nallath@gmail.com>2022-06-02 16:48:44 +0300
committerGitHub <noreply@github.com>2022-06-02 16:48:44 +0300
commit2d1abf79a8c263ec49009c41d981a1e69c4b8eb4 (patch)
treef249db38c5d7bfb66c68b2a8a0bb66bc3720e98a
parent65e4b0e0d755b1ef46c3cb7550ff09f6c4b426a2 (diff)
parent877f8ca1cf04a46bb5e4f424026aebd289746239 (diff)
Merge pull request #12416 from Ultimaker/PP-46-print-infill-before-walls
revert PP-37
-rw-r--r--resources/definitions/ultimaker.def.json3
1 files changed, 0 insertions, 3 deletions
diff --git a/resources/definitions/ultimaker.def.json b/resources/definitions/ultimaker.def.json
index 61cc5f0ca8..22106d24df 100644
--- a/resources/definitions/ultimaker.def.json
+++ b/resources/definitions/ultimaker.def.json
@@ -50,9 +50,6 @@
"wall_thickness": {
"value": "wall_line_width_0 + wall_line_width_x"
},
- "infill_before_walls": {
- "value": "False"
- },
"infill_material_flow": {
"value": "(1.95-infill_sparse_density / 100 if infill_sparse_density > 95 else 1) * material_flow"
},