mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-07-11 02:21:48 +08:00
JSON: refactor: combing bool ==> enum; introduction of noskin combing (CURA-694)
This commit is contained in:
parent
cc06c632a1
commit
592d98d4fd
@ -1001,8 +1001,8 @@
|
||||
"icon": "category_travel",
|
||||
"settings": {
|
||||
"retraction_combing": {
|
||||
"label": "Combing",
|
||||
"description": "Combing keeps the nozzle within already printed areas when traveling. This results in slightly longer travel moves but reduces the need for retractions. If combing is off, the material will retract and the nozzle moves in a straight line to the next point. It is also possible to avoid combing over top/bottom skin areas by combing within the infill only.",
|
||||
"label": "Enable Combing",
|
||||
"description": "Combing keeps the nozzle within already printed areas when traveling. This results in slightly longer travel moves but reduces the need for retractions. If combing is off, the material will retract and the nozzle moves in a straight line to the next point. It is also possible to avoid combing over top/bottom skin areas by combing within the infill only. It is also possible to avoid combing over top/bottom skin areas by combing within the infill only.",
|
||||
"type": "enum",
|
||||
"options": {
|
||||
"off": "Off",
|
||||
|
Loading…
x
Reference in New Issue
Block a user