Browse Source

default speeds different for travel_speed (CURA-439)

Tim Kuipers 9 years ago
parent
commit
107beb9798
1 changed files with 2 additions and 2 deletions
  1. 2 2
      resources/machines/fdmprinter.json

+ 2 - 2
resources/machines/fdmprinter.json

@@ -825,8 +825,8 @@
                     "type": "float",
                     "min_value": "0.1",
                     "max_value_warning": "300",
-                    "default": 150,
-                    "inherit_function": "speed_print if magic_spiralize else 150"
+                    "default": 120,
+                    "inherit_function": "speed_print if magic_spiralize else 120"
                 },
                 "speed_layer_0": {
                     "label": "Bottom Layer Speed",