mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-11-02 20:52:20 -07:00
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
This commit is contained in:
parent
de94fd7412
commit
c109bc3613
1 changed files with 6 additions and 0 deletions
|
|
@ -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))"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue