enable skin edge support

For all ultimaker printers AND low infill density the skin edge support feature is used. PP-15
This commit is contained in:
Rijk van Manen 2022-05-30 11:00:58 +02:00
parent 02fb4e70d3
commit e543416deb

View File

@ -94,6 +94,9 @@
},
"acceleration_travel": {
"value": "acceleration_wall"
},
"skin_edge_support_thickness": {
"value": "4 * layer_height if infill_sparse_density < 30 else 0"
}
}
}