mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-15 12:45:57 +08:00
change filter deviation defaults
as discussed with Rijk from PP&M
This commit is contained in:
parent
ddbd91951f
commit
2f2f3bb528
@ -1156,11 +1156,11 @@
|
|||||||
"description": "Prevent Wall Transition Filtering from inducing errors on the extrusion width larger than this value.",
|
"description": "Prevent Wall Transition Filtering from inducing errors on the extrusion width larger than this value.",
|
||||||
"type": "float",
|
"type": "float",
|
||||||
"unit": "mm",
|
"unit": "mm",
|
||||||
"default_value": 0.2,
|
"default_value": 0.1,
|
||||||
"value": ".5 * wall_line_width_x",
|
"value": ".25 * machine_nozzle_size",
|
||||||
"minimum_value": "0",
|
"minimum_value": "0",
|
||||||
"minimum_value_warning": ".25 * wall_line_width_x",
|
"minimum_value_warning": ".01",
|
||||||
"maximum_value_warning": "wall_line_width_x"
|
"maximum_value_warning": "machine_nozzle_size"
|
||||||
},
|
},
|
||||||
"wall_0_wipe_dist":
|
"wall_0_wipe_dist":
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user