mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-14 21:05:55 +08:00
JSON: removed coasting dichotomy between move and retract (CURA-486)
This commit is contained in:
parent
840bf5d504
commit
531033c53b
@ -920,30 +920,8 @@
|
|||||||
"default": 0.064,
|
"default": 0.064,
|
||||||
"visible": false,
|
"visible": false,
|
||||||
"inherit": false,
|
"inherit": false,
|
||||||
"enabled": "coasting_enable",
|
|
||||||
"children": {
|
|
||||||
"coasting_volume_retract": {
|
|
||||||
"label": "Retract-Coasting Volume",
|
|
||||||
"description": "The volume otherwise oozed in a travel move with retraction.",
|
|
||||||
"unit": "mm³",
|
|
||||||
"type": "float",
|
|
||||||
"default": 0.064,
|
|
||||||
"visible": false,
|
|
||||||
"inherit": true,
|
|
||||||
"enabled": "coasting_enable"
|
"enabled": "coasting_enable"
|
||||||
},
|
},
|
||||||
"coasting_volume_move": {
|
|
||||||
"label": "Move-Coasting Volume",
|
|
||||||
"description": "The volume otherwise oozed in a travel move without retraction.",
|
|
||||||
"unit": "mm³",
|
|
||||||
"type": "float",
|
|
||||||
"default": 0.096,
|
|
||||||
"visible": false,
|
|
||||||
"inherit": true,
|
|
||||||
"enabled": "coasting_enable"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"coasting_min_volume": {
|
"coasting_min_volume": {
|
||||||
"label": "Minimal Volume Before Coasting",
|
"label": "Minimal Volume Before Coasting",
|
||||||
"description": "The least volume an extrusion path should have to coast the full amount. For smaller extrusion paths, less pressure has been built up in the bowden tube and so the coasted volume is scaled linearly.",
|
"description": "The least volume an extrusion path should have to coast the full amount. For smaller extrusion paths, less pressure has been built up in the bowden tube and so the coasted volume is scaled linearly.",
|
||||||
@ -952,30 +930,8 @@
|
|||||||
"default": 0.8,
|
"default": 0.8,
|
||||||
"visible": false,
|
"visible": false,
|
||||||
"inherit": false,
|
"inherit": false,
|
||||||
"enabled": "coasting_enable",
|
|
||||||
"children": {
|
|
||||||
"coasting_min_volume_retract": {
|
|
||||||
"label": "Min Volume Retract-Coasting",
|
|
||||||
"description": "The minimum volume an extrusion path must have in order to coast the full amount before doing a retraction.",
|
|
||||||
"unit": "mm³",
|
|
||||||
"type": "float",
|
|
||||||
"default": 0.6,
|
|
||||||
"visible": false,
|
|
||||||
"inherit": true,
|
|
||||||
"enabled": "coasting_enable"
|
"enabled": "coasting_enable"
|
||||||
},
|
},
|
||||||
"coasting_min_volume_move": {
|
|
||||||
"label": "Min Volume Move-Coasting",
|
|
||||||
"description": "The minimum volume an extrusion path must have in order to coast the full amount before doing a travel move without retraction.",
|
|
||||||
"unit": "mm³",
|
|
||||||
"type": "float",
|
|
||||||
"default": 0.8,
|
|
||||||
"visible": false,
|
|
||||||
"inherit": true,
|
|
||||||
"enabled": "coasting_enable"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"coasting_speed": {
|
"coasting_speed": {
|
||||||
"label": "Coasting Speed",
|
"label": "Coasting Speed",
|
||||||
"description": "The speed by which to move during coasting, relative to the speed of the extrusion path. A value slightly under 100% is advised, since during the coasting move the pressure in the bowden tube drops.",
|
"description": "The speed by which to move during coasting, relative to the speed of the extrusion path. A value slightly under 100% is advised, since during the coasting move the pressure in the bowden tube drops.",
|
||||||
@ -984,29 +940,7 @@
|
|||||||
"default": 90,
|
"default": 90,
|
||||||
"visible": false,
|
"visible": false,
|
||||||
"inherit": false,
|
"inherit": false,
|
||||||
"enabled": "coasting_enable",
|
|
||||||
"children": {
|
|
||||||
"coasting_speed_retract": {
|
|
||||||
"label": "Retract-Coasting Speed",
|
|
||||||
"description": "The speed by which to move during coasting before a retraction, relative to the speed of the extrusion path.",
|
|
||||||
"unit": "%",
|
|
||||||
"type": "float",
|
|
||||||
"default": 90,
|
|
||||||
"visible": false,
|
|
||||||
"inherit": true,
|
|
||||||
"enabled": "coasting_enable"
|
"enabled": "coasting_enable"
|
||||||
},
|
|
||||||
"coasting_speed_move": {
|
|
||||||
"label": "Move-Coasting Speed",
|
|
||||||
"description": "The speed by which to move during coasting before a travel move without retraction, relative to the speed of the extrusion path.",
|
|
||||||
"unit": "%",
|
|
||||||
"type": "float",
|
|
||||||
"default": 90,
|
|
||||||
"visible": false,
|
|
||||||
"inherit": true,
|
|
||||||
"enabled": "coasting_enable"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user