diff --git a/resources/machines/fdmprinter.json b/resources/machines/fdmprinter.json index 12b0329d69..7665727064 100644 --- a/resources/machines/fdmprinter.json +++ b/resources/machines/fdmprinter.json @@ -927,9 +927,8 @@ "description": "The least volume an extrusion path should have to coast the full amount. For smaller extrusion paths, less pressure has been built up in the bowden tube and so the coasted volume is scaled linearly. This value should always be larger than the Coasting Volume.", "unit": "mm³", "type": "float", - "default": 0.864, - "min_value": "coasting_volume", - "inherit_function": "0.8 + coasting_volume", + "default": 0.8, + "min_value": "0", "visible": false, "enabled": "coasting_enable" },