mirror of
https://github.com/Doodle3D/Doodle3D-Slicer.git
synced 2024-11-23 05:57:57 +01:00
add low, medium and high slicer setting profiles
This commit is contained in:
parent
721b75b1f5
commit
b782872afa
@ -1,47 +1,144 @@
|
|||||||
{
|
{
|
||||||
"heatupBedTemperature": 70,
|
"low": {
|
||||||
"heatupTemperature": 20,
|
"heatupBedTemperature": 70,
|
||||||
"temperature": 210.0,
|
"heatupTemperature": 20,
|
||||||
"layerHeight": 0.15,
|
"temperature": 210.0,
|
||||||
"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": {
|
||||||
|
"heatupBedTemperature": 70,
|
||||||
|
"heatupTemperature": 20,
|
||||||
|
"temperature": 210.0,
|
||||||
|
"layerHeight": 0.1,
|
||||||
|
"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": {
|
||||||
|
"heatupBedTemperature": 70,
|
||||||
|
"heatupTemperature": 20,
|
||||||
|
"temperature": 210.0,
|
||||||
|
"layerHeight": 0.06,
|
||||||
|
"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