mirror of
https://github.com/Doodle3D/Doodle3D-Slicer.git
synced 2024-11-04 21:53:25 +01:00
ae02c3efc2
no longer need to comment clipper error alerts
44 lines
791 B
JSON
44 lines
791 B
JSON
{
|
|
"layerHeight": 0.2,
|
|
"bottomThickness": 0.4,
|
|
"topThickness": 0.8,
|
|
"shellThickness": 0.4,
|
|
"brimOffset": 4.0,
|
|
"fillGridSize": 5.0,
|
|
"infillOverlap": 0.5,
|
|
"travelSpeed": 200.0,
|
|
"retractionAmount": 3.0,
|
|
"retractionEnabled": true,
|
|
"retractionSpeed": 50.0,
|
|
"retractionMinDistance": 0.0,
|
|
"supportAcceptanceMargin": 1.5,
|
|
"supportDistanceY": 0.4,
|
|
"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
|
|
}
|
|
} |