mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-18 20:28:01 -06:00
JSON: refactor: combing bool ==> enum; introduction of noskin combing (CURA-694)
This commit is contained in:
parent
cc06c632a1
commit
592d98d4fd
1 changed files with 2 additions and 2 deletions
|
@ -1001,8 +1001,8 @@
|
||||||
"icon": "category_travel",
|
"icon": "category_travel",
|
||||||
"settings": {
|
"settings": {
|
||||||
"retraction_combing": {
|
"retraction_combing": {
|
||||||
"label": "Combing",
|
"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.",
|
"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",
|
"type": "enum",
|
||||||
"options": {
|
"options": {
|
||||||
"off": "Off",
|
"off": "Off",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue