mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-11-26 20:31:35 -07:00
Updated warnings & errors for fdm printer
This commit is contained in:
parent
955fe0034f
commit
50f557f5a8
1 changed files with 8 additions and 1 deletions
|
|
@ -438,7 +438,8 @@
|
||||||
"unit": "%",
|
"unit": "%",
|
||||||
"type": "float",
|
"type": "float",
|
||||||
"default": 20,
|
"default": 20,
|
||||||
"max_value_error": "100.0",
|
"min_value": "0",
|
||||||
|
"max_value": "100",
|
||||||
"children": {
|
"children": {
|
||||||
"infill_line_distance": {
|
"infill_line_distance": {
|
||||||
"label": "Line distance",
|
"label": "Line distance",
|
||||||
|
|
@ -471,6 +472,8 @@
|
||||||
"unit": "%",
|
"unit": "%",
|
||||||
"type": "float",
|
"type": "float",
|
||||||
"default": 10,
|
"default": 10,
|
||||||
|
"min_value": "0",
|
||||||
|
"max_value": "100",
|
||||||
"inherit_function": "10 if infill_sparse_density < 95 else 0",
|
"inherit_function": "10 if infill_sparse_density < 95 else 0",
|
||||||
"visible": false
|
"visible": false
|
||||||
},
|
},
|
||||||
|
|
@ -1771,6 +1774,8 @@
|
||||||
"description": "Flow compensation: the amount of material extruded is multiplied by this value. Only applies to Wire Printing.",
|
"description": "Flow compensation: the amount of material extruded is multiplied by this value. Only applies to Wire Printing.",
|
||||||
"unit": "%",
|
"unit": "%",
|
||||||
"default": 100,
|
"default": 100,
|
||||||
|
"min_value": "0",
|
||||||
|
"max_value": "100",
|
||||||
"type": "float",
|
"type": "float",
|
||||||
"visible": false,
|
"visible": false,
|
||||||
"enabled": "wireframe_enabled",
|
"enabled": "wireframe_enabled",
|
||||||
|
|
@ -1876,6 +1881,8 @@
|
||||||
"description": "Percentage of a diagonally downward line which is covered by a horizontal line piece. This can prevent sagging of the top most point of upward lines. Only applies to Wire Printing.",
|
"description": "Percentage of a diagonally downward line which is covered by a horizontal line piece. This can prevent sagging of the top most point of upward lines. Only applies to Wire Printing.",
|
||||||
"type": "float",
|
"type": "float",
|
||||||
"unit": "%",
|
"unit": "%",
|
||||||
|
"min_value": "0",
|
||||||
|
"max_value": "100",
|
||||||
"default": 20,
|
"default": 20,
|
||||||
"visible": false,
|
"visible": false,
|
||||||
"enabled": "wireframe_enabled"
|
"enabled": "wireframe_enabled"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue