mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-12 11:19:04 +08:00
moved infill_pattern outside density ; made retraction visible by default
This commit is contained in:
parent
96c63ef6e9
commit
289f9df67e
@ -448,20 +448,6 @@
|
||||
"type": "float",
|
||||
"default": 20,
|
||||
"children": {
|
||||
"infill_pattern": {
|
||||
"label": "Infill Pattern",
|
||||
"description": "Cura defaults to switching between grid and line infill. But with this setting visible you can control this yourself. The line infill swaps direction on alternate layers of infill, while the grid prints the full cross-hatching on each layer of infill.",
|
||||
"type": "enum",
|
||||
"visible": false,
|
||||
"options": [
|
||||
"Grid",
|
||||
"Lines",
|
||||
"Concentric",
|
||||
"ZigZag"
|
||||
],
|
||||
"default": "Grid",
|
||||
"inherit_function": "'Lines' if parent_value > 25 else 'Grid'"
|
||||
},
|
||||
"infill_line_distance": {
|
||||
"label": "Line distance",
|
||||
"description": "Distance between the printed infill lines.",
|
||||
@ -473,6 +459,20 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"infill_pattern": {
|
||||
"label": "Infill Pattern",
|
||||
"description": "Cura defaults to switching between grid and line infill. But with this setting visible you can control this yourself. The line infill swaps direction on alternate layers of infill, while the grid prints the full cross-hatching on each layer of infill.",
|
||||
"type": "enum",
|
||||
"visible": false,
|
||||
"options": [
|
||||
"Grid",
|
||||
"Lines",
|
||||
"Concentric",
|
||||
"ZigZag"
|
||||
],
|
||||
"default": "Grid",
|
||||
"inherit_function": "'Lines' if parent_value > 25 else 'Grid'"
|
||||
},
|
||||
"infill_overlap": {
|
||||
"label": "Infill Overlap",
|
||||
"description": "The amount of overlap between the infill and the walls. A slight overlap allows the walls to connect firmly to the infill.",
|
||||
@ -556,7 +556,8 @@
|
||||
"label": "Enable Retraction",
|
||||
"description": "Retract the filament when the nozzle is moving over a non-printed area. Details about the retraction can be configured in the advanced tab.",
|
||||
"type": "boolean",
|
||||
"default": true
|
||||
"default": true,
|
||||
"visible": true
|
||||
},
|
||||
"retraction_amount": {
|
||||
"label": "Retraction Distance",
|
||||
|
Loading…
x
Reference in New Issue
Block a user