Browse Source

Set minimum layer time to 10 seconds

Via inheritance this is applied to all Creality printers.
Ghostkeeper 7 years ago
parent
commit
aa9ae73e8f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      resources/definitions/creality_cr10.def.json

+ 1 - 1
resources/definitions/creality_cr10.def.json

@@ -50,7 +50,7 @@
             "default_value": 40
         },
         "cool_min_layer_time": {
-            "default_value": 15
+            "default_value": 10
         },
         "adhesion_type": {
             "default_value": "skirt"