mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-04-23 22:29:41 +08:00
Remove maximum on small feature speed
You can make the small features print FASTER if you like, as well. There is no physical or computational constraint there. Discovered during investigation of #6866.
This commit is contained in:
parent
0862fd493e
commit
c7dbb1477a
@ -7650,7 +7650,7 @@
|
|||||||
"default_value": 50,
|
"default_value": 50,
|
||||||
"minimum_value": "1",
|
"minimum_value": "1",
|
||||||
"minimum_value_warning": "25",
|
"minimum_value_warning": "25",
|
||||||
"maximum_value": "100",
|
"maximum_value_warning": "100",
|
||||||
"settable_per_mesh": true
|
"settable_per_mesh": true
|
||||||
},
|
},
|
||||||
"small_feature_speed_factor_0":
|
"small_feature_speed_factor_0":
|
||||||
@ -7663,7 +7663,7 @@
|
|||||||
"value": "small_feature_speed_factor",
|
"value": "small_feature_speed_factor",
|
||||||
"minimum_value": "1",
|
"minimum_value": "1",
|
||||||
"minimum_value_warning": "25",
|
"minimum_value_warning": "25",
|
||||||
"maximum_value": "100",
|
"maximum_value_warning": "100",
|
||||||
"settable_per_mesh": true
|
"settable_per_mesh": true
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user