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:
Rijk van Manen 2021-11-15 15:23:17 +01:00
parent de94fd7412
commit c109bc3613

View File

@ -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))"
}
}
}