mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-12 10:18:59 +08:00
Updated warnings & errors for fdm printer
This commit is contained in:
parent
955fe0034f
commit
50f557f5a8
@ -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…
x
Reference in New Issue
Block a user