mirror of
https://github.com/Doodle3D/Doodle3D-Slicer.git
synced 2024-11-19 12:27:56 +01:00
adding infill settings
This commit is contained in:
parent
407d3355c0
commit
a422956146
17
src/settings/infill.yml
Normal file
17
src/settings/infill.yml
Normal 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
|
||||
|
Loading…
Reference in New Issue
Block a user