From c30d529240924484937768aceac65c472713bb7c Mon Sep 17 00:00:00 2001 From: Ghostkeeper Date: Tue, 6 Jun 2017 10:26:01 +0200 Subject: [PATCH] Make sanding speed scale with top/bottom speed The default stays the same. Contributes to issue CURA-3903. --- resources/definitions/fdmprinter.def.json | 1 + 1 file changed, 1 insertion(+) diff --git a/resources/definitions/fdmprinter.def.json b/resources/definitions/fdmprinter.def.json index 10da28e829..a34535cfca 100755 --- a/resources/definitions/fdmprinter.def.json +++ b/resources/definitions/fdmprinter.def.json @@ -1977,6 +1977,7 @@ "type": "float", "unit": "mm/s", "default_value": 20.0, + "value": "speed_topbottom * 20 / 30", "minimum_value": "0.001", "maximum_value": "math.sqrt(machine_max_feedrate_x ** 2 + machine_max_feedrate_y ** 2)", "maximum_value_warning": "100",