mirror of
https://github.com/Doodle3D/Doodle3D-Slicer.git
synced 2024-11-16 19:17:57 +01:00
add low, medium and high quality setting profiles
This commit is contained in:
parent
5fda1b3729
commit
3f998bd604
@ -1,48 +1,147 @@
|
|||||||
{
|
{
|
||||||
"temperature": 210.0,
|
"low": {
|
||||||
"bedTemperature": 70,
|
"temperature": 210.0,
|
||||||
"heatBedTemperature": 20,
|
"bedTemperature": 70,
|
||||||
"heatTemperature": 20,
|
"heatBedTemperature": 20,
|
||||||
"layerHeight": 0.15,
|
"heatTemperature": 20,
|
||||||
"bottomThickness": 0.4,
|
"layerHeight": 0.15,
|
||||||
"topThickness": 0.8,
|
"bottomThickness": 0.4,
|
||||||
"shellThickness": 0.4,
|
"topThickness": 0.8,
|
||||||
"brimOffset": 4.0,
|
"shellThickness": 0.4,
|
||||||
"fillGridSize": 5.0,
|
"brimOffset": 4.0,
|
||||||
"infillOverlap": 0.0,
|
"fillGridSize": 5.0,
|
||||||
"travelSpeed": 200.0,
|
"infillOverlap": 0.0,
|
||||||
"retractionAmount": 3.0,
|
"travelSpeed": 200.0,
|
||||||
"retractionEnabled": true,
|
"retractionAmount": 3.0,
|
||||||
"retractionSpeed": 50.0,
|
"retractionEnabled": true,
|
||||||
"retractionMinDistance": 0.0,
|
"retractionSpeed": 50.0,
|
||||||
"supportAcceptanceMargin": 1.5,
|
"retractionMinDistance": 0.0,
|
||||||
"supportDistanceY": 0.4,
|
"supportAcceptanceMargin": 1.5,
|
||||||
"supportEnabled": false,
|
"supportDistanceY": 0.4,
|
||||||
"supportGridSize": 6.0,
|
"supportEnabled": false,
|
||||||
"supportMargin": 2.0,
|
"supportGridSize": 6.0,
|
||||||
"supportPlateSize": 4.0,
|
"supportMargin": 2.0,
|
||||||
"outerLine": {
|
"supportPlateSize": 4.0,
|
||||||
"flowRate": 1.0,
|
"outerLine": {
|
||||||
"speed": 40.0
|
"flowRate": 1.0,
|
||||||
},
|
"speed": 40.0
|
||||||
"innerLine": {
|
},
|
||||||
"flowRate": 1.0,
|
"innerLine": {
|
||||||
"speed": 50.0
|
"flowRate": 1.0,
|
||||||
},
|
"speed": 50.0
|
||||||
"fill": {
|
},
|
||||||
"flowRate": 1.0,
|
"fill": {
|
||||||
"speed": 50.0
|
"flowRate": 1.0,
|
||||||
},
|
"speed": 50.0
|
||||||
"brim": {
|
},
|
||||||
"flowRate": 1.0,
|
"brim": {
|
||||||
"speed": 40.0
|
"flowRate": 1.0,
|
||||||
},
|
"speed": 40.0
|
||||||
"support": {
|
},
|
||||||
"flowRate": 0.8,
|
"support": {
|
||||||
"speed": 40.0
|
"flowRate": 0.8,
|
||||||
},
|
"speed": 40.0
|
||||||
"bottom": {
|
},
|
||||||
"flowRate": 1.2,
|
"bottom": {
|
||||||
"speed": 40.0
|
"flowRate": 1.2,
|
||||||
}
|
"speed": 40.0
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"medium": {
|
||||||
|
"temperature": 210.0,
|
||||||
|
"bedTemperature": 70,
|
||||||
|
"heatBedTemperature": 20,
|
||||||
|
"heatTemperature": 20,
|
||||||
|
"layerHeight": 0.15,
|
||||||
|
"bottomThickness": 0.4,
|
||||||
|
"topThickness": 0.8,
|
||||||
|
"shellThickness": 0.4,
|
||||||
|
"brimOffset": 4.0,
|
||||||
|
"fillGridSize": 5.0,
|
||||||
|
"infillOverlap": 0.0,
|
||||||
|
"travelSpeed": 200.0,
|
||||||
|
"retractionAmount": 3.0,
|
||||||
|
"retractionEnabled": true,
|
||||||
|
"retractionSpeed": 50.0,
|
||||||
|
"retractionMinDistance": 0.0,
|
||||||
|
"supportAcceptanceMargin": 1.5,
|
||||||
|
"supportDistanceY": 0.4,
|
||||||
|
"supportEnabled": false,
|
||||||
|
"supportGridSize": 6.0,
|
||||||
|
"supportMargin": 2.0,
|
||||||
|
"supportPlateSize": 4.0,
|
||||||
|
"outerLine": {
|
||||||
|
"flowRate": 1.0,
|
||||||
|
"speed": 40.0
|
||||||
|
},
|
||||||
|
"innerLine": {
|
||||||
|
"flowRate": 1.0,
|
||||||
|
"speed": 50.0
|
||||||
|
},
|
||||||
|
"fill": {
|
||||||
|
"flowRate": 1.0,
|
||||||
|
"speed": 50.0
|
||||||
|
},
|
||||||
|
"brim": {
|
||||||
|
"flowRate": 1.0,
|
||||||
|
"speed": 40.0
|
||||||
|
},
|
||||||
|
"support": {
|
||||||
|
"flowRate": 0.8,
|
||||||
|
"speed": 40.0
|
||||||
|
},
|
||||||
|
"bottom": {
|
||||||
|
"flowRate": 1.2,
|
||||||
|
"speed": 40.0
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"high": {
|
||||||
|
"temperature": 210.0,
|
||||||
|
"bedTemperature": 70,
|
||||||
|
"heatBedTemperature": 20,
|
||||||
|
"heatTemperature": 20,
|
||||||
|
"layerHeight": 0.15,
|
||||||
|
"bottomThickness": 0.4,
|
||||||
|
"topThickness": 0.8,
|
||||||
|
"shellThickness": 0.4,
|
||||||
|
"brimOffset": 4.0,
|
||||||
|
"fillGridSize": 5.0,
|
||||||
|
"infillOverlap": 0.0,
|
||||||
|
"travelSpeed": 200.0,
|
||||||
|
"retractionAmount": 3.0,
|
||||||
|
"retractionEnabled": true,
|
||||||
|
"retractionSpeed": 50.0,
|
||||||
|
"retractionMinDistance": 0.0,
|
||||||
|
"supportAcceptanceMargin": 1.5,
|
||||||
|
"supportDistanceY": 0.4,
|
||||||
|
"supportEnabled": false,
|
||||||
|
"supportGridSize": 6.0,
|
||||||
|
"supportMargin": 2.0,
|
||||||
|
"supportPlateSize": 4.0,
|
||||||
|
"outerLine": {
|
||||||
|
"flowRate": 1.0,
|
||||||
|
"speed": 40.0
|
||||||
|
},
|
||||||
|
"innerLine": {
|
||||||
|
"flowRate": 1.0,
|
||||||
|
"speed": 50.0
|
||||||
|
},
|
||||||
|
"fill": {
|
||||||
|
"flowRate": 1.0,
|
||||||
|
"speed": 50.0
|
||||||
|
},
|
||||||
|
"brim": {
|
||||||
|
"flowRate": 1.0,
|
||||||
|
"speed": 40.0
|
||||||
|
},
|
||||||
|
"support": {
|
||||||
|
"flowRate": 0.8,
|
||||||
|
"speed": 40.0
|
||||||
|
},
|
||||||
|
"bottom": {
|
||||||
|
"flowRate": 1.2,
|
||||||
|
"speed": 40.0
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user