Doodle3D-Slicer/settings/user_settings.json

44 lines
796 B
JSON
Raw Normal View History

2015-05-19 19:58:13 +02:00
{
2015-07-26 15:24:35 +02:00
"layerHeight": 0.15,
2015-06-11 15:42:38 +02:00
"bottomThickness": 0.4,
"topThickness": 0.8,
"shellThickness": 0.4,
"brimOffset": 4.0,
2015-06-12 21:19:56 +02:00
"fillGridSize": 5.0,
2015-07-10 09:16:03 +02:00
"infillOverlap": 0.0,
2015-06-11 15:42:38 +02:00
"travelSpeed": 200.0,
"retractionAmount": 3.0,
"retractionEnabled": true,
"retractionSpeed": 50.0,
2015-06-12 15:58:26 +02:00
"retractionMinDistance": 0.0,
2015-06-12 21:19:56 +02:00
"supportAcceptanceMargin": 1.5,
2015-06-17 21:26:49 +02:00
"supportDistanceY": 0.4,
2015-07-26 15:32:10 +02:00
"supportEnabled": false,
2015-06-12 21:19:56 +02:00
"supportGridSize": 6.0,
2015-06-11 15:42:38 +02:00
"supportMargin": 2.0,
"supportPlateSize": 4.0,
"outerLine": {
"flowRate": 1.0,
2015-07-10 09:16:03 +02:00
"speed": 40.0
2015-06-11 15:42:38 +02:00
},
"innerLine": {
"flowRate": 1.0,
2015-07-26 15:32:10 +02:00
"speed": 50.0
2015-06-11 15:42:38 +02:00
},
"fill": {
"flowRate": 1.0,
2015-07-26 15:32:10 +02:00
"speed": 50.0
2015-06-11 15:42:38 +02:00
},
"brim": {
"flowRate": 1.0,
2015-07-10 09:16:03 +02:00
"speed": 40.0
2015-06-11 15:42:38 +02:00
},
"support": {
2015-06-12 15:58:26 +02:00
"flowRate": 0.8,
2015-07-10 09:16:03 +02:00
"speed": 40.0
2015-06-11 15:42:38 +02:00
},
"bottom": {
2015-07-10 09:16:03 +02:00
"flowRate": 1.2,
"speed": 40.0
2015-06-11 15:42:38 +02:00
}
2015-05-19 19:58:13 +02:00
}