adding infill settings

This commit is contained in:
Rick Companje 2018-01-29 16:14:28 +01:00
parent 407d3355c0
commit a422956146

17
src/settings/infill.yml Normal file
View File

@ -0,0 +1,17 @@
0pct:
title: Hollow (0%)
innerInfill:
density: 0.0
20pct:
title: Normal (20%)
innerInfill:
density: 20.0
50pct:
title: Dense (50%)
innerInfill:
density: 50.0
100pct:
title: Solid (100%)
innerInfill:
density: 100.0