Doodle3D-Slicer/settings/user_settings.json
2017-06-22 13:21:07 +02:00

43 lines
767 B
JSON

{
"layerHeight": 0.2,
"bottomThickness": 0.4,
"topThickness": 0.8,
"shellThickness": 0.4,
"brimOffset": 5.0,
"fillGridSize": 5.0,
"travelSpeed": 200.0,
"retractionAmount": 3.0,
"retractionEnabled": true,
"retractionSpeed": 50.0,
"retractionMinDistance": 0.0,
"supportAcceptanceMargin": 1.5,
"supportDistanceY": 0.2,
"supportUse": true,
"supportGridSize": 6.0,
"supportMargin": 2.0,
"supportPlateSize": 4.0,
"outerLine": {
"flowRate": 1.0,
"speed": 50.0
},
"innerLine": {
"flowRate": 1.0,
"speed": 80.0
},
"fill": {
"flowRate": 1.0,
"speed": 80.0
},
"brim": {
"flowRate": 1.0,
"speed": 50.0
},
"support": {
"flowRate": 0.8,
"speed": 100.0
},
"bottom": {
"flowRate": 2.0,
"speed": 30.0
}
}