Set default value of wall_overhang_speed_factor to 100, i.e. print overhang at the normal speed.

This commit is contained in:
Mark Burton 2018-06-20 09:49:40 +01:00
parent 9186dc2c89
commit 9e0b79469b

View File

@ -6463,7 +6463,7 @@
"description": "Overhanging walls will be printed at this percentage of their normal print speed.",
"unit": "%",
"type": "float",
"default_value": 50,
"default_value": 100,
"minimum_value": "10",
"minimum_value_warning": "25",
"maximum_value": "100",